Skip to content

Commit

Permalink
add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
debugtalk committed Mar 2, 2017
1 parent d215030 commit baf7e9b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
@@ -1,6 +1,15 @@
# LocustWrapper

A wrapper for making locustio more convenient to use.

## install

LocustWrapper is based on [`locustio`](https://github.com/locustio/locust), so you need to install `locust` dependencies first.

```bash
$ pip install -r requirements.txt --upgrade
```

## usage

```text
Expand Down
19 changes: 19 additions & 0 deletions requirements.txt
@@ -0,0 +1,19 @@
appdirs==1.4.0
click==6.7
Flask==0.12
gevent==1.2.1
Glances==2.8.2
greenlet==0.4.12
itsdangerous==0.24
Jinja2==2.9.5
-e git+https://github.com/locustio/locust.git@master#egg=locustio
MarkupSafe==0.23
msgpack-python==0.4.8
packaging==16.8
psutil==5.1.3
pyparsing==2.1.10
pyzmq==15.2.0
requests==2.13.0
requests-toolbelt==0.7.1
six==1.10.0
Werkzeug==0.11.15

0 comments on commit baf7e9b

Please sign in to comment.