cChardet/Pipfile
2019-11-18 17:55:21 +09:00

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.14.1"
Cython = "==0.29.14"
pylint = "==2.4.4"
wheel = "==0.31.1"
twine = "==2.0.0"
autopep8 = "==1.4.4"