mirror of
https://github.com/Rushilwiz/relish.git
synced 2025-04-03 19:50:17 -04:00
20 lines
305 B
TOML
20 lines
305 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
Django = "*"
|
|
python-dotenv = "*"
|
|
django-address = "*"
|
|
django-crispy-forms = "*"
|
|
gunicorn = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.8"
|
|
|
|
[packages.django-phonenumber-field]
|
|
extras = [ "phonenumbers",]
|