Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit f331ec4

Browse files
committed
appveyor: fix broken build
1 parent 18aebad commit f331ec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev-requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ gcp-devrel-py-tools
1818

1919
# optional dependencies, only intended for use with Python 3.5+
2020
trio==0.3.0; python_version >= "3.5"
21+
# https://github.com/mhammond/pywin32/issues/1439
22+
pywin32!=226; python_version >= "3.5" and os_name == 'nt'
2123
twisted[tls]==19.2.0; python_version >= "3.5" and os_name != 'nt'
2224
twisted[tls,windows_platform]==19.2.0; python_version >= "3.5" and os_name == 'nt'

0 commit comments

Comments
 (0)