mirror of
https://github.com/tjsga/scavenger-hunt-2022.git
synced 2025-04-03 20:00:18 -04:00
12 lines
227 B
TOML
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 = "*" |