Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
OWL2YAMS
Commits
2001187eb813
Commit
2001187e
authored
Nov 02, 2021
by
Fabien Amarger
Browse files
fix(setup): Fix rdflib to be >= 5.0.0 and < 6.0.0 since CubicWeb has this dependency
parent
fb9677a85df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
2001187e
...
...
@@ -16,7 +16,7 @@
requires
=
{
"cubicweb"
:
">=3.30"
,
"yams"
:
None
,
"rdflib"
:
None
,
"rdflib"
:
">=5.0.0, <6.0.0"
,
"Jinja2"
:
None
,
}
install_requires
=
[
"{0} {1}"
.
format
(
d
,
v
or
""
).
strip
()
for
d
,
v
in
requires
.
items
()]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment