We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6a5eb commit b2a1908Copy full SHA for b2a1908
setup.py
@@ -17,7 +17,7 @@
17
'psycopg2',
18
'mock',
19
'xlrd==1.2.0',
20
- 'typing==3.10.0.0',
+ 'typing==3.10.0.0;python_version<"3.0"'
21
]
22
if sys.version_info.major < 3:
23
requirements.append('mamba<0.11.0')
0 commit comments