-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
33 lines (28 loc) · 876 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
[tool.poetry]
name = "moneychart"
version = "0.1.0"
description = "Um projeto de análise de dados financeiros para pequenos investidores que gostariam de coletar insights sobre o mercado de ativos e faz"
authors = ["Marcelo Henrique Fonseca <6546651+marcelohfonseca@users.noreply.github.com>"]
license = "GNU General Public License v3.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pandas = "^2.0.3"
numpy = "^1.25.1"
investpy = "^1.0.8"
beautifulsoup4 = "^4.12.2"
investiny = "^0.7.2"
openpyxl = "^3.1.2"
tqdm = "^4.65.0"
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version_provider = "poetry"
update_changelog_on_bump = true
major_version_zero = true
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"