From 0590e5ed073aeb3c89593d139cf646e267262f01 Mon Sep 17 00:00:00 2001 From: Ardian Date: Wed, 13 Sep 2023 22:23:45 +0200 Subject: [PATCH] chore: remove openapi from pyproject.toml --- README.md | 5 ++--- pyproject.toml | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4044f8c6..6fc10787 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,8 @@ Follow these instructions to have your local environment prepared to run the dem 1. Create a Poetry virtual environment and install the dependencies: ```bash - poetry run pip install "cython<3" - poetry run pip install wheel==0.40.0 - poetry run pip install --no-build-isolation pyyaml==5.4.1 + poetry run pip install openapi-core==0.13.2 + poetry run pip install openapi-spec-validator==0.2.8 poetry install && poetry shell ``` diff --git a/pyproject.toml b/pyproject.toml index e0646a59..a922311a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,7 @@ google-api-python-client = "==2.95.0" eth-utils = "==2.2.0" eth-abi = "==4.0.0" pycryptodome = "==3.18.0" -openapi-core = "==0.13.2" -openapi-spec-validator = "==0.2.8" + [tool.poetry.group.dev.dependencies.tomte] version = "==0.2.12"