summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author0b1001002021-12-02 20:11:36 +0100
committer0b1001002021-12-02 20:11:36 +0100
commit3d761cf8a73f72ba1c96b008f733542b8df88bb3 (patch)
tree5ab58ba3d9c1b29d702501e808842be32e374c25 /PKGBUILD
parentb8608138f1c1b572b27c213e85e3764813ecdb93 (diff)
downloadaur-3d761cf8a73f72ba1c96b008f733542b8df88bb3.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 a0c6a315de50..5ff8cc54dd11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-binance
pkgver=1.0.15
-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=('python-setuptools')
checkdepends=('python-pytest' 'python-requests-mock')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")