Skip to content

Commit

Permalink
πŸ› universal-pathlib incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Oct 12, 2023
1 parent c528c43 commit 36cf457
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"rich-click~=1.5.2",
"rich-pixels~=2.1.1",
"textual==0.39.0",
"textual-universal-directorytree~=1.0.1",
"textual-universal-directorytree~=1.0.2",
"Pillow>=9.1.0",
"PyMuPDF~=1.22.3"
]
Expand All @@ -36,13 +36,13 @@ requires-python = ">=3.8,<4.0"
[project.optional-dependencies]
all = [
"pyarrow~=10.0.0",
"textual-universal-directorytree[remote]~=1.0.1"
"textual-universal-directorytree[remote]~=1.0.2"
]
parquet = [
"pyarrow~=10.0.0"
]
remote = [
"textual-universal-directorytree[remote]~=1.0.1"
"textual-universal-directorytree[remote]~=1.0.2"
]

[project.scripts]
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1565,9 +1565,9 @@ textual-dev==1.0.1 \
--hash=sha256:419fc426c120f04f89ab0cb1aa88f7873dd7cdb9c21618e709175c8eaff6b566 \
--hash=sha256:9f4c40655cbb56af7ee92805ef14fa24ae98ff8b0ae778c59de7222f1caa7281
# via -r requirements.in
textual-universal-directorytree[remote]==1.0.1 \
--hash=sha256:4101fb541a69152721e4099a8c04cfe0a2f72c94e8d82fbc2608ed3c61392b2b \
--hash=sha256:fc5ac0d36a49a486c2a83ed054e06da84e5cc27bfa89eff71e08665d704f691e
textual-universal-directorytree[remote]==1.0.2 \
--hash=sha256:74f0d6687076f9adb9ebcbe50a5cda4a143b971e2729f62b9270f9ae7451458e \
--hash=sha256:eb3a4fcedda94e5fb42c0e9af6352ebc6ceb945d1164fb05ec090c59623a71fc
# via -r requirements.in
tomli==2.0.1 \
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -994,9 +994,9 @@ textual==0.39.0 \
# via
# -r requirements.in
# textual-universal-directorytree
textual-universal-directorytree[remote]==1.0.1 \
--hash=sha256:4101fb541a69152721e4099a8c04cfe0a2f72c94e8d82fbc2608ed3c61392b2b \
--hash=sha256:fc5ac0d36a49a486c2a83ed054e06da84e5cc27bfa89eff71e08665d704f691e
textual-universal-directorytree[remote]==1.0.2 \
--hash=sha256:74f0d6687076f9adb9ebcbe50a5cda4a143b971e2729f62b9270f9ae7451458e \
--hash=sha256:eb3a4fcedda94e5fb42c0e9af6352ebc6ceb945d1164fb05ec090c59623a71fc
# via -r requirements.in
typing-extensions==4.7.1 \
--hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 \
Expand Down

0 comments on commit 36cf457

Please sign in to comment.