[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
dj-database-url = "==0.5.0"
django = "==3.1.12"
djangorestframework = "==3.12.4"
pytz = "==2019.2"
uWSGI = "==2.0.17.1"
argon2-cffi = "==20.1.0"
djangorestframework-simplejwt = "==4.7.1"
psycopg2-binary = "==2.8.6"
django-filter = "==2.4.0"
django-cors-headers = "==3.7.0"
future= "==0.18.2"
django-rest-swagger = "==2.2.0"
drf-yasg = "==1.20.0"
celery = "==5.1.2"
django-cryptography = "==1.0"

[dev-packages]
mock = "==4.0.2"
factory-boy = "==3.2.0"
flake8 = "==3.9.2"
ipython = "==7.24.1"
pip-licenses = "==1.15.2"
pre-commit = "==2.15.0"
pytest = "==6.2.4"
pytest-cov = "==2.9.0"
pytest-django = "==3.8.0"
pytest-env = "==0.6.2"
pytest-mock = "==3.6.1"
django-stubs = "==1.7.0"
djangorestframework-stubs = "==1.4.0"
dj-inmemorystorage = "==2.1"
pytest-celery = "==0.0.0a1"
celery_stubs = "==0.1.2"
Sphinx = "==4.1.2"
myst-parser = "==0.15.1"
twine = "==3.4.2"
setuptools-scm = "==6.0.1"
pyenchant = "==3.2.1"
sphinxcontrib-spelling = "==7.2.1"

[requires]
python_version = "3.9"

[pipenv]
allow_prereleases = true
