Skip to content

Commit

Permalink
remove py-solc-x and py-geth from docs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Mar 22, 2023
1 parent 583e9a1 commit df0ddd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/web3.contract.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You should now be set up to run the contract deployment example below:
>>> from solcx import compile_source
# Solidity source code
>>> compiled_sol = compile_source(
>>> compiled_sol = compile_cats(
... '''
... pragma solidity >0.5.0;
...
Expand Down
1 change: 1 addition & 0 deletions newsfragments/2890.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
remove unused docs dependencies and bump version of remaining
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"types-protobuf==3.19.13",
],
"docs": [
"py-geth>=3.11.0",
"py-solc-x>=1.1.1",
"sphinx>=5.0.0",
"sphinx_rtd_theme>=1.0.0",
"towncrier>=21,<22",
Expand Down

0 comments on commit df0ddd2

Please sign in to comment.