Skip to content

Commit

Permalink
Merge pull request #56376 from twangboy/fix_win_deps
Browse files Browse the repository at this point in the history
Fix win deps
  • Loading branch information
dwoz authored Mar 17, 2020
2 parents e72a8d2 + 6c83bee commit 5ac09de
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pkg/windows/req.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ certifi
cffi==1.12.2
CherryPy==17.4.1
cryptography==2.6.1
enum34==1.1.6
futures==3.2.0 ; python_version < "3.0"
gitdb==0.6.4
GitPython==2.1.10
enum34==1.1.6 ; python_version < '3.4'
futures==3.3.0 ; python_version < '3.0'
GitPython==2.1.15
idna==2.8
ioloop==0.1a0
ipaddress==1.0.22
Expand All @@ -33,8 +32,7 @@ pyyaml==5.1.2
pyzmq==18.0.1
requests==2.21.0
setproctitle
singledispatch==3.4.0.3; python_version < '3.4'
smmap==0.9.0
singledispatch==3.4.0.3 ; python_version < '3.4'
timelib==0.2.4
watchdog==0.9.0
wheel==0.33.4

0 comments on commit 5ac09de

Please sign in to comment.