initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "parquet-proxy-odata"
|
||||
version = "0.1.0"
|
||||
description = "Parquest Proxy for OData"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi[standard]>=0.115.12",
|
||||
"opendal>=0.45.16",
|
||||
"pandas>=2.2.3",
|
||||
"pyarrow>=19.0.1",
|
||||
"pydantic-settings>=2.8.1",
|
||||
"requests>=2.32.3",
|
||||
"xmltodict>=0.14.2",
|
||||
]
|
||||
Reference in New Issue
Block a user