Skip to content

Commit 03bfe7c

Browse files
committed
Clarify that sqlalchemy >=1.3 is required
1 parent 1f6e2d6 commit 03bfe7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def get_version():
7474
include_package_data=True,
7575
platforms='any',
7676
install_requires=[
77-
'SQLAlchemy>=1.0',
77+
'SQLAlchemy>=1.3',
7878
"importlib_metadata ; python_version<'3.8'",
7979
],
8080
extras_require=extras_require,

0 commit comments

Comments
 (0)