mirror of
https://github.com/SunZhimin2021/AIPentest.git
synced 2025-11-05 10:53:16 +00:00
25 lines
374 B
Plaintext
25 lines
374 B
Plaintext
|
|
# MCP Open Client - Core Dependencies
|
||
|
|
# Pinned versions for stability and fast installation
|
||
|
|
|
||
|
|
# Web Framework
|
||
|
|
nicegui==2.21.1
|
||
|
|
|
||
|
|
# LLM API Client
|
||
|
|
openai==1.97.1
|
||
|
|
|
||
|
|
# MCP Protocol
|
||
|
|
fastmcp>=2.8.0
|
||
|
|
|
||
|
|
# Data Validation
|
||
|
|
pydantic>=2.8.0,<2.11.0
|
||
|
|
pydantic-core>=2.20.0,<2.27.0
|
||
|
|
|
||
|
|
# Web Server
|
||
|
|
fastapi==0.116.1
|
||
|
|
|
||
|
|
# Utilities
|
||
|
|
jsonschema>=4.0.0
|
||
|
|
requests>=2.25.0
|
||
|
|
websockets>=11.0
|
||
|
|
tiktoken>=0.5.0
|