Skip to content

Commit

Permalink
Added missing dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 19, 2024
1 parent bb1ac56 commit a0c67ec
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,26 @@ termcolor = "<1.2"
#biosimulators-utils = {git = "https://github.com/biosimulators/Biosimulators_utils.git", rev = "dev", extras = ["bngl", "cellml", "lems", "neuroml", "sbml", "simularium", "escher", "containers", "logging", "rba", "smoldyn"]}
biosimulators-utils = {version = ">=0.2", extras = ["bngl", "cellml", "lems", "neuroml", "sbml", "simularium", "escher", "containers", "logging", "smoldyn"]} # add back "rba" after it is fixed

[tool.poetry.group.dev.dependencies]
capturer = "^3.0"
docker = "^7.1.0"
bezier = "*"
flake8 = "^7.1.1"
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
flaky = "^3.8.1"
jsonschema = "^4.23.0"

[tool.poetry.group.docs.dependencies]
pydata-sphinx-theme = "*" # for building documentation
sphinx = ">=1.8"
sphinxprettysearchresults = { git = "https://github.com/biosimulators/sphinx-pretty-searchresults.git" }

[tool.poetry.group.test.dependencies]
setuptools = "^75.1.0"
pytest = "*"
flake8 = "*"
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
flake8 = "^7.1.1"
parameterized = "*"
biosimulators_simularium = "*"

Expand Down

0 comments on commit a0c67ec

Please sign in to comment.