add requirements.txt

This commit is contained in:
debugtalk
2017-06-20 19:47:18 +08:00
parent 45351e3ba7
commit a62d3dd583
2 changed files with 9 additions and 0 deletions

View File

@@ -11,6 +11,12 @@
- 身兼多职同时实现接口管理、接口自动化测试、接口性能测试结合Locust
- 具有可扩展性便于扩展实现Web平台化
## Install
```bash
$ pip install -r requirements.txt
```
## 阅读更多
- [《背景介绍》](docs/background.md)

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
requests
termcolor
flask