Revert "Fix win deps"

This reverts commit 6c83beeb9e.
This commit is contained in:
Pedro Algarvio 2020-03-26 17:09:12 +00:00
parent 7ba36325d9
commit 4b573c1c94
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -5,9 +5,10 @@ certifi
cffi==1.12.2
CherryPy==17.4.1
cryptography==2.6.1
enum34==1.1.6 ; python_version < '3.4'
futures==3.3.0 ; python_version < '3.0'
GitPython==2.1.15
enum34==1.1.6
futures==3.2.0 ; python_version < "3.0"
gitdb==0.6.4
GitPython==2.1.10
idna==2.8
ioloop==0.1a0
ipaddress==1.0.22
@ -32,7 +33,8 @@ pyyaml==5.1.2
pyzmq==18.0.1
requests==2.21.0
setproctitle
singledispatch==3.4.0.3 ; python_version < '3.4'
singledispatch==3.4.0.3; python_version < '3.4'
smmap==0.9.0
timelib==0.2.4
watchdog==0.9.0
wheel==0.33.4