-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
44 lines (36 loc) · 687 Bytes
/
requirements.txt
File metadata and controls
44 lines (36 loc) · 687 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
# Core dependencies
python-dotenv>=1.0.1
requests>=2.31.0
pydantic>=2.10.2
# Web scraping
selenium>=4.15.0
beautifulsoup4>=4.12.3
# API integrations
notion-client>=2.2.1
openai>=1.86.0
anthropic>=0.64.0
google-generativeai>=0.8.3
httpx>=0.25.0
# Email finding and sending
pyhunter>=1.7
resend>=0.8.0
# Data processing - use newer versions compatible with Python 3.13
pandas>=2.2.0
numpy>=1.26.0
# Utilities
python-dateutil>=2.8.2
pytz>=2023.3
# Development and testing
pytest>=7.4.3
pytest-asyncio>=0.21.1
pytest-mock>=3.12.0
black>=23.11.0
flake8>=6.1.0
mypy>=1.7.1
# Logging and monitoring
structlog>=23.2.0
psutil>=5.9.0
# CLI interface
click>=8.1.7
rich>=13.7.0
pyyaml>=6.0.1