-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
72 lines (60 loc) · 1.11 KB
/
requirements.txt
File metadata and controls
72 lines (60 loc) · 1.11 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# CIVWATCH Python/ML Dependencies
# Core ML/AI Framework
tensorflow>=2.13.0
torch>=2.0.0
transformers>=4.30.0
scikit-learn>=1.3.0
numpy>=1.24.0
pandas>=2.0.0
# Natural Language Processing
nltk>=3.8.1
spacy>=3.6.0
sentence-transformers>=2.2.0
# Computer Vision (for video/image analysis)
opencv-python>=4.8.0
Pillow>=10.0.0
# Data Processing & Analysis
scipy>=1.11.0
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.15.0
# Web Framework & API
fastapi>=0.100.0
uvicorn>=0.23.0
pydantic>=2.0.0
python-multipart>=0.0.6
# Database & Cache
psycopg2-binary>=2.9.6
redis>=4.6.0
sqlalchemy>=2.0.0
alembic>=1.11.0
# Async & Task Queue
celery>=5.3.0
aiohttp>=3.8.5
aiofiles>=23.1.0
# Authentication & Security
pyjwt>=2.8.0
bcrypt>=4.0.1
cryptography>=41.0.0
python-jose>=3.3.0
# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
httpx>=0.24.0
# Code Quality
black>=23.7.0
flake8>=6.1.0
mypy>=1.5.0
pylint>=2.17.0
# Logging & Monitoring
python-json-logger>=2.0.7
prometheus-client>=0.17.0
# Environment & Configuration
python-dotenv>=1.0.0
pyyaml>=6.0.1
# Utilities
python-dateutil>=2.8.2
requests>=2.31.0
tqdm>=4.66.0
click>=8.1.6