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.
importlib_metadata<4
1 parent f03c29a commit 66e3308Copy full SHA for 66e3308
setup.py
@@ -67,7 +67,9 @@ def read(path):
67
test=['zope.testing>=4,<5',
68
'zc.customdoctests>=1.0.1,<2',
69
'stopit>=1.1.2,<2'],
70
- sqlalchemy=['sqlalchemy>=1.0,<1.5', 'geojson>=2.5.0']
+ sqlalchemy=['sqlalchemy>=1.0,<1.5',
71
+ 'geojson>=2.5.0',
72
+ 'importlib_metadata<4']
73
),
74
python_requires='>=3.4',
75
install_requires=requirements,
0 commit comments