Skip to content

Commit

Permalink
set max version of pywin32 due to issue mhammond/pywin32#1439
Browse files Browse the repository at this point in the history
  • Loading branch information
blackchoey committed Nov 11, 2019
1 parent 7139014 commit b6236f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ pyyaml>=4.1,<=4.2b4
jsonpath_rw
docker-compose>=1.21.0,<=1.24.0
pytest
pyinstaller
pyinstaller
pywin32<226
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
'applicationinsights',
'pyyaml>=4.1,<=4.2b4',
'jsonpath_rw',
'docker-compose>=1.21.0,<=1.24.0'
'docker-compose>=1.21.0,<=1.24.0',
'pywin32<226'
]

setup(
Expand Down

0 comments on commit b6236f8

Please sign in to comment.