Files
InterfaceAutoTest/pyproject.toml
NianJiu 129c845bd8 feat(session): session二次封装
- 重写了request和send方法
- 添加了requests库
- 增加了日志打印
2024-09-12 23:36:47 +08:00

21 lines
400 B
TOML

[tool.poetry]
name = "interfaceautotest"
version = "0.1.0"
description = ""
authors = ["NianJiu <t6i888@163.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.32.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "tsinghua"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
priority = "primary"