summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordanieltetraquark2018-12-08 21:23:00 +0100
committerdanieltetraquark2018-12-08 21:23:00 +0100
commit8e7a1ca650d82f2d90dbf4bff035a1e541ef3faa (patch)
tree3d5782c9f8265b70e16ce0a05714bbf87ac3a562 /PKGBUILD
parent881ebe4e42247549c217021fe9ed00d0cd0b3eca (diff)
downloadaur-8e7a1ca650d82f2d90dbf4bff035a1e541ef3faa.tar.gz
add required depencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e2fc9bde7c2..4701fb9a5156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,7 @@ _name=toot
pkgver=0.19.0
pkgrel=1
pkgdesc="a Mastodon CLI client"
+depends=('python-requests' 'python-beautifulsoup4')
license=('GPL3')
arch=('any')
url="https://github.com/ihabunek/toot"