builderbrain / pyproject.toml
razvan's picture
refactor: replace requests with httpx in Polymarket client and update project dependencies
2b5de7e
[project]
name = "builderbrain"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"cvxpy>=1.3.0",
"httpx>=0.28.1",
"numpy>=1.24.0",
]