add pipenv settings

This commit is contained in:
2018-11-03 16:27:17 +01:00
parent 65f31a50ed
commit f5db12d9e0
3 changed files with 225 additions and 2 deletions

18
Pipfile Normal file
View File

@@ -0,0 +1,18 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
click = "*"
shell = "*"
[dev-packages]
"flake8" = "*"
"pep8-naming" = "*"
radon = "*"
xenon = "*"
[requires]
python_version = "3.5"