[project] name = "codeflash-core" version = "0.1.1.dev0" requires-python = ">=3.9" dependencies = [ "attrs>=26.1.0", "gitpython>=3.1.47", "posthog>=3.0.0", "requests>=2.32.0", "sentry-sdk>=2.0.0", "platformdirs>=4.0.0", "typing_extensions>=4.0; python_version<'3.11'", ] [build-system] requires = ["uv_build>=0.7.2,<0.8"] build-backend = "uv_build"