forked from gitayam/researchtoolspy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
77 lines (64 loc) · 1.23 KB
/
requirements.txt
File metadata and controls
77 lines (64 loc) · 1.23 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
73
74
75
76
77
# /researchtools_streamlit/requirements.txt
# Core dependencies
streamlit>=1.45.1
streamlit-extras>=0.7.1
openai>=1.82.0
requests>=2.32.3
python-dotenv>=1.1.0
pandas>=2.2.3
networkx>=3.2.1,<3.4.0
# Database
sqlalchemy>=2.0.41
alembic>=1.16.1
psycopg2-binary>=2.9.10
pydantic>=2.11.5
pydantic-settings>=2.9.1
# Testing
pytest>=8.3.5
pytest-cov>=6.1.1
pytest-asyncio>=1.0.0
httpx>=0.28.1
# Document processing
xhtml2pdf>=0.2.17
python-docx>=1.1.2
openpyxl>=3.1.5
fpdf>=1.7.2
pdfkit>=1.0.0
pandoc>=2.4
# Web scraping and browsing
beautifulsoup4>=4.13.4
lxml>=5.4.0
playwright>=1.52.0
selenium>=4.33.0
chromedriver-binary>=138.0.7201.0.0
webdriver-manager>=4.0.2
# Advanced Scraper Framework
wikipedia>=1.4.0
# Media and content downloading
yt-dlp>=2024.3.10
instaloader>=4.14.1
# Social media APIs
praw>=7.8.1
tweepy>=4.15.0
# Data processing and analysis
langdetect>=1.0.9
python-dateutil>=2.9.0.post0
imagehash>=4.3.2
validators>=0.35.0
# Geographic data processing
geopandas>=0.14.3
shapely>=2.0.3
geopy>=2.4.1
pykml>=0.2.0
argparse>=1.4.0
# Visualization and UI enhancements
graphviz>=0.20.3
# Reference and citation
manubot>=0.6.1
# Text Formatting
titlecase>=2.4.1
# Development tools
black>=25.1.0
isort>=6.0.1
flake8>=7.2.0
mypy>=1.15.0