-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
48 lines (33 loc) · 1007 Bytes
/
requirements.txt
File metadata and controls
48 lines (33 loc) · 1007 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
45
46
47
48
# FastAPI and Uvicorn for API development
fastapi
uvicorn[standard]
# SQLAlchemy for ORM and database interaction
sqlalchemy
# pandas for data manipulation and preparation
pandas
# python-dotenv for environment variable management
python-dotenv
# matplotlib for visualizations in Quarto reports
matplotlib
# Quarto for generating reports
quartodoc
# pyodbc for connecting to SQL Server or other ODBC-supported databases
pyodbc
# Jupyter for development and testing within notebooks
jupyter
# OpenPyXL for advanced Excel handling
openpyxl
# Requests for making HTTP calls (if needed for fetching data from APIs)
requests
# MarkupSafe for working with Jinja2 templates (used internally by some libraries like Quarto)
MarkupSafe
# Pydantic for schema validation (FastAPI dependency)
pydantic
# Access ODBC_ databases with asyncio
aioodbc
# Pytest and its plugins for testing, mocking, and coverage
pytest-mock
# FastAPI testing utilities
httpx
# Test library to measure code coverage
pytest-cov