20 lines
252 B
TOML
20 lines
252 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
black = "*"
|
|
pytest = "*"
|
|
pytest-django = "*"
|
|
|
|
[packages]
|
|
Django = "<2.0"
|
|
psycopg2 = "<2.8"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|