Skip to content

Commit ac1f2dd

Browse files
committed
Temporary disable typing import
1 parent 7f4805a commit ac1f2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def read(f):
4545
extras_require = {}
4646

4747

48-
if not PY_35:
49-
install_requires.append('typing')
48+
# if not PY_35:
49+
# install_requires.append('typing')
5050

5151

5252
setup(

0 commit comments

Comments
 (0)