diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50671859..55ea8455 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,10 +18,5 @@ jobs: with: python-version: ${{ matrix.python }} cache: 'pip' - - uses: bufbuild/buf-setup-action@v1 - with: - buf_user: ${{ secrets.BUF_USER }} - buf_api_token: ${{ secrets.BUF_TOKEN }} - github_token: ${{ github.token }} - run: make dev - run: make test diff --git a/Makefile b/Makefile index 3aed7ed1..3dc808ef 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,10 @@ PYTHON := python all: test install: - export PIP_EXTRA_INDEX_URL=https://buf.build/gen/python $(PYTHON) -m pip install -e . dev: - export PIP_EXTRA_INDEX_URL=https://buf.build/gen/python - $(PYTHON) -m pip install -v -e .[dev] + $(PYTHON) -m pip install -e .[dev] fmt: $(PYTHON) -m black . diff --git a/pyproject.toml b/pyproject.toml index f5ebc4b5..6e2f9a66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,12 +5,8 @@ build-backend = "setuptools.build_meta" [project] name = "dispatch-sdk" dynamic = ["version"] -requires-python = ">= 3.12" -dependencies = [ - "stealthrocket_ring_grpc_python==1.60.0.1.20240126005632+6a2bbfaf59e6", - "stealthrocket_ring_protocolbuffers_python==25.2.0.1.20240126005632+6a2bbfaf59e6", - "stealthrocket_dispatch_protocolbuffers_python==25.2.0.1.20240119005337+14bf27236bb7", -] +requires-python = ">= 3.11" +dependencies = [] [project.optional-dependencies] dev = [