Skip to content

Commit 5bfee02

Browse files
author
Peter Amstutz
committed
Adjust package dependencies to be more specific about versions.
1 parent b3843eb commit 5bfee02

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@
2828
requirements = []
2929

3030
install_requires = [
31-
'requests',
31+
'setuptools',
32+
'requests>=1.0',
3233
'ruamel.yaml == 0.12.4',
33-
'rdflib >= 4.1.0',
34-
'rdflib-jsonld >= 0.3.0',
34+
'rdflib >= 4.2.0, < 4.3.0',
35+
'rdflib-jsonld >= 0.3.0, <= 0.4.0',
36+
'html5lib >=0.90, <= 0.9999999',
3537
'mistune',
3638
'typing >= 3.5.2',
3739
'CacheControl',

0 commit comments

Comments
 (0)