14 lines
243 B
TOML
14 lines
243 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
chardet = "==3.0.4"
|
|
nose = "==1.3.7"
|
|
tox = "==3.20.1"
|
|
Cython = "==0.29.21"
|
|
pylint = "==2.6.0"
|
|
wheel = "==0.35.1"
|
|
twine = "==3.2.0"
|
|
autopep8 = "==1.5.4"
|