Skip to content

Commit

Permalink
chore: remove openapi from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Sep 13, 2023
1 parent cbcb8af commit 0590e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0590e5e

Please sign in to comment.