mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-06 15:01:22 +08:00
add requirements.txt
This commit is contained in:
@@ -11,6 +11,12 @@
|
|||||||
- 身兼多职,同时实现接口管理、接口自动化测试、接口性能测试(结合Locust)
|
- 身兼多职,同时实现接口管理、接口自动化测试、接口性能测试(结合Locust)
|
||||||
- 具有可扩展性,便于扩展实现Web平台化
|
- 具有可扩展性,便于扩展实现Web平台化
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
## 阅读更多
|
## 阅读更多
|
||||||
|
|
||||||
- [《背景介绍》](docs/background.md)
|
- [《背景介绍》](docs/background.md)
|
||||||
|
|||||||
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
requests
|
||||||
|
termcolor
|
||||||
|
flask
|
||||||
Reference in New Issue
Block a user