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
fresh
Commits
305c3f1242b6
Commit
59cc8f08
authored
May 16, 2019
by
Philippe Pepiot
Browse files
Add missing dependencies used in production
parent
cc77e09651c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_fresh/__pkginfo__.py
View file @
305c3f12
...
...
@@ -19,7 +19,13 @@ classifiers = [
'Programming Language :: JavaScript'
,
]
__depends__
=
{
'cubicweb[pyramid]'
:
'>= 3.26.0, < 3.27'
,
'cubicweb-expense'
:
'>= 0.7.0'
,
'cubicweb-workcase'
:
None
,
}
__depends__
=
{
'cubicweb[pyramid]'
:
'>= 3.26.0, < 3.27'
,
'cubicweb-expense'
:
'>= 0.9.0'
,
'cubicweb-workcase'
:
'>= 0.8.0'
,
'cubicweb-searchui'
:
'>= 0.4.1'
,
'cubicweb-rqlcontroller'
:
'>= 0.5.0'
,
'cubicweb-signedrequest'
:
'>= 0.5.0'
,
'cubicweb-card'
:
'>= 1.1.2'
,
'cwclientlib'
:
'>= 0.6.0'
,
}
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