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
prometheus
Commits
d6093d215077
Commit
d6093d21
authored
May 12, 2021
by
Nicolas Chauvat
Browse files
fix(packaging): depend on cubicweb 3.27
parent
7c10d968899c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_prometheus/__pkginfo__.py
View file @
d6093d21
...
...
@@ -14,7 +14,7 @@
description
=
"Exporting prometheus metrics"
web
=
"http://www.cubicweb.org/project/%s"
%
distname
__depends__
=
{
"cubicweb"
:
">= 3.
31
.0"
,
"prometheus-client"
:
">= 0.10.1"
}
__depends__
=
{
"cubicweb"
:
">= 3.
27
.0"
,
"prometheus-client"
:
">= 0.10.1"
}
__recommends__
=
{}
classifiers
=
[
...
...
Write
Preview
Supports
Markdown
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