-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
43 lines (40 loc) · 884 Bytes
/
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
42
43
[tool.poetry]
name = "Open-Street-Works-Data-Pipeline"
version = "0.1.0"
description = ""
authors = ["christophercarlon <cmcarleone@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pandas = "^2.2.1"
openpyxl = "^3.1.2"
duckdb = "1.1.3"
tqdm = "^4.66.2"
stream-unzip = "^0.0.91"
loguru = "^0.7.2"
psutil = "^5.9.8"
pyarrow = "^15.0.2"
boto3 = "^1.34.77"
memory-profiler = "^0.61.0"
ruff = "^0.3.7"
pydantic = "^2.7.0"
idna = "^3.7"
requests = "^2.31.0"
diagrams = "^0.23.4"
graphviz = "^0.20.3"
python-dotenv = "^1.0.1"
pytest = "^8.2.1"
geopandas = "^0.14.4"
httpx = "^0.27.0"
pyogrio = "^0.8.0"
pytest-cov = "^5.0.0"
xlrd = "^2.0.1"
polars = "^1.4.1"
fastexcel = "^0.11.5"
msoffcrypto-tool = "^5.4.1"
beautifulsoup4 = "^4.12.3"
odfpy = "^1.4.1"
dbt-duckdb = "^1.9.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"