-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (30 loc) · 799 Bytes
/
pyproject.toml
File metadata and controls
34 lines (30 loc) · 799 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
29
30
31
32
33
34
[tool.poetry]
authors = ["Gabriel Gazola Milan <gabriel.gazola@poli.ufrj.br>"]
description = ""
license = "GPL-3.0"
name = "queries-basedosdados-dev"
version = "0.1.0"
[tool.poetry.dependencies]
python = "~3.9"
dbt-core = "1.5.6"
dbt-bigquery = "1.5.9"
dbt-rpc = "0.4.2"
pyyaml = "6.0"
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.6.0"
yamlfix = "^1.16.0"
shandy-sqlfmt = "^0.20.0"
pyyaml = "^6.0"
gspread = "^5.3.0"
requests = "^2.27.1"
openpyxl = "^3.0.9"
ruamel-yaml = "^0.18.6"
markdown = "^3.3.6"
basedosdados = {version = "2.0.0-beta.26", extras = ["all"]}
pandas = "^2.2.2"
databasers-utils = {git = "https://github.com/basedosdados/databasers-utils.git#main"}
[tool.poetry.group.caged.dependencies]
unidecode = "^1.3.8"
py7zr = "^0.21.0"