We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a5a4e commit 0fdc869Copy full SHA for 0fdc869
2 files changed
CHANGES.rst
@@ -5,6 +5,9 @@ Changes
5
1.2.3 (unreleased)
6
------------------
7
8
+- Pin upper versions of dependencies.
9
+ [rnix]
10
+
11
- Fix ``Node.treerepr`` if mapping raises an exception on ``__getitem__``.
12
[rnix]
13
setup.py
@@ -46,8 +46,8 @@ def read_file(name):
46
include_package_data=True,
47
zip_safe=True,
48
install_requires=[
49
- 'odict>=1.9.0',
50
- 'plumber>=1.5',
+ 'odict>=1.9.0,<2.0.0',
+ 'plumber>=1.5,<2.0.0',
51
'setuptools',
52
'zope.component',
53
'zope.deferredimport',
0 commit comments