chore: remove requirements.txt to centralize dependencies

Eliminated the requirements.txt file to centralize dependency management within the main configuration system. This simplifies dependency updates and ensures consistency across environments. Ensure to update your environment setup accordingly.
This commit is contained in:
Kumi 2024-08-01 14:25:58 +02:00
parent 3b8a578cc8
commit 8b8795b0bd
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,5 +0,0 @@
Django
psycopg2-binary
django-autosecretkey
celery
redis