Add pipfile, add ssh key handling

This commit is contained in:
Nico Schottelius 2019-06-08 19:10:08 +02:00
commit 29d1247f42
4 changed files with 121 additions and 1 deletions

12
Pipfile Normal file
View file

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