Skip to content

Commit b2a1908

Browse files
committed
Fix requirements python 3
1 parent 4c6a5eb commit b2a1908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'psycopg2',
1818
'mock',
1919
'xlrd==1.2.0',
20-
'typing==3.10.0.0',
20+
'typing==3.10.0.0;python_version<"3.0"'
2121
]
2222
if sys.version_info.major < 3:
2323
requirements.append('mamba<0.11.0')

0 commit comments

Comments
 (0)