Skip to content
Snippets Groups Projects
Commit 5787aaa297a1 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

feat(setup.py): enforce semver dependencies for our own packages (logilab-*)

parent c66fdd22699b
No related branches found
No related tags found
2 merge requests!97Topic/default/merge 0 x into default,!95feat(setup.py): enforce semver dependencies for our own packages (logilab-*)
......@@ -101,6 +101,6 @@
]
install_requires = [
"logilab-common >= 1.6.0",
"logilab-database >= 1.6.0",
"logilab-common >= 1.6.0, < 2",
"logilab-database >= 1.6.0, < 2",
"yapps2-logilab >= 2.2.1",
......@@ -106,5 +106,5 @@
"yapps2-logilab >= 2.2.1",
"logilab-constraint >= 0.5.0", # fallback if the gecode compiled module is missing
"logilab-constraint >= 0.5.0, < 1", # fallback if the gecode compiled module is missing
'typing-extensions; python_version < "3.8"',
"setuptools",
'importlib_metadata; python_version < "3.10"',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment