-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
53 lines (52 loc) · 1.31 KB
/
Copy pathrequirements.txt
File metadata and controls
53 lines (52 loc) · 1.31 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
certifi==2025.1.31
charset-normalizer==3.4.1
greenlet==3.0.3
idna==3.10
packaging==24.2
playwright==1.41.0
playwright-recaptcha==0.5.1
pydub==0.25.1
pyee==11.0.1
python-dotenv==1.0.0
requests==2.31.0
SpeechRecognition==3.10.4
tenacity==8.3.0
typing_extensions==4.12.2
urllib3==2.3.0
webdriver-manager==4.0.1
langgraph>=0.0.25
langchain-core>=0.1.27
langchain-community>=0.0.19
langchain-openai>=0.0.5
bs4
imapclient
beautifulsoup4==4.12.3
lxml==5.2.0
html5lib==1.1
IPython
pillow
reductoai==0.1.0
pathlib
traceback2
# Additional dependencies for opencorporates_scraper.py and property_shark_scraper.py
email-validator>=2.0.0 # For email processing in property_shark_scraper.py
faker
# Dependencies for analyzer_node.py
pandas>=2.0.0 # For spreadsheet handling
openpyxl>=3.1.2 # For Excel file support with pandas
pydantic>=2.0.0 # For structured output models
# Dependencies for truepeoplesearch_scraper.py
nodriver==0.39
capsolver==1.0.7
# FastAPI application dependencies
fastapi>=0.104.0
uvicorn>=0.23.2
motor>=3.3.1 # MongoDB async driver
pymongo>=4.5.0 # MongoDB sync driver
python-multipart>=0.0.6 # For form data handling
httpx>=0.25.0 # For async HTTP requests
asyncio>=3.4.3 # For asynchronous programming
uuid>=1.30 # For generating unique identifiers
starlette>=0.27.0 # FastAPI dependency
twilio==9.5.1
sendgrid==6.11.0