Repositories / agent-snapshot.git

pyproject.toml

Clone (read-only): git clone http://git.guha-anderson.com/git/agent-snapshot.git

Branch
246 bytes · fa7be8968ecf
[project] name = "agent-snapshot" version = "0.1.0" requires-python = ">=3.12" dependencies = [] [dependency-groups] dev = [ "pytest>=8.0", "pandas>=2.2", "pyarrow>=15.0", ] [tool.pytest.ini_options] testpaths = ["tests"] addopts = "-ra"