summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author0b1001002021-10-24 13:00:35 +0200
committer0b1001002021-10-24 13:00:35 +0200
commitb8608138f1c1b572b27c213e85e3764813ecdb93 (patch)
treebe24dccc1aa6e0df04569038185cf3a185754a4d /PKGBUILD
parent4a20ca30097bb3fd38b2c612247425c37c02c0c7 (diff)
downloadaur-b8608138f1c1b572b27c213e85e3764813ecdb93.tar.gz
Add python-pytz as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a66f253454e7..a0c6a315de50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-binance
pkgver=1.0.15
-pkgrel=1
+pkgrel=2
pkgdesc="An unofficial Python wrapper for the Binance exchange REST API"
arch=('any')
url="https://github.com/sammchardy/python-binance"
license=('MIT')
-depends=('python' 'python-aiohttp' 'python-dateparser'
+depends=('python' 'python-aiohttp' 'python-dateparser' 'python-pytz'
'python-requests' 'python-ujson' 'python-websockets=9.1')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-requests-mock')