friendsmap/Pipfile

17 lines
236 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
django-crispy-forms = "*"
gunicorn = "*"
django-heroku = "*"
"psycopg2-binary" = "*"
[dev-packages]
[requires]
python_version = "3.7"