-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
51 lines (43 loc) · 906 Bytes
/
Copy pathrequirements.txt
File metadata and controls
51 lines (43 loc) · 906 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
46
47
48
49
50
51
# Update these specific packages
fastapi
pydantic[email]
email-validator
# Add any other dependencies that might need specific versions
typing-extensions
uvicorn
requests
python-dotenv
python-multipart
motor
uuid
psutil
redis
# Utilities
PyYAML==6.0.1
# File monitoring
watchdog>=3.0.0
# Add dnspython to requirements.txt if not already present
dnspython>=2.2.1
# AI/ML Client Libraries
openai>=1.0.0
anthropic>=0.25.0
azure-ai-inference
azure-core>=1.28.0
# Azure SDK for VM management and KeyVault
azure-identity>=1.12.0
azure-mgmt-compute>=29.0.0
azure-mgmt-network>=22.0.0
azure-mgmt-resource>=22.0.0
azure-keyvault-secrets>=4.7.0
# Retry functionality
retrying
toml
# Twilio SDK for WhatsApp messaging
twilio>=8.0.0
resend>=0.7.0
# HTTP client for payment provider APIs
httpx>=0.24.0
# PayPal SDK for simplified payment processing
paypalrestsdk>=1.13.3
# Async file operations
aiofiles>=23.0.0