Requirements: do not install an idna version greather than 3.0 to avoid breaking requests package dependencies. Added wheel as a requirement to increase installation speed

This commit is contained in:
Jose Manuel Delicado 2021-01-22 12:46:37 +01:00
parent b80a342f92
commit 64b6d4df74

View File

@ -1,4 +1,5 @@
wxpython==4.0.3 wxpython==4.0.3
wheel
six six
configobj configobj
markdown markdown
@ -16,7 +17,7 @@ winpaths
PySocks PySocks
win_inet_pton win_inet_pton
yandex.translate yandex.translate
idna idna<3,>=2.5
chardet chardet
urllib3 urllib3
youtube-dl youtube-dl