Remove unused dependencies

This commit is contained in:
Joakim Hellsén 2024-02-02 21:37:17 +01:00
commit b4c66ecf3c
3 changed files with 9 additions and 346 deletions

View file

@ -7,15 +7,11 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
celery = "^5.3.6"
django = "^5.0.1"
django-allauth = "^0.60.1"
django-celery-results = "^2.5.1"
django-debug-toolbar = "^4.2.0"
django-ninja = "^1.1.0"
django-pghistory = "^3.1.0"
feedparser = "^6.0.11"
flower = "^2.0.1"
gunicorn = "^21.2.0"
psycopg = { extras = ["binary"], version = "^3.1.17" }
python-dotenv = "^1.0.1"