summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author0b1001002021-12-02 20:13:03 +0100
committer0b1001002021-12-02 20:13:03 +0100
commit57e3e7610c34e119dfcb7fabb9d98b80f0a744aa (patch)
treed8cf324fe635619b1ca63e39c907753f6b3dd112 /PKGBUILD
parent51b692c5c0a2964d863d58bb49d8d8fda60e8914 (diff)
downloadaur-57e3e7610c34e119dfcb7fabb9d98b80f0a744aa.tar.gz
Remove python-websockets version restriction
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be714fc32f0c..9ddbc8afa758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=python-binance-git
pkgver=1.0.15.r2.g217f1e2
-pkgrel=2
+pkgrel=3
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' 'python-pytz'
- 'python-requests' 'python-ujson' 'python-websockets=9.1')
+ 'python-requests' 'python-ujson' 'python-websockets')
makedepends=('git' 'python-setuptools')
checkdepends=('python-pytest' 'python-requests-mock')
provides=("${pkgname%-git}")