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

[packages]
django = "~=3.2"
requests = "~=2.27"
djangorestframework = "~=3.13"
gunicorn = "~=22.0"
psycopg2 = "~=2.9"
whitenoise = {version = "~=6.0", extras = ["brotli"]}
pymemcache = "~=4.0"
django-storages = {extras = ["s3"], version = "~=1.13"}

[dev-packages]
django-debug-toolbar = "~=3.8.1"

[requires]
python_version = "3.8"
