django>=3.2
pyjwt>=2.0.0
django-unfold>=0.40.0

[all]
psycopg2-binary>=2.9.0
mysqlclient>=2.1.0
pymongo>=4.0.0
redis>=4.0.0
dj-database-url>=2.0.0

[dev]
black>=23.0.0
watchdog>=3.0.0
flake8>=6.0.0
pytest>=7.0.0
pytest-django>=4.5.0

[mongodb]
pymongo>=4.0.0

[mysql]
mysqlclient>=2.1.0

[postgres]
psycopg2-binary>=2.9.0

[redis]
redis>=4.0.0
