Skip to content

Commit

Permalink
✨ textual update
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Mar 20, 2024
1 parent d479105 commit ef85316
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ dependencies = [
"art~=6.1",
"click~=8.1.7",
"pandas>2,<3",
"rich~=13.7.0",
"rich-click~=1.7.3",
"rich~=13.7.1",
"rich-click~=1.7.4",
"rich-pixels~=2.2.0",
"textual==0.48.2",
"textual-universal-directorytree~=1.3.2",
"textual==0.53.1",
"textual-universal-directorytree~=1.5.0",
"universal-pathlib~=0.2.2",
"Pillow>=9.1.0",
"PyMuPDF~=1.23.21",
"Pillow>=10.2.0",
"PyMuPDF~=1.23.26",
"pyperclip~=1.8.2"
]
description = "TUI File Browser App"
Expand All @@ -42,17 +42,17 @@ requires-python = ">=3.8,<4.0"

[project.optional-dependencies]
all = [
"pyarrow~=15.0.0",
"textual-universal-directorytree[remote]~=1.3.2"
"pyarrow~=15.0.2",
"textual-universal-directorytree[remote]~=1.5.0"
]
data = [
"pyarrow~=15.0.0"
"pyarrow~=15.0.2"
]
parquet = [
"pyarrow~=15.0.0"
"pyarrow~=15.0.2"
]
remote = [
"textual-universal-directorytree[remote]~=1.3.2"
"textual-universal-directorytree[remote]~=1.5.0"
]

[project.scripts]
Expand Down Expand Up @@ -129,7 +129,7 @@ release = [

[tool.hatch.envs.lint]
dependencies = [
"mypy>=1.8.0",
"mypy>=1.9.0",
"ruff~=0.1.7"
]
detached = true
Expand Down

0 comments on commit ef85316

Please sign in to comment.