Skip to content

Commit 119e784

Browse files
committed
Require rdflib 4.0 for installation.
1 parent 061b01d commit 119e784

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
@@ -92,7 +92,7 @@ def find_version(filename):
9292
}
9393
)
9494

95-
install_requires = ["rdflib>=3.4.1-dev",
95+
install_requires = ["rdflib>=4.0",
9696
"SQLAlchemy"]
9797

9898
if sys.version_info[0] >= 3:

0 commit comments

Comments
 (0)