poetry setup

This commit is contained in:
Wilson Freitas
2024-02-17 09:39:32 -03:00
parent 8fd942e466
commit a629d765c7
2 changed files with 645 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[tool.poetry]
name = "awesome-quant"
version = "0.1.0"
description = ""
authors = ["Wilson Freitas <wilson.freitas@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
PyGithub = "^2.2.0"
pandas = "^2.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"