opensurvey/Pipfile

17 lines
225 B
TOML
Raw Permalink Normal View History

2022-02-19 20:16:53 +01:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django = "*"
django-open-humans = "*"
django-heroku = "*"
gunicorn = "*"
ipython = "*"
[requires]
python_version = "3.6"