Django<5.0,>=4.2
djangorestframework>=3.14.0
django-cors-headers>=4.3.0
django-redis>=5.4.0
psycopg2-binary>=2.9.9
python-dotenv>=1.0.0
Pillow>=10.0.0

[celery]
celery>=5.3.4
redis>=5.0.0

[dev]
pytest>=7.4.0
pytest-django>=4.5.0
pytest-cov>=4.1.0
factory-boy>=3.3.0
black>=23.0.0
isort>=5.12.0
flake8>=6.1.0
mypy>=1.5.0
