pipfile ++

This commit is contained in:
Nico Schottelius 2019-06-01 21:27:16 +02:00
commit e1c446e5c6
3 changed files with 130 additions and 0 deletions

11
Pipfile Normal file
View file

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