summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2a4b5a2d0d2..cc20de1bd847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="Download chat messages from past broadcasts on Twitch "
arch=('any')
url="https://github.com/PetterKraabol/Twitch-Chat-Downloader"
license=('MIT')
-depends=('python' 'python-requests' 'python-dateutil' 'python-pytz')
+depends=('python'
+ 'python-requests' 'python-dateutil' 'python-pytz' 'twitch-python')
makedepends=('python-setuptools')
checkdepends=()
optdepends=()