v1 code
This commit is contained in:
commit
1cd8eee616
6 changed files with 326 additions and 0 deletions
17
Pipfile
Normal file
17
Pipfile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
pyotp = "*"
|
||||
python-decouple = "*"
|
||||
requests = "*"
|
||||
flask = "*"
|
||||
flask-restful = "*"
|
||||
python-etcd = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
||||
Loading…
Add table
Add a link
Reference in a new issue