friendsmap/Pipfile

17 lines
236 B
TOML
Raw Normal View History

2019-03-02 12:04:27 +01:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
2019-03-02 15:49:05 +01:00
django-crispy-forms = "*"
2019-03-02 16:45:18 +01:00
gunicorn = "*"
2019-03-02 16:49:58 +01:00
django-heroku = "*"
2019-03-02 17:12:05 +01:00
"psycopg2-binary" = "*"
2019-03-02 12:04:27 +01:00
[dev-packages]
[requires]
python_version = "3.7"