forked from konflux-ci/konflux-devlake-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
45 lines (35 loc) · 823 Bytes
/
Copy pathrequirements.txt
File metadata and controls
45 lines (35 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Konflux DevLake MCP Server Requirements
# Core MCP dependencies
mcp>=1.23.0
# Database connectivity
pymysql>=1.1.0
aiomysql>=0.3.0
# HTTP server dependencies
uvicorn>=0.34.0
starlette>=0.49.1
# Security and utilities
cryptography>=46.0.3
bcrypt>=4.0.0
# OIDC/OAuth2 authentication (Red Hat SSO / Keycloak)
PyJWT>=2.12.0
httpx>=0.27.0
# LDAP for Rover group lookups (RBAC)
pyasn1==0.6.3
ldap3>=2.9.0
# Logging and monitoring
python-json-logger>=2.0.0
# Data serialization (TOON format for token-efficient responses)
toon-format @ git+https://github.com/toon-format/toon-python.git
# Development dependencies
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
black==26.3.0
flake8>=6.0.0
mypy>=1.0.0
pre-commit>=3.7.0
# E2E test dependencies
litellm>=1.60.0
flaky>=3.7.0
python-dotenv>=1.0.0
anyio>=4.0.0