-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
55 lines (44 loc) · 793 Bytes
/
requirements.txt
File metadata and controls
55 lines (44 loc) · 793 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
52
53
54
55
# Core dependencies - Latest secure versions (Dec 2024)
requests==2.32.4
aiohttp==3.12.14
pandas==2.2.3
pydantic==2.10.3
# Adobe API integration
PyJWT==2.10.1
cryptography==44.0.1
# Azure integration
azure-identity==1.20.0
azure-mgmt-resource==23.2.0
azure-storage-blob==12.24.0
msgraph-sdk==1.15.0
# Database
pymssql==2.3.2
sqlalchemy==2.0.36
# Redis
redis==5.2.1
aioredis==2.0.1
# Data processing
openpyxl==3.1.5
python-dotenv==1.0.1
pyyaml==6.0.2
numpy==2.2.0
# API Framework
fastapi==0.115.6
uvicorn==0.34.0
# Monitoring
prometheus-client==0.21.1
# Testing
pytest==8.3.4
pytest-asyncio==0.24.0
pytest-cov==6.0.0
# Utilities
python-dateutil==2.9.0
colorama==0.4.6
tqdm==4.67.1
schedule==1.2.2
# Logging
loguru==0.7.3
# Development tools
black==24.10.0
flake8==7.1.1
bandit==1.8.0