cChardet/Pipfile

15 lines
241 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-03-16 15:10:24 +00:00
tox = "==3.14.5"
Cython = "==0.29.15"
2019-11-18 08:55:08 +00:00
pylint = "==2.4.4"
2020-03-16 15:10:24 +00:00
wheel = "==0.34.2"
twine = "==3.1.1"
autopep8 = "==1.5"