Skip to content

Commit efb2f89

Browse files
committed
bump ver 0.0.3
1 parent 6d1c654 commit efb2f89

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
[project]
22
name = "aurdex"
3-
version = "0.0.2.4"
3+
version = "0.0.3"
44
description = "terminal user interface for browsing AUR package metadata"
55
authors = [{ name = "involution" }]
66
license = { text = "Apache-2.0" }
77
readme = "README.md"
88
requires-python = ">=3.9"
9-
dependencies = ["textual>=0.49.0", "rich>=13.0.0", "appdirs>=1.4.4"]
9+
dependencies = [
10+
"textual>=0.49.0",
11+
"rich>=13.0.0",
12+
"appdirs>=1.4.4",
13+
"beautifulsoup4>=4.13",
14+
"https>=0.27.0",
15+
]
1016
[project.optional-dependencies]
1117
git = ["pygit2"]
12-
aplm = ["pyalpm"]
18+
alpm = ["pyalpm"]
1319

1420
[project.scripts]
1521
aurdex = "aurdex:main"

0 commit comments

Comments
 (0)