Skip to content

Commit f16c986

Browse files
committed
Move various requirements to test extra
1 parent cb2cf64 commit f16c986

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

packages/tool_shed/setup.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,14 @@ install_requires =
3939
galaxy-web-framework
4040
galaxy-web-stack
4141
galaxy-web-apps
42-
galaxy-test-base
43-
galaxy-test-driver
4442
a2wsgi
4543
alembic
4644
fastapi>=0.124.0
4745
Mako
4846
MarkupSafe
4947
mercurial>=7.2
5048
Paste
51-
playwright
5249
pydantic>=2.7.4
53-
pytest-playwright
5450
Routes
5551
SQLAlchemy>=2.0.37,<2.1,!=2.0.41
5652
slowapi
@@ -65,7 +61,10 @@ python_requires = >=3.10
6561
[options.extras_require]
6662
test =
6763
galaxy-test-base
64+
galaxy-test-driver
65+
playwright
6866
pytest
67+
pytest-playwright
6968

7069
[options.packages.find]
7170
exclude =

0 commit comments

Comments
 (0)