Files
10ksim/pyproject.toml
Alberto Soutullo e74babf6c5 Replace requirements.txt with uv and cleanup (#130)
* Removed mesh_creation from the repo

* Removed visualizer from the repo

* Removed old python files

* Rename kubernetes.py file to avoid clashes with kubernetes library import

* Update kubernetes imports

* Add uv files

* Update README.md

* Update pyproject.toml

Co-authored-by: PearsonWhite <PearsonWhite602@gmail.com>

* Delete old requirements.txt

---------

Co-authored-by: PearsonWhite <PearsonWhite602@gmail.com>
2025-08-19 15:30:21 +02:00

19 lines
394 B
TOML

[project]
name = "10ksim"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"dateparser>=1.2.2",
"httpx>=0.28.1",
"humanfriendly>=10.0",
"kubernetes>=33.1.0",
"pandas>=2.3.1",
"pydantic>=2.11.7",
"pyyaml>=6.0.2",
"requests>=2.32.4",
"result>=0.17.0",
"ruamel-yaml==0.17.21",
"seaborn>=0.13.2",
]