progress
This commit is contained in:
parent
b7c94590f9
commit
f9f9825abb
9 changed files with 941 additions and 42 deletions
|
@ -5,19 +5,23 @@ description = "Add your description here"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"litellm>=1.73.6",
|
||||
"matplotlib>=3.10.3",
|
||||
"openpyxl>=3.1.5",
|
||||
"pandas>=2.2.3",
|
||||
"platformdirs>=4.3.8",
|
||||
"pyarrow>=20.0.0",
|
||||
"pydantic>=2.11.7",
|
||||
"pytest>=8.4.1",
|
||||
"python-dotenv>=1.1.1",
|
||||
"requests>=2.32.4",
|
||||
"rich>=14.0.0",
|
||||
"seaborn>=0.13.2",
|
||||
]
|
||||
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = "src"
|
||||
pythonpath = "."
|
||||
addopts = "-v"
|
||||
asyncio_mode = "auto"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue