13 lines
232 B
TOML
13 lines
232 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3"}
|
|
pylint = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|