Skip to content

Commit

Permalink
Merge pull request #281 from tcmitchell/280-dependencies
Browse files Browse the repository at this point in the history
Pin rdflib and pyshacl dependencies
  • Loading branch information
tcmitchell authored Jul 22, 2021
2 parents bcfb2c6 + ffa34c2 commit e36fe56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
packages=['sbol3'],
package_data={'sbol3': ['rdf/sbol3-shapes.ttl']},
install_requires=[
'rdflib>=5.0',
'rdflib==5',
'rdflib-jsonld',
'python-dateutil',
'pyshacl',
'pyshacl==0.14',
'requests',
],
test_suite='test',
tests_require=[
Expand Down

0 comments on commit e36fe56

Please sign in to comment.