First commit to SAWAW

This commit is contained in:
2023-11-13 21:37:32 +00:00
commit af858756bb
13 changed files with 318 additions and 0 deletions

21
pyproject.toml Normal file
View File

@ -0,0 +1,21 @@
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "sawaw"
version = "0.0.1"
description = ""
authors = ["Kunologist"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
loguru = "^0.7.0"
pandas = "^2.1.3"
numpy = "^1.26.2"
pytest = "^7.4.0"
pytest-cov = "^4.1.0"
openai = "^1.2.0,<1.3.0"
colorama = "^0.4.4"