Skip to content

Commit

Permalink
feat: unify requirements in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna committed Feb 16, 2024
1 parent 5e3aa6d commit 2cb291c
Show file tree
Hide file tree
Showing 6 changed files with 2,228 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dbt_packages/
# Python
**/test.py
__pycache__/
pyproject.toml
#
models/*/tmp/
models/*/input/
Expand Down
2,200 changes: 2,200 additions & 0 deletions poetry.lock

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[tool.poetry]
authors = ["Gabriel Gazola Milan <gabriel.gazola@poli.ufrj.br>"]
description = ""
license = "GPL-3.0"
name = "queries-basedosdados"
version = "0.1.0"

[tool.poetry.dependencies]
python = "~3.9"
dbt-core = "1.5.6"
dbt-bigquery = "1.5.6"
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"
pandas = "^1.4.2"
requests = "^2.27.1"
openpyxl = "^3.0.9"
ruamel-yaml = "^0.17.21"
markdown = "^3.3.6"
8 changes: 0 additions & 8 deletions requirements-dev.txt

This file was deleted.

1 change: 0 additions & 1 deletion requirements-docs.txt

This file was deleted.

4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

0 comments on commit 2cb291c

Please sign in to comment.