Skip to content

Commit

Permalink
Add pyomo to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jun 29, 2021
1 parent 1c5fa30 commit a0625ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ docs =
sphinx >= 3.0
sphinx_rtd_theme
sphinxcontrib-bibtex
pyomo =
pyomo
report =
genno[compat]
tutorial =
jupyter
tests =
%(docs)s
%(pyomo)s
%(tutorial)s
codecov
memory_profiler
Expand Down Expand Up @@ -96,6 +99,8 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-pretenders.*]
ignore_missing_imports = True
[mypy-pyomo.*]
ignore_missing_imports = True
[mypy-requests_cache.*]
ignore_missing_imports = True
[mypy-requests_mock.*]
Expand Down

0 comments on commit a0625ef

Please sign in to comment.