[tool.poetry] name = "pyzipline" version = "3.7.7" description = "Python API Wrapper for the Zipline API" authors = ["SeaswimmerTheFsh "] license = "GNU GPLv3" readme = "README.md" [tool.poetry.dependencies] python = "3.12" requests = "^2.31.0" asyncio = "^3.4.3" aiohttp = "^3.9.1" [tool.poetry.group.dev] optional = true [tool.poetry.group.dev.dependencies] pylint = "^3.0.3" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"