Skip to content

Commit

Permalink
Add sphinx dependency and fix pyproject.toml dependency declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktBurger committed Jul 12, 2023
1 parent e4c1d39 commit c26b7e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ dependencies:
- pytest-runner=6.0.0
- flake8=6.0.0
- setuptools_scm # don't pin, to get newest features
# - sphinx=6.1.3
# - sphinx_rtd_theme=1.0.0
- pip:
- sphinx==6.1.3
- sphinx_rtd_theme==1.2.2
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ classifiers = [

requires-python = ">=3.10"
dependencies = [
"pyzmq" >= 22.3.0,
"openrpc" >= 6.3.17,
"jsonrpc2-pyclient" >= 2.2.12,
"uuid7" >= 0.1.0,
"pyzmq >= 22.3.0",
"openrpc >= 6.3.17",
"jsonrpc2-pyclient >= 2.2.12",
"uuid7 >= 0.1.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit c26b7e4

Please sign in to comment.