ucloud-vm/Pipfile

18 lines
293 B
TOML
Raw 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-07-03 13:02:21 +00:00
[packages]
python-decouple = "*"
cython = "*"
2019-07-22 07:12:44 +00:00
pylint = "*"
2019-07-27 09:05:35 +00:00
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3"}
2019-07-03 13:02:21 +00:00
[requires]
python_version = "3.7"