Skip to content

Commit

Permalink
Fix requirements of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Nov 21, 2023
1 parent e8a288b commit 65b71cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/tool_shed/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ version = 23.1.0.dev0
[options]
include_package_data = True
install_requires =
galaxy-webapps
galaxy-web-stack
galaxy-web-apps
packages = find:
python_requires = >=3.7

Expand Down
1 change: 1 addition & 0 deletions packages/web_apps/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ install_requires =
galaxy-tool-util
galaxy-util
galaxy-web-framework
galaxy-web-stack
a2wsgi
apispec
Babel
Expand Down
1 change: 0 additions & 1 deletion packages/web_framework/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ include_package_data = True
install_requires =
galaxy-data
galaxy-util
galaxy-web-stack
babel
MarkupSafe
paste
Expand Down
1 change: 1 addition & 0 deletions packages/web_stack/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ version = 23.1.dev0
[options]
include_package_data = True
install_requires =
galaxy-data
galaxy-util
SQLAlchemy>=1.4.25,<2
packages = find:
Expand Down

0 comments on commit 65b71cb

Please sign in to comment.