We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1c654 commit efb2f89Copy full SHA for efb2f89
1 file changed
pyproject.toml
@@ -1,15 +1,21 @@
1
[project]
2
name = "aurdex"
3
-version = "0.0.2.4"
+version = "0.0.3"
4
description = "terminal user interface for browsing AUR package metadata"
5
authors = [{ name = "involution" }]
6
license = { text = "Apache-2.0" }
7
readme = "README.md"
8
requires-python = ">=3.9"
9
-dependencies = ["textual>=0.49.0", "rich>=13.0.0", "appdirs>=1.4.4"]
+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
+]
16
[project.optional-dependencies]
17
git = ["pygit2"]
-aplm = ["pyalpm"]
18
+alpm = ["pyalpm"]
19
20
[project.scripts]
21
aurdex = "aurdex:main"
0 commit comments