diff --git a/poetry.lock b/poetry.lock index 7e2eea9..22fc35f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -884,27 +884,6 @@ files = [ {file = "charset_normalizer-3.4.6.tar.gz", hash = "sha256:1ae6b62897110aa7c79ea2f5dd38d1abca6db663687c0b1ad9aed6f6bae3d9d6"}, ] -[[package]] -name = "cinemagoerng" -version = "0.8a1" -description = "Retrieve data from the IMDb." -optional = false -python-versions = ">=3.11" -groups = ["main"] -files = [] -develop = false - -[package.dependencies] -jmespath = ">=1.1,<2.0" -lxml = ">=5.4,<6.0" -typedload = ">=2.40,<3.0" - -[package.source] -type = "git" -url = "https://github.com/cinemagoer/cinemagoerng" -reference = "HEAD" -resolved_reference = "265801ec5e0f4bbfe009d83a48df40c2570772fb" - [[package]] name = "cleo" version = "2.1.0" @@ -5305,18 +5284,6 @@ files = [ {file = "trove_classifiers-2026.1.14.14.tar.gz", hash = "sha256:00492545a1402b09d4858605ba190ea33243d361e2b01c9c296ce06b5c3325f3"}, ] -[[package]] -name = "typedload" -version = "2.40" -description = "Load and dump data from json-like format into typed data structures" -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "typedload-2.40-py3-none-any.whl", hash = "sha256:7cd070f13ac6d2152c08603fc035f9f808e98f22ef9f14a3e4ced09734cfa691"}, - {file = "typedload-2.40.tar.gz", hash = "sha256:92909fc3635c52918666f68d7086e976e0037999ee3c711c99e027308f93fd82"}, -] - [[package]] name = "types-pytz" version = "2022.7.1.2" @@ -6014,4 +5981,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.14" -content-hash = "6421c7dd720b79f22eff453d96cb0a65bfe486f2330c54600deed6ae5a16c76c" +content-hash = "40ffa724f63298ca37279d7f72dc541f372d02244481c225fa748940da8ab468" diff --git a/pyproject.toml b/pyproject.toml index 6f1395c..1a69efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,6 @@ django-markdownify = "^0.9.1" gunicorn = "^20.1.0" django-simple-history = "^3.1.1" musicbrainzngs = "^0.7.1" -cinemagoerng = {git = "https://github.com/cinemagoer/cinemagoerng"} pysportsdb = "^0.1.0" pytz = "^2022.7.1" django-redis = "^5.2.0"