Django>=3.2
djangorestframework>=3.12.0
django-filter>=21.1

[dev]
pytest>=6.2
pytest-django>=4.4
pytest-cov>=2.12
black>=21.7b0
flake8>=3.9
isort>=5.9
mypy>=0.910
django-stubs>=1.9
djangorestframework-stubs>=1.4

[docs]
sphinx>=4.0
sphinx-rtd-theme>=0.5
recommonmark>=0.7

[import-export]
openpyxl>=3.0.0
xlsxwriter>=3.0.0
reportlab>=3.6.0
Pillow>=8.0.0

[production]
redis>=3.5.0
celery>=5.1.0
