Skip to content

Commit

Permalink
Merge pull request #7396 from ThomasWaldmann/improve-platformdirs-docs
Browse files Browse the repository at this point in the history
clarify platformdirs requirements, fixes #7393
  • Loading branch information
ThomasWaldmann authored Mar 1, 2023
2 parents e1fd24a + 85cc741 commit 8027c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8027c7b

Please sign in to comment.