Skip to content

Commit a80f3e7

Browse files
committed
Revert "SA14: Pin some dependency packages to retain compatibility with Python 3.6"
After support for Python 3.6 has been dropped, this is no longer needed. This reverts commit 25da05e.
1 parent b009e86 commit a80f3e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ def read(path):
6767
test=['zope.testing>=4,<5',
6868
'zc.customdoctests>=1.0.1,<2',
6969
'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']
70+
sqlalchemy=['sqlalchemy>=1.0,<1.5', 'geojson>=2.5.0']
7471
),
7572
python_requires='>=3.4',
7673
install_requires=requirements,

0 commit comments

Comments
 (0)