relish/Pipfile
2022-02-15 17:59:28 -05:00

16 lines
230 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
python-dotenv = "*"
django-phonenumber-field = "*"
django-address = "*"
[dev-packages]
[requires]
python_version = "3.8"