-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
66 lines (50 loc) · 1.17 KB
/
requirements.txt
File metadata and controls
66 lines (50 loc) · 1.17 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Core dependencies
PyYAML>=6.0.0
requests>=2.28.0
protobuf>=5.29.6
mypy-protobuf==3.4.0
# gRPC tools for protobuf compilation
grpcio-tools==1.70.0
# SSH support for bash operations
paramiko>=3.4.0
pandas~=2.3.3
# Kubernetes support
kubernetes>=26.0.0
# AWS support for CloudWatch
boto3>=1.37.0
botocore>=1.37.0
# EKS token generation (eks_api_processor)
awscli>=1.32.0
# Azure support (uses az CLI - no SDK packages needed)
# Datadog api client
datadog-api-client==2.15.0
# Google Cloud support (uses google-api-python-client unified SDK)
google-auth>=2.35.0
google-api-python-client>=2.146.0
google-cloud-bigquery>=3.25.0 # Used by bigquery_api_processor
# Database support
clickhouse-connect>=0.6.0
pymongo>=4.6.3
psycopg2-binary>=2.9.0
PyMySQL>=1.1.0
sqlalchemy>=1.4.0
# Django support (5.2 LTS)
Django>=5.2,<6
djangorestframework>=3.15.0
# Elasticsearch support
elasticsearch>=8.15.0
# GraphQL support
gql>=3.5.0
# Slack support
slack_sdk>=3.36.0
# OpenAI support
openai>=1.35.0
# OpsGenie support
opsgenie-sdk>=2.1.0
# Sentry support (requests is already included)
# Development dependencies (optional)
pytest>=7.0.0
pytest-cov>=4.0.0
black>=22.0.0
flake8>=5.0.0
mypy>=1.0.0