ucloud-vm/Pipfile

22 lines
353 B
TOML
Raw Permalink Normal View History

2019-07-03 13:02:21 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
bandit = "*"
2019-07-27 09:05:35 +00:00
pylama = "*"
2019-09-03 16:18:43 +00:00
prospector = "*"
2019-07-03 13:02:21 +00:00
[packages]
python-decouple = "*"
cython = "*"
2019-07-22 07:12:44 +00:00
pylint = "*"
2019-09-03 16:18:43 +00:00
grpcio = "*"
2019-07-27 09:05:35 +00:00
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3"}
sshtunnel = "*"
2019-09-03 16:18:43 +00:00
bitmath = "*"
2019-07-03 13:02:21 +00:00
[requires]
python_version = "3.7"