summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author0b1001002021-10-24 12:51:45 +0200
committer0b1001002021-10-24 12:51:45 +0200
commit536536f5dc5dd533d36aff3aeae05af5804e7e51 (patch)
tree2656112e71c495fb3a7fec83e43a1ceac7d6fe18 /PKGBUILD
parent8d4a031d103b18611d495fef817d191a54d372af (diff)
downloadaur-536536f5dc5dd533d36aff3aeae05af5804e7e51.tar.gz
Add python-pytz as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57796552f959..0bacdc7397a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ 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=('git' 'python-setuptools')
checkdepends=('python-pytest' 'python-requests-mock')