summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author0b1001002021-10-02 15:45:43 +0200
committer0b1001002021-10-02 15:45:43 +0200
commit882a4149a2c7bfb8979a4bfed76af3f2ae21ed0b (patch)
treeadd1d5ceb48be78ea13e1342f794b92a60afd62b /PKGBUILD
parentae87aa427cec42a41237f2d188ed30de9fbd1ad4 (diff)
downloadaur-882a4149a2c7bfb8979a4bfed76af3f2ae21ed0b.tar.gz
restrict python-websockets to version 9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1a26c90029d..da1857a6c10e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname='python-binance'
pkgname="$_pkgname-git"
-pkgver=1.0.10.r54.ga6f3048
+pkgver=1.0.15.r0.gd76df56
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-aiohttp' 'python-dateparser'
- 'python-requests' 'python-ujson' 'python-websockets')
+ 'python-requests' 'python-ujson' 'python-websockets=9.1')
makedepends=('git' 'python-setuptools')
source=('git+https://github.com/sammchardy/python-binance.git')
md5sums=('SKIP')