We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc438d commit 37cc2eaCopy full SHA for 37cc2ea
setup.py
@@ -178,7 +178,7 @@ def run(self):
178
classifiers=classifiers,
179
cmdclass=cmdclass,
180
# When changing this, also update test-requirements.txt.
181
- install_requires=['typed-ast >= 1.3.5, < 1.4.0',
+ install_requires=['typed_ast >= 1.4.0, < 1.5.0',
182
'mypy_extensions >= 0.4.0, < 0.5.0',
183
],
184
# Same here.
test-requirements.txt
@@ -8,7 +8,7 @@ psutil>=4.0
8
pytest>=4.4
9
pytest-xdist>=1.22
10
pytest-cov>=2.4.0
11
-typed-ast>=1.3.5,<1.4.0
+typed_ast>=1.4.0,<1.5.0
12
typing>=3.5.2; python_version < '3.5'
13
py>=1.5.2
14
virtualenv
0 commit comments