Skip to content

Commit b2acea4

Browse files
Merge pull request #9 from casework/bump_rdflib
Bump rdflib, updating Python 3.x and pyparsing constraints
2 parents d2b35ea + 506c1c4 commit b2acea4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.cfg

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ classifiers =
1717

1818
[options]
1919
install_requires =
20-
# TODO - This constraint on pyparsing can be removed when rdflib Issue #1190 is resolved.
21-
# https://github.com/RDFLib/rdflib/issues/1190
22-
pyparsing < 3.0.0
2320
pyshacl
24-
requests
21+
rdflib >= 6.2.0
2522
packages = find:
26-
python_requires = >=3.6
23+
python_requires = >=3.7
2724

2825
[options.entry_points]
2926
console_scripts =

0 commit comments

Comments
 (0)