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

[dev-packages]
httpie = "*"
flake8 = "*"
coverage = "*"
django-nose = "*"

[packages]
django = "*"
djangorestframework = "*"
django-cors-headers = "*"
openstacksdk = "*"
python-novaclient = "*"
keystoneauth1 = "*"
django-guardian = "*"
djoser = "*"
channels = "*"
channels-redis = "*"
celery = {extras = ["redis"],version = "*"}
django-celery-beat = "*"
gunicorn = "*"
psycopg2-binary = "*"
daphne = "*"

[requires]
python_version = "3.6"
