forked from buremba/universql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
41 lines (37 loc) · 1.02 KB
/
pyproject.toml
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
[tool.poetry]
name = "universql"
version = "0.1"
description = ""
authors = ["Burak Kabakcı <[email protected]>"]
readme = "README.md"
license = "Apache 2.0"
keywords = ["dbt", "server", "streamlit", "git", "refine", "data-app", "snowflake"]
documentation = "https://github.com/buremba/universql"
repository = "https://github.com/buremba/universql"
[tool.poetry.dependencies]
python = "^3.11"
duckdb = "1.0.0"
fastapi = "^0.111.0"
uvicorn = "^0.30.1"
snowflake-connector-python = {extras = ["pandas", "secure-local-storage"], version = "^3.11.0"}
eval-type-backport = "^0.2.0"
pip-system-certs = "^4.0"
chdb = "^1.4.1"
fsspec = "^2024.6.1"
gcsfs = "^2024.6.1"
click = ">7"
acryl-datahub = "^0.13.3.4"
s3fs = "^2024.6.1"
textual = "^0.74.0"
pyiceberg = "^0.7.0"
sqlalchemy = "^2.0.31"
fastapi-utils = "^0.7.0"
fakesnow = "^0.9.20"
humanize = "^4.10.0"
[tool.poetry.dev-dependencies]
pylint = ">=2.11.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
universql = 'universql.main:cli'