mirror of
https://github.com/Rushilwiz/launchx.git
synced 2025-04-04 12:10:17 -04:00
19 lines
260 B
TOML
19 lines
260 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
django = "*"
|
|
django-crispy-forms = "*"
|
|
requests = "*"
|
|
django-secrets = "*"
|
|
whitenoise = "*"
|
|
gunicorn = "*"
|
|
psycopg2 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|