summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorStick2020-04-02 10:14:02 -0400
committerStick2020-04-02 10:14:02 -0400
commit158b195f220d2485064c052a69fb49bfaf0be1f7 (patch)
tree410a8312f16ccb05b9db6bcdc6ff10af5b668ccf /.SRCINFO
parent0b93f2aea15a58485a527b2bf005893f67603974 (diff)
downloadaur-158b195f220d2485064c052a69fb49bfaf0be1f7.tar.gz
add configargparse and psutil dependencies
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 671899fc60ea..1509830d3c21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = python-locust-git
pkgdesc = Scalable user load testing tool written in Python
- pkgver = 0.13.2.r6.g989fa24
+ pkgver = 0.14.5.r83.g34cb6d1
pkgrel = 1
url = https://github.com/locustio/locust
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
+ depends = python-configargparse
depends = python-flask
- depends = python-gevent
+ depends = python-gevent-git
depends = python-geventhttpclient-wheels
depends = python-msgpack
+ depends = python-psutil
depends = python-pyzmq
depends = python-requests
depends = python-six