
[postgresql]
psycopg2<2.9

[server]
Django<3.0,>=2.1.5
django-cors-headers
django-filter
django-health-check
djangorestframework>=3.9.1
pygments
tzlocal>=4.0
whitenoise

[server:python_version < "3.6"]
dynaconf[yaml]<3.0.0

[server:python_version >= "3.6"]
dynaconf[yaml]!=3.1.3,<4.0.0,>=3.0.0

[test]
bandit>=1.1.0
black==19.3b0
coverage
factory-boy
flake8
isort
