@@ -10,49 +10,49 @@ classifiers = [
1010 " Development Status :: 4 - Beta" ,
1111 " Operating System :: OS Independent" ,
1212 " Programming Language :: Python" ,
13- " Programming Language :: Python :: 3.8" ,
1413 " Programming Language :: Python :: 3.9" ,
1514 " Programming Language :: Python :: 3.10" ,
1615 " Programming Language :: Python :: 3.11" ,
1716 " Programming Language :: Python :: 3.12" ,
17+ " Programming Language :: Python :: 3.13" ,
1818 " Programming Language :: Python :: Implementation :: CPython" ,
1919 " Programming Language :: Python :: Implementation :: PyPy"
2020]
2121dependencies = [
22- " art~=6.1 " ,
22+ " art~=6.5 " ,
2323 " click~=8.1.7" ,
2424 " pandas>2,<3" ,
25- " rich~=13.7.1 " ,
26- " rich-click~=1.7.4 " ,
27- " rich-pixels~=2.2.0 " ,
28- " textual==0.53.1 " ,
29- " textual-universal-directorytree~=1.5 .0" ,
30- " universal-pathlib~=0.2.2 " ,
31- " Pillow>=10.2 .0" ,
32- " PyMuPDF~=1.23.26 " ,
33- " pyperclip~=1.8.2 "
25+ " rich>=14,<15 " ,
26+ " rich-click~=1.8.9 " ,
27+ " rich-pixels~=3.0.1 " ,
28+ " textual>=5,<6 " ,
29+ " textual-universal-directorytree~=1.6 .0" ,
30+ " universal-pathlib~=0.2.6 " ,
31+ " Pillow>=11.3 .0" ,
32+ " PyMuPDF~=1.26.3 " ,
33+ " pyperclip~=1.9.0 "
3434]
3535description = " TUI File Browser App"
3636dynamic = [" version" ]
3737keywords = []
3838license = " MIT"
3939name = " browsr"
4040readme = " README.md"
41- requires-python = " >=3.8 ,<4.0"
41+ requires-python = " >=3.9 ,<4.0"
4242
4343[project .optional-dependencies ]
4444all = [
45- " pyarrow~=15 .0.2 " ,
46- " textual-universal-directorytree[remote]~=1.5 .0"
45+ " pyarrow~=21 .0.0 " ,
46+ " textual-universal-directorytree[remote]~=1.6 .0"
4747]
4848data = [
49- " pyarrow~=15 .0.2 "
49+ " pyarrow~=21 .0.0 "
5050]
5151parquet = [
52- " pyarrow~=15 .0.2 "
52+ " pyarrow~=21 .0.0 "
5353]
5454remote = [
55- " textual-universal-directorytree[remote]~=1.5 .0"
55+ " textual-universal-directorytree[remote]~=1.6 .0"
5656]
5757
5858[project .scripts ]
@@ -91,7 +91,7 @@ pip-compile-constraint = ""
9191template = " test"
9292
9393[[tool .hatch .envs .all .matrix ]]
94- python = [" 3.8 " , " 3.9 " , " 3.10 " , " 3.11 " , " 3.12 " ]
94+ python = [" 3.9 " , " 3.10 " , " 3.11 " , " 3.12 " , " 3.13 " ]
9595
9696[tool .hatch .envs .default ]
9797features = [" all" ]
0 commit comments