We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a528d8 commit e5b2e35Copy full SHA for e5b2e35
PKGBUILD
@@ -8,7 +8,16 @@ pkgdesc="A comprehensive CLI tool for Linear issue management with advanced sear
8
arch=('any')
9
url="https://github.com/AdiKsOnDev/linearator"
10
license=('MIT')
11
-depends=('python>=3.12' 'python-pip')
+depends=(
12
+ 'python'
13
+ 'python-httpx'
14
+ 'python-keyring'
15
+ 'python-gql'
16
+ 'python-tomli-w'
17
+ 'python-dotenv'
18
+ 'python-pydantic'
19
+ 'python-rich'
20
+)
21
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
22
optdepends=(
23
'keyrings.alt: Alternative keyring backends for credential storage'
0 commit comments