We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a922ab commit 5bdb3d3Copy full SHA for 5bdb3d3
requirements.txt
@@ -1,8 +1,8 @@
1
requests>=2.4.3
2
ruamel.yaml>=0.12.4,<=0.16.5
3
-rdflib>=4.2.2,<4.3
+rdflib>=4.2.2,<5.1
4
shellescape>=3.4.1,<3.5
5
-schema-salad>=7,<8
+schema-salad>=7.0.20210124093443,<8
6
prov==1.5.1
7
bagit==1.6.4
8
mypy-extensions
setup.py
@@ -95,9 +95,9 @@
95
"requests >= 2.6.1", # >= 2.6.1 to workaround
96
# https://github.com/ionrock/cachecontrol/issues/137
97
"ruamel.yaml >= 0.12.4, <= 0.16.5",
98
- "rdflib >= 4.2.2, < 4.3.0",
+ "rdflib >= 4.2.2, < 5.1.0",
99
"shellescape >= 3.4.1, < 3.5",
100
- "schema-salad >= 7, < 8",
+ "schema-salad >= 7.0.20210124093443, < 8",
101
"mypy-extensions",
102
"psutil",
103
"prov == 1.5.1",
0 commit comments