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.
1 parent b009e86 commit a80f3e7Copy full SHA for a80f3e7
setup.py
@@ -67,10 +67,7 @@ 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',
71
- 'geojson>=2.5.0',
72
- 'importlib-metadata<4',
73
- 'typing-extensions<4']
+ sqlalchemy=['sqlalchemy>=1.0,<1.5', 'geojson>=2.5.0']
74
),
75
python_requires='>=3.4',
76
install_requires=requirements,
0 commit comments