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