36 lines
548 B
Text
36 lines
548 B
Text
## Web Framework & API
|
|
fastapi==0.104.1
|
|
uvicorn==0.23.2
|
|
python-multipart==0.0.6
|
|
httpx==0.25.0
|
|
pydantic==2.4.2
|
|
|
|
## Authentication & Security
|
|
python-jose==3.3.0
|
|
passlib==1.7.4
|
|
|
|
## Database
|
|
mysql-connector-python==8.1.0
|
|
|
|
## PDF & Document Processing
|
|
reportlab==4.0.4
|
|
fitz
|
|
PyPDF2==3.0.1
|
|
|
|
## Data Processing & Analysis
|
|
pandas==2.2.3
|
|
numpy
|
|
scikit-learn==1.3.1
|
|
|
|
## Data Visualization
|
|
matplotlib==3.8.0
|
|
seaborn==0.13.0
|
|
plotly==5.18.0
|
|
|
|
## Web Scraping & HTTP
|
|
beautifulsoup4==4.12.2
|
|
requests==2.31.0
|
|
|
|
## Utilities
|
|
python-dateutil==2.8.2
|
|
python-dotenv==1.0.0
|