mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
18 lines
254 B
TOML
18 lines
254 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
django = "*"
|
|
gunicorn = "*"
|
|
djangorestframework = "*"
|
|
whitenoise = "*"
|
|
psycopg2-binary = "*"
|
|
dj-database-url = "*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|