-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
54 lines (43 loc) · 1.05 KB
/
requirements.txt
File metadata and controls
54 lines (43 loc) · 1.05 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
# Python Requirements for Adobe Enterprise Automation
# Install with: pip install -r requirements.txt
# Core async and HTTP libraries
aiohttp==3.11.10
aiofiles==23.2.1
asyncio-throttle==1.0.2
# Data processing and analysis
pandas==2.1.4
numpy==1.25.2
openpyxl==3.1.2
# Enterprise security and encryption
cryptography==44.0.0
pyjwt[crypto]==2.8.0
azure-keyvault-secrets==4.7.0
azure-identity==1.20.0
# Monitoring and metrics
prometheus-client==0.19.0
psutil==5.9.6
# Adobe PDF Services SDK
# Note: Adobe PDF Services Python SDK (enterprise license required)
# adobe-pdfservices-sdk==4.0.0
# API and data validation
pydantic==2.5.2
requests==2.32.4
urllib3==2.1.0
# Logging and configuration
pyyaml==6.0.1
python-dotenv==1.0.0
# Development and testing
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
black==24.10.0
flake8==6.1.0
# Enterprise integrations
microsoft-graph-core==0.2.2
azure-storage-blob==12.19.0
# Performance optimization
uvloop==0.19.0 # Linux/macOS only
cachetools==5.3.2
# Database connectivity (if needed)
# pyodbc==5.0.1
# sqlalchemy==2.0.23