mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 23:41:22 +08:00
docs: view project dependencies tree
This commit is contained in:
@@ -83,29 +83,46 @@ $ poetry run python -m unittest discover
|
|||||||
|
|
||||||
查看 HttpRunner 的依赖情况:
|
查看 HttpRunner 的依赖情况:
|
||||||
|
|
||||||
```text
|
```bash
|
||||||
$ poetry show
|
$ poetry show --tree
|
||||||
certifi 2019.9.11 Python package for providing Mozilla's CA Bundle.
|
colorama 0.4.1 Cross-platform colored terminal text.
|
||||||
chardet 3.0.4 Universal encoding detector for Python 2 and 3
|
colorlog 4.0.2 Log formatting with colors!
|
||||||
click 7.0 Composable command line interface toolkit
|
└── colorama *
|
||||||
colorama 0.4.1 Cross-platform colored terminal text.
|
coverage 4.5.4 Code coverage measurement for Python
|
||||||
colorlog 4.0.2 Log formatting with colors!
|
coveralls 1.8.2 Show coverage stats online via coveralls.io
|
||||||
coverage 4.5.4 Code coverage measurement for Python
|
├── coverage >=3.6,<5.0
|
||||||
coveralls 1.8.2 Show coverage stats online via coveralls.io
|
├── docopt >=0.6.1
|
||||||
docopt 0.6.2 Pythonic argument parser, that will make you smile
|
├── requests >=1.0.0
|
||||||
filetype 1.0.5 Infer file type and MIME type of any file/buffer. No external dependencies.
|
│ ├── certifi >=2017.4.17
|
||||||
flask 0.12.4 A microframework based on Werkzeug, Jinja2 and good intentions
|
│ ├── chardet >=3.0.2,<3.1.0
|
||||||
har2case 0.3.1 Convert HAR(HTTP Archive) to YAML/JSON testcases for HttpRunner.
|
│ ├── idna >=2.5,<2.9
|
||||||
idna 2.8 Internationalized Domain Names in Applications (IDNA)
|
│ └── urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
|
||||||
itsdangerous 1.1.0 Various helpers to pass data to untrusted environments and back.
|
└── urllib3 *
|
||||||
jinja2 2.10.3 A very fast and expressive template engine.
|
filetype 1.0.5 Infer file type and MIME type of any file/buffer. No external dependencies.
|
||||||
jsonpath 0.82 An XPath for JSON
|
flask 0.12.4 A microframework based on Werkzeug, Jinja2 and good intentions
|
||||||
markupsafe 1.1.1 Safely add untrusted strings to HTML/XML markup.
|
├── click >=2.0
|
||||||
pyyaml 5.1.2 YAML parser and emitter for Python
|
├── itsdangerous >=0.21
|
||||||
requests 2.22.0 Python HTTP for Humans.
|
├── jinja2 >=2.4
|
||||||
requests-toolbelt 0.9.1 A utility belt for advanced users of python-requests
|
│ └── markupsafe >=0.23
|
||||||
urllib3 1.25.6 HTTP library with thread-safe connection pooling, file post, and more.
|
└── werkzeug >=0.7
|
||||||
werkzeug 0.16.0 The comprehensive WSGI web application library.
|
future 0.18.1 Clean single-source support for Python 3 and 2
|
||||||
|
har2case 0.3.1 Convert HAR(HTTP Archive) to YAML/JSON testcases for HttpRunner.
|
||||||
|
└── pyyaml *
|
||||||
|
jinja2 2.10.3 A very fast and expressive template engine.
|
||||||
|
└── markupsafe >=0.23
|
||||||
|
jsonpath 0.82 An XPath for JSON
|
||||||
|
pyyaml 5.1.2 YAML parser and emitter for Python
|
||||||
|
requests 2.22.0 Python HTTP for Humans.
|
||||||
|
├── certifi >=2017.4.17
|
||||||
|
├── chardet >=3.0.2,<3.1.0
|
||||||
|
├── idna >=2.5,<2.9
|
||||||
|
└── urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
|
||||||
|
requests-toolbelt 0.9.1 A utility belt for advanced users of python-requests
|
||||||
|
└── requests >=2.0.1,<3.0.0
|
||||||
|
├── certifi >=2017.4.17
|
||||||
|
├── chardet >=3.0.2,<3.1.0
|
||||||
|
├── idna >=2.5,<2.9
|
||||||
|
└── urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
|
||||||
```
|
```
|
||||||
|
|
||||||
调试运行方式:
|
调试运行方式:
|
||||||
|
|||||||
Reference in New Issue
Block a user