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
cubicweb
Commits
a5be131dc6e2
Commit
d5a12d04
authored
Mar 02, 2021
by
Laurent Peuch
Browse files
fix(deps): we are not yet compatible with pyramid 2.0
--HG-- branch : 3.28
parent
77a5da30d53b
Pipeline
#37987
passed with stages
in 20 minutes and 13 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
requirements/test-misc.txt
View file @
a5be131d
...
...
@@ -17,7 +17,7 @@ flake8
psycopg2-binary
## cubicweb/pyramid/test
pyramid >= 1.5.0
pyramid >= 1.5.0
, < 2
waitress >= 0.8.9
wsgicors >= 0.3
pyramid_multiauth
...
...
setup.py
View file @
a5be131d
...
...
@@ -98,7 +98,7 @@ setup(
'vobject >= 0.6.0'
,
],
'pyramid'
:
[
'pyramid >= 1.5.0'
,
'pyramid >= 1.5.0
,<2.0.0
'
,
'waitress >= 0.8.9'
,
'wsgicors >= 0.3'
,
'pyramid_multiauth'
,
...
...
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