scavenger-hunt-2022/Pipfile

12 lines
227 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Django = "~=3.2"
psycopg2-binary = "~=2.8.6"
social-auth-app-django = "~=4.0.0"
gunicorn = "*"
whitenoise = "*"
django-ckeditor = "*"