ucloud_common/Pipfile

17 lines
291 B
TOML
Raw Normal View History

2019-07-30 13:13:05 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
2019-09-11 13:01:15 +00:00
prospector = "*"
2019-07-30 13:13:05 +00:00
[packages]
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3"}
pylint = "*"
2019-09-11 13:01:15 +00:00
python-decouple = "*"
etcd3-wrapper = "*"
2019-07-30 13:13:05 +00:00
[requires]
python_version = "3.7"