Skip to content

Commit

Permalink
Add missing test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 3, 2023
1 parent edd250e commit 9cd9d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/dependencies/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ ruamel-yaml==0.17.21 ; python_version >= "3.7" and python_version < "3.11"
schema-salad==8.3.20221209165047 ; python_version >= "3.7" and python_version < "3.11"
scipy==1.7.3 ; python_version >= "3.7" and python_version < "3.11"
selenium==4.7.2 ; python_version >= "3.7" and python_version < "3.11"
seletools==1.3.0; python_version >= "3.7" and python_version < "3.11"
setuptools==65.6.3 ; python_version >= "3.7" and python_version < "3.11"
six==1.16.0 ; python_version >= "3.7" and python_version < "3.11"
sniffio==1.3.0 ; python_version >= "3.7" and python_version < "3.11"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ pytest-shard = "*"
recommonmark = "*"
responses = "*"
selenium = "*"
seletools = "*"
Sphinx = ">=4.0" # support docutils 0.17
sphinx_markdown_tables = "*"
sphinx_rtd_theme = ">=1.0.0"
Expand Down

0 comments on commit 9cd9d1b

Please sign in to comment.