14 lines
241 B
TOML
14 lines
241 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.14.5"
|
|
Cython = "==0.29.15"
|
|
pylint = "==2.4.4"
|
|
wheel = "==0.34.2"
|
|
twine = "==3.1.1"
|
|
autopep8 = "==1.5"
|