pipfile ++
This commit is contained in:
parent
4cfbb1340d
commit
e1c446e5c6
3 changed files with 130 additions and 0 deletions
11
Pipfile
Normal file
11
Pipfile
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue