indici/Pipfile
2022-06-30 15:12:40 -06:00

17 lines
243 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
django-filter = "*"
python-dotenv = "*"
django-compressor = "*"
django-debug-toolbar = "*"
[dev-packages]
[requires]
python_version = "3.10"