Skip to content

Commit

Permalink
[build] Uncomment dependency on pyfatfs Github fork
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Nov 1, 2024
1 parent da4d2e4 commit b4e1c09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ zstd = [
# Pin to < 3.12 because of https://github.com/nathanhi/pyfatfs/issues/41
fat = [
'pyfatfs ~= 1.0; python_version < "3.12.0"',
'pyfatfs@git+https://github.com/mxmlnkn/pyfatfs.git@v1.2.0 ; python_version >= "3.12.0"',
# Not allowed by PyPI
#'pyfatfs@git+https://github.com/mxmlnkn/pyfatfs.git@v1.2.0 ; python_version >= "3.12.0"',
]
# All optional dependencies of asyncssh via sshfs. I have not yet needed any of these.
# Half of these are installed anyway via other dependencies.
Expand Down

0 comments on commit b4e1c09

Please sign in to comment.