实现AI生成测试项接口

This commit is contained in:
2026-05-29 16:20:30 +08:00
parent 56aed87497
commit 6f865cc7b5
11 changed files with 368 additions and 378 deletions

View File

@@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.13.11,<3.14"
dependencies = [
"beautifulsoup4>=4.14.3",
"django>=6.0.4",
"django>=6.0.5",
"django-auth-ldap>=5.3.0",
"django-environ>=0.12.0",
"django-ninja>=1.6.2",
@@ -17,14 +17,14 @@ dependencies = [
"django-tinymce>=5.0.0",
"docxcompose>=2.1.0",
"docxtpl[subdoc]>=0.20.2",
"faker>=40.13.0",
"faker>=40.19.1",
"ipykernel>=7.2.0",
"lizard>=1.22.1",
"lizard>=1.22.2",
"mysqlclient>=2.2.7",
"ninja-schema>=0.14.3",
"numpy==2.4.4",
"orjson>=3.11.8",
"pandas>=3.0.2",
"orjson>=3.11.9",
"pandas>=3.0.3",
"pyinstaller>=6.20.0",
"python-docx>=1.2.0",
"python-ldap",
@@ -32,8 +32,9 @@ dependencies = [
"ua-parser-builtins>=202601",
"user-agents>=2.2.0",
"waitress>=3.0.2",
"pydantic>=2.13.3",
"lxml>=6.1.0",
"pydantic>=2.13.4",
"lxml>=6.1.1",
"requests>=2.34.2",
]
[tool.uv.sources]