summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author0b1001002021-09-05 11:25:05 +0200
committer0b1001002021-09-05 11:43:33 +0200
commitae87aa427cec42a41237f2d188ed30de9fbd1ad4 (patch)
tree6d2f05ac1999e4b91334c2764d817496802342fe /PKGBUILD
parent1553ed16414ef734c9a2ac4f3a4f82b5c9008ad2 (diff)
downloadaur-ae87aa427cec42a41237f2d188ed30de9fbd1ad4.tar.gz
adjusted dependencies on the basis of the upstream's requirements.txt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67fb6cda05a7..c1a26c90029d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
+# Maintainer: 0b100100 <0b100100 at protonmail dot ch>
# Contributor: Lex Black <autumn-wind@web.de>
# Contributor: Eric Toombs
_pkgname='python-binance'
pkgname="$_pkgname-git"
-pkgver=0.7.4.r0.gc4fdad5
+pkgver=1.0.10.r54.ga6f3048
pkgrel=1
pkgdesc="simple python interface to binance.com's web API"
arch=('any')
url='https://github.com/sammchardy/python-binance'
license=('MIT')
-depends=('python' 'python-autobahn' 'python-certifi' 'python-chardet' 'python-dateparser'
- 'python-requests' 'python-service-identity' 'python-twisted' 'python-urllib3')
+depends=('python' 'python-aiohttp' 'python-dateparser'
+ 'python-requests' 'python-ujson' 'python-websockets')
makedepends=('git' 'python-setuptools')
source=('git+https://github.com/sammchardy/python-binance.git')
md5sums=('SKIP')