Skip to content

Commit e525f06

Browse files
authored
Merge pull request #58 from jedymatt/53-set-constraint-for-v1-for-install_requires-sqlalchemy=14-20
Update setup.cfg
2 parents 085decc + 3798d81 commit e525f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages = find:
2828
package_dir =
2929
=src
3030
install_requires =
31-
SQLAlchemy>=1.4
31+
SQLAlchemy>=1.4,<2.0
3232
; dataclasses>=0.8; python_version == "3.6"
3333
python_requires = >=3.6
3434

0 commit comments

Comments
 (0)