1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
[[source]]
verify_ssl = true
url = "https://pypi.python.org/simple"
name = "pypi"
[packages]
gunicorn = "*"
flask = "*"
pyxdg = "*"
jsonschema = "*"
automodinit = "*"
[dev-packages]
isort = "*"
black = "*"
pylint = "*"
mypy = "*"
pre-commit = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true