summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0b1001002021-12-02 20:13:03 +0100
committer0b1001002021-12-02 20:13:03 +0100
commit57e3e7610c34e119dfcb7fabb9d98b80f0a744aa (patch)
treed8cf324fe635619b1ca63e39c907753f6b3dd112
parent51b692c5c0a2964d863d58bb49d8d8fda60e8914 (diff)
downloadaur-57e3e7610c34e119dfcb7fabb9d98b80f0a744aa.tar.gz
Remove python-websockets version restriction
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b0dc078a353..3d68f83da07a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-binance-git
pkgdesc = An unofficial Python wrapper for the Binance exchange REST API
pkgver = 1.0.15.r2.g217f1e2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sammchardy/python-binance
arch = any
license = MIT
@@ -15,7 +15,7 @@ pkgbase = python-binance-git
depends = python-pytz
depends = python-requests
depends = python-ujson
- depends = python-websockets=9.1
+ depends = python-websockets
provides = python-binance
conflicts = python-binance
source = git+https://github.com/sammchardy/python-binance.git
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}")