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

[packages]
Django = ">=2.0.0"
django-rest-framework = "*"
hashids = "*"
django-rest-swagger = "==2.1.2"
psycopg2 = ">=2.7,<2.8"
django-cors-headers = "*"
gunicorn = "*"
whitenoise = "*"
django-sendgrid-v5 = "*"

[dev-packages]
django-extensions = "*"
Werkzeug = "*"
ipython = "*"
pbr = "*"
burl = {editable = true,path = "."}
twine = "*"

[requires]
python_version = "3.7"
