2026-03-22 18:13:55 -03:00
|
|
|
[project]
|
2024-02-17 09:39:32 -03:00
|
|
|
name = "awesome-quant"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
2026-03-22 18:13:55 -03:00
|
|
|
authors = [{ name = "Wilson Freitas", email = "wilson.freitas@gmail.com" }]
|
2024-02-17 09:39:32 -03:00
|
|
|
readme = "README.md"
|
2026-03-22 18:13:55 -03:00
|
|
|
requires-python = ">=3.11"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"PyGithub>=2.2.0",
|
|
|
|
|
"pandas>=2.2.0",
|
|
|
|
|
"mypy>=1.14.0",
|
|
|
|
|
]
|