-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
22 lines (22 loc) · 1.36 KB
/
requirements.txt
File metadata and controls
22 lines (22 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
fastapi>=0.68.1 # High-performance web framework for building APIs
uvicorn>=0.15.0 # ASGI server to run FastAPI applications
asyncpg>=0.24.0 # Asynchronous PostgreSQL driver for efficient database access
pydantic>=1.8.2 # Data validation and settings management using Python type hints
passlib[bcrypt]>=1.7.4 # Password hashing library (bcrypt for secure hashing)
python-jose>=3.3.0 # JWT implementation for authentication
pytest>=6.2.5 # Testing framework for unit and integration tests
requests>=2.32.2 # HTTP library for demo script
email-validator>=1.1.3
python-multipart>=0.0.2
prometheus-fastapi-instrumentator>=1.0.0
hvac>=1.1.0 # HashiCorp Vault client
pika>=1.3.0 # RabbitMQ client for Python
opentelemetry-api>=1.20.0 # OpenTelemetry API
opentelemetry-sdk>=1.20.0 # OpenTelemetry SDK
opentelemetry-exporter-otlp>=1.20.0 # OpenTelemetry OTLP exporter
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
matplotlib>=3.5.1 # Visualization library for DID and credential graphics
pillow>=10.3.0 # Python Imaging Library for enhanced visuals
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability