mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
Merge pull request #7396 from ThomasWaldmann/improve-platformdirs-docs
clarify platformdirs requirements, fixes #7393
This commit is contained in:
commit
8027c7b284
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ setup_requires =
|
|||
install_requires =
|
||||
msgpack >=1.0.3, <=1.0.4
|
||||
packaging
|
||||
platformdirs >=3.0.0, <4.0.0
|
||||
platformdirs >=3.0.0, <4.0.0; sys_platform == 'darwin' # for macOS: breaking changes in 3.0.0,
|
||||
platformdirs >=2.6.0, <4.0.0; sys_platform != 'darwin' # for others: 2.6+ works consistently.
|
||||
argon2-cffi
|
||||
tests_require =
|
||||
pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue