Skip to content

Commit

Permalink
Add typing-extensions lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Dec 6, 2019
1 parent 0aa0766 commit 7ccf8ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/1544.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add required typing-extensions library to setup.py
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"pypiwin32>=223;platform_system=='Windows'",
"requests>=2.16.0,<3.0.0",
"websockets>=8.1.0,<9.0.0",
"typing-extensions>=3.7.4.1,<4",
],
setup_requires=['setuptools-markdown'],
python_requires='>=3.6,<4',
Expand Down

0 comments on commit 7ccf8ec

Please sign in to comment.