新增:软件接口图接口系列

This commit is contained in:
2026-02-04 11:24:15 +08:00
parent 48a0fad7e4
commit 007712c63c
14 changed files with 211 additions and 232 deletions

View File

@@ -3,10 +3,10 @@ name = "cdtestplant-v1"
version = "0.1.1"
description = "测试管理平台后端程序"
readme = "README.md"
requires-python = ">=3.13.11"
requires-python = ">=3.13.11,<3.14"
dependencies = [
"beautifulsoup4>=4.14.3",
"django>=6.0.1",
"django>=6.0.2",
"django-auth-ldap>=5.3.0",
"django-environ>=0.12.0",
"django-ninja>=1.5.3",
@@ -19,7 +19,7 @@ dependencies = [
"docxtpl>=0.20.2",
"faker==40.1.2",
"ipykernel>=7.1.0",
"lizard>=1.20.0",
"lizard>=1.21.0",
"mysqlclient>=2.2.7",
"ninja-schema>=0.14.3",
"numpy==2.4.2",