diff --git a/poetry.lock b/poetry.lock index a0627a4..8dc8b08 100644 --- a/poetry.lock +++ b/poetry.lock @@ -317,20 +317,6 @@ pytest = ">=4.6" [package.extras] testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] -[[package]] -name = "python-dotenv" -version = "1.0.1" -description = "Read key-value pairs from a .env file and set them as environment variables" -optional = false -python-versions = ">=3.8" -files = [ - {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"}, - {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"}, -] - -[package.extras] -cli = ["click (>=5.0)"] - [[package]] name = "ruff" version = "0.7.4" @@ -398,4 +384,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "84919ed43c0ea286ed1ebc4eb2fa27adad1aae3a01599a7c12b8b7d9e9d058ef" +content-hash = "361b2d40883c9d7b566d7d41b86c741ee8a13947d96c35ac68c4ca2d85bcbf28" diff --git a/pyproject.toml b/pyproject.toml index cfb581c..9a29767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.13" django = "^5.1.3" -python-dotenv = "^1.0.1" django-cors-headers = "^4.6.0" -django-extensions = "^3.2.3" django-environ = "^0.11.2" @@ -20,6 +18,7 @@ pytest = "^8.3.3" mypy = "^1.13.0" pytest-cov = "^6.0.0" django-debug-toolbar = "^4.4.6" +django-extensions = "^3.2.3" [build-system] requires = ["poetry-core"]