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
cubes
jsonschema
Commits
9e3122858af7
Commit
8b7c0a40
authored
Nov 20, 2019
by
Carine Dengler
Browse files
[pyramid] use version inferior to 1.10.0
--HG-- branch : 0.1
parent
4f773b2852cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
cubicweb_jsonschema/__pkginfo__.py
View file @
9e312285
...
...
@@ -19,7 +19,7 @@ __depends__ = {
'six'
:
'>= 1.4.0'
,
'jsonschema'
:
None
,
'jsl'
:
None
,
'pyramid'
:
'
>=
1.
5
.0'
,
'pyramid'
:
'
<
1.
10
.0'
,
}
__recommends__
=
{}
...
...
debian/control
View file @
9e312285
...
...
@@ -15,7 +15,7 @@ Architecture: all
Depends:
python-cubicweb-pyramid (>= 3.24.1),
python-six (>= 1.4.0),
python-pyramid (>= 1.5.0),
python-pyramid (>= 1.5.0),
python-pyramid (<< 1.10.0)
${python:Depends},
${misc:Depends},
Description: JSON Schema for CubicWeb
...
...
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