PyZipline/pyproject.toml
cswimr 1a6baa4ee4
Some checks failed
Actions / Build Documentation (MkDocs) (push) Failing after 8s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 10s
Actions / Build (push) Successful in 12s
chore: bunch of devcontainer and devops stuff
2025-01-29 11:39:23 +00:00

20 lines
656 B
TOML

[project]
name = "pyzipline"
version = "0.1.0"
description = "Python API Wrapper for the Zipline API"
authors = [{ name = "cswimr", email = "seaswimmerthefsh@gmail.com" }]
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["aiohttp>=3.10.10", "asyncio>=3.4.3", "pydantic>=2.10.6"]
[dependency-groups]
docs = [
"mkdocs>=1.6.1",
"mkdocs-git-authors-plugin>=0.9.2",
"mkdocs-git-revision-date-localized-plugin>=1.3.0",
"mkdocs-material[imaging]>=9.5.50",
"mkdocs-redirects>=1.2.2",
"mkdocstrings[python]>=0.27.0",
]
dev = ["datamodel-code-generator>=0.26.5", "pylint>=3.3.4", "ruff>=0.9.3"]