ucloud-api/Pipfile
2019-09-26 18:07:17 +05:00

18 lines
531 B
TOML
Executable file

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
pyotp = "*"
python-decouple = "*"
requests = "*"
flask = "*"
flask-restful = "*"
bitmath = "*"
ucloud-common = {editable = true,git = "git+https://code.ungleich.ch/ucloud/ucloud_common.git",ref = "wip"}
etcd3-wrapper = {editable = true,git = "git+https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",ref = "wip"}
python-etcd3 = {editable = true,git = "git+https://github.com/kragniz/python-etcd3.git"}
[requires]
python_version = "3.5"