# install "install_requires" from setup.cfg
-e ./baseapp-core

djangorestframework-simplejwt[crypto]>=5.2.2
drf-nested-routers==0.93.5

# test
freezegun==1.2.1
pytest==7.4.2
pytest-cov==4.1.0
pytest-django==4.5.2
pytest-asyncio==0.21.1

httpretty==1.1.4
# test factories
factory-boy==3.2.1

# lint
black==24.1.0
flake8==7.0.0
isort==5.13.2

# channels
channels==4.0.0
channels_redis==4.0.0
