Skip to content
Snippets Groups Projects

feat(pkginfo): upgrade isodate to ">=0.6.0,<0.7.0"

1 file
+ 10
10
Compare changes
  • Side-by-side
  • Inline
@@ -16,5 +16,5 @@
__depends__ = {
'cubicweb[pyramid]': '>= 3.26.1, < 3.27',
'cubicweb-squareui': '>= 1.1.2',
'cubicweb-squareui': ">=1.1.0,<1.2.0",
'cubicweb-eac': '>= 0.8.4, < 0.9.0',
@@ -20,6 +20,6 @@
'cubicweb-eac': '>= 0.8.4, < 0.9.0',
'cubicweb-seda': '>= 0.17.2, < 0.18.0',
'cubicweb-seda': ">=0.17.0,<0.18.0",
'cubicweb-compound': '>= 0.7.0, < 0.8.0',
'cubicweb-prov': '>= 0.4.0, < 0.5.0',
'cubicweb-oaipmh': '>= 0.6.0, < 0.7.0',
'cubicweb-relationwidget': '>= 0.5.1, < 0.6.0',
@@ -22,15 +22,15 @@
'cubicweb-compound': '>= 0.7.0, < 0.8.0',
'cubicweb-prov': '>= 0.4.0, < 0.5.0',
'cubicweb-oaipmh': '>= 0.6.0, < 0.7.0',
'cubicweb-relationwidget': '>= 0.5.1, < 0.6.0',
'cubicweb-skos': '>= 1.6.0',
'cubicweb-vtimeline': '>= 0.6.0',
'cubicweb-signedrequest': None,
'isodate': None,
'python-dateutil': None,
'pytz': None,
'psycopg2': '< 2.8',
'rdflib': '>= 4.1',
'cubicweb-skos': ">=1.6.0,<1.7.0",
'cubicweb-vtimeline': ">=0.6.0,<0.7.0",
'cubicweb-signedrequest': ">=1.0.0,<1.1.0",
'isodate': ">=0.6.0,<0.7.0",
'python-dateutil': ">=2.8.0,<2.9.0",
'pytz': ">=2020.5.0,<2020.6.0",
'psycopg2': ">=2.8.0,<2.9.0",
'rdflib': ">=5.0.0,<5.1.0",
}
__recommends__ = {}
Loading