Skip to content

Commit 9a59661

Browse files
committed
Adding SQLAlchemy constraint to <2
1 parent 7112e6a commit 9a59661

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
@@ -46,7 +46,7 @@
4646
"alembic>=0.8.8",
4747
"rdflib>=4.0",
4848
"six>=1.10.0",
49-
"SQLAlchemy>=1.1.4",
49+
"SQLAlchemy>=1.1.4,<2.0.0",
5050
],
5151
entry_points={
5252
'rdf.plugins.store': [

0 commit comments

Comments
 (0)