cChardet/Pipfile

15 lines
243 B
Text
Raw Normal View History

2019-11-18 08:55:08 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
chardet = "==3.0.4"
nose = "==1.3.7"
2020-10-27 08:09:47 +00:00
tox = "==3.20.1"
Cython = "==0.29.21"
pylint = "==2.6.0"
wheel = "==0.35.1"
twine = "==3.2.0"
autopep8 = "==1.5.4"