Skip to content

Commit

Permalink
Revert "SA14: Pin some dependency packages to retain compatibility wi…
Browse files Browse the repository at this point in the history
…th Python 3.6"

After support for Python 3.6 has been dropped, this is no longer needed.

This reverts commit 25da05e.
  • Loading branch information
amotl committed May 25, 2022
1 parent b009e86 commit a80f3e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ def read(path):
test=['zope.testing>=4,<5',
'zc.customdoctests>=1.0.1,<2',
'stopit>=1.1.2,<2'],
sqlalchemy=['sqlalchemy>=1.0,<1.5',
'geojson>=2.5.0',
'importlib-metadata<4',
'typing-extensions<4']
sqlalchemy=['sqlalchemy>=1.0,<1.5', 'geojson>=2.5.0']
),
python_requires='>=3.4',
install_requires=requirements,
Expand Down

0 comments on commit a80f3e7

Please sign in to comment.