2019-07-03 13:02:21 +00:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
2019-07-18 10:56:46 +00:00
|
|
|
bandit = "*"
|
2019-07-27 09:05:35 +00:00
|
|
|
pylama = "*"
|
2019-09-03 16:18:43 +00:00
|
|
|
prospector = "*"
|
2019-09-13 11:26:26 +00:00
|
|
|
pylint = "*"
|
2019-07-03 13:02:21 +00:00
|
|
|
|
|
|
|
[packages]
|
|
|
|
python-decouple = "*"
|
2019-08-12 12:49:28 +00:00
|
|
|
sshtunnel = "*"
|
2019-09-03 16:18:43 +00:00
|
|
|
bitmath = "*"
|
2019-09-13 11:26:26 +00:00
|
|
|
ucloud-common = "*"
|
2019-09-13 19:00:54 +00:00
|
|
|
etcd3-wrapper = "*"
|
2019-07-03 13:02:21 +00:00
|
|
|
|
|
|
|
[requires]
|
2019-09-13 11:26:26 +00:00
|
|
|
python_version = "3.5"
|