Skip to content

Commit 18ede9f

Browse files
authored
Merge pull request #162 from gisce/fix_requirements_python_3
Fix requirements python 3
2 parents 4c6a5eb + b2a1908 commit 18ede9f

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)