ucloud-image-scanner/Pipfile

15 lines
193 B
Text
Raw Normal View History

2019-07-01 23:59:40 +05:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
2019-09-13 16:43:07 +05:00
pylint = "*"
2019-07-01 23:59:40 +05:00
[packages]
2019-09-13 16:43:07 +05:00
etcd3-wrapper = "*"
2019-09-03 18:59:23 +02:00
python-decouple = "*"
2019-07-01 23:59:40 +05:00
[requires]
2019-09-13 16:43:07 +05:00
python_version = "3.5"