mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
setup.py: allow msgpack 1.1.1
This commit is contained in:
parent
b0658e3f47
commit
f296217126
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -75,7 +75,7 @@ install_requires = [
|
|||
# Please note:
|
||||
# using any other msgpack version is not supported by borg development and
|
||||
# any feedback related to issues caused by this will be ignored.
|
||||
'msgpack >=0.5.6, <=1.1.0, !=1.0.1',
|
||||
'msgpack >=0.5.6, <=1.1.1, !=1.0.1',
|
||||
'packaging',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue