box-o-sand/djtut/Pipfile

20 lines
252 B
TOML
Raw Normal View History

2020-03-14 00:21:16 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
2020-06-04 13:48:40 +00:00
[dev-packages]
black = "*"
pytest = "*"
pytest-django = "*"
2020-03-14 00:21:16 +00:00
[packages]
Django = "<2.0"
2020-03-14 14:52:39 +00:00
psycopg2 = "<2.8"
[requires]
python_version = "3.7"
2020-06-04 13:48:40 +00:00
[pipenv]
allow_prereleases = true