Skip to content

Commit

Permalink
Fix merge conflicts in packages/web_apps/setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 10, 2024
1 parent b70680c commit 5cd6254
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/web_apps/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ classifiers =
Natural Language :: English
Operating System :: POSIX
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand All @@ -36,16 +35,17 @@ install_requires =
galaxy-data
galaxy-job-execution
galaxy-tool-util
galaxy-util
galaxy-util[jstree,template]
galaxy-web-framework
galaxy-web-stack
a2wsgi
apispec
Babel
Cheetah3
Cheetah3!=3.2.6.post2
fastapi>=0.101.0
gunicorn
gxformat2
importlib_resources
importlib-resources;python_version<'3.9'
Mako
MarkupSafe
mercurial
Expand All @@ -68,7 +68,7 @@ install_requires =
WebOb
Whoosh
packages = find:
python_requires = >=3.7
python_requires = >=3.8

[options.packages.find]
exclude =
Expand Down

0 comments on commit 5cd6254

Please sign in to comment.