ucloud-vm/Pipfile

22 lines
353 B
Text
Raw Normal View History

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