-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (26 loc) · 786 Bytes
/
pyproject.toml
File metadata and controls
28 lines (26 loc) · 786 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
[project]
name = "rfb"
version = "0.1.0"
description = ""
authors = [
{name = "arthraw", email = "arthursallesandrade@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
"scrapy (>=2.14.1,<3.0.0)",
"apache-airflow (>=3.1.7,<4.0.0)",
"azure-storage-file-datalake (>=12.23.0,<13.0.0)",
"azure-identity (>=1.25.2,<2.0.0)",
"dbt-core (>=1.11.6,<2.0.0)",
"databricks-sdk (>=0.93.0,<0.94.0)",
"databricks-cli (>=0.18.0,<0.19.0)",
"sidrapy (>=0.1.4,<0.2.0)",
"apache-airflow-providers-databricks (>=7.9.0,<8.0.0)",
"great-expectations (>=1.15.2,<2.0.0)",
]
[tool.poetry]
packages = [{include = "rfb", from = "src"}]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"