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

[packages]
djangorestframework = "*"
django = "*"
unicef-djangolib = ">=0.4"
djangorestframework-recursive = "*"
drf-nested-routers = "*"

[dev-packages]
coverage = "*"
factory-boy = "*"
"flake8" = "*"
isort = "*"
pytest-cov = "*"
pytest-django = "*"
pytest-echo = "*"
pytest-pythonpath = "*"
django-fsm = "*"

[requires]
python_version = "3.6"
