Skip to content

Commit 2e580d0

Browse files
committed
Add a typing_extensions dependency
1 parent 0414079 commit 2e580d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def run(self):
127127

128128
ext_modules = mypycify(mypyc_targets,
129129
['--config-file=mypyc_bootstrap.ini'],
130-
opt_level=opt_level,
130+
opt_level=opt_level,
131131
multi_file=sys.platform == 'win32')
132132
else:
133133
ext_modules = []
@@ -160,6 +160,7 @@ def run(self):
160160
classifiers=classifiers,
161161
cmdclass=cmdclass,
162162
install_requires = ['typed-ast >= 1.4.0, < 1.5.0',
163+
'typing_extensions>=3.7.4',
163164
'mypy_extensions >= 0.4.0, < 0.5.0',
164165
],
165166
include_package_data=True,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy