22 lines
485 B
TOML
22 lines
485 B
TOML
[project]
|
|
name = "data-ge-new"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"fastapi>=0.111.0",
|
|
"uvicorn[standard]>=0.29.0",
|
|
"pydantic>=2.6.0",
|
|
"sqlalchemy>=2.0.28",
|
|
"pymysql>=1.1.0",
|
|
"great-expectations[profilers]==0.18.19",
|
|
"pandas>=2.0",
|
|
"numpy>=1.24",
|
|
"openpyxl>=3.1",
|
|
"httpx==0.27.2",
|
|
"python-dotenv==1.0.1",
|
|
"requests>=2.31.0",
|
|
"PyYAML>=6.0.1",
|
|
]
|