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

Commit

Permalink
appveyor: fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Nov 12, 2019
1 parent 18aebad commit f331ec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ gcp-devrel-py-tools

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

0 comments on commit f331ec4

Please sign in to comment.