-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
49 lines (39 loc) · 809 Bytes
/
Copy pathrequirements.txt
File metadata and controls
49 lines (39 loc) · 809 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
# DocWeave Core Dependencies
# ==========================
# This file contains shared dependencies for all services.
# Individual services may have additional requirements in their own requirements.txt
# Web Framework
fastapi==0.109.2
uvicorn[standard]==0.27.1
python-multipart==0.0.9
httpx==0.26.0
# Database
neo4j==5.17.0
# Message Queue
confluent-kafka==2.3.0
aiokafka==0.10.0
# Data Validation & Settings
pydantic==2.6.1
pydantic-settings==2.1.0
# Utilities
python-dotenv==1.0.1
structlog==24.1.0
tenacity==8.2.3
orjson==3.9.13
# File Processing
python-magic==0.4.27
chardet==5.2.0
# Date/Time
python-dateutil==2.8.2
# Async Support
aiofiles==23.2.1
# Testing
pytest==8.0.0
pytest-asyncio==0.23.4
pytest-cov==4.1.0
httpx==0.26.0
# Development
black==24.1.1
isort==5.13.2
mypy==1.8.0
ruff==0.2.1