18 lines
245 B
TOML
18 lines
245 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
bandit = "*"
|
|
flake8 = "*"
|
|
black = "==19.3b0"
|
|
|
|
[packages]
|
|
etcd3 = "*"
|
|
python-decouple = "*"
|
|
pytest = "*"
|
|
coverage = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|