added pipfiles for smother installation

This commit is contained in:
moritz
2019-05-29 11:25:27 +02:00
parent 7c3eebb05c
commit 929604d49b
2 changed files with 69 additions and 0 deletions

12
Pipfile Normal file
View File

@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
requests = "*"
[requires]
python_version = "3.7"