We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2cf64 commit f16c986Copy full SHA for f16c986
1 file changed
packages/tool_shed/setup.cfg
@@ -39,18 +39,14 @@ install_requires =
39
galaxy-web-framework
40
galaxy-web-stack
41
galaxy-web-apps
42
- galaxy-test-base
43
- galaxy-test-driver
44
a2wsgi
45
alembic
46
fastapi>=0.124.0
47
Mako
48
MarkupSafe
49
mercurial>=7.2
50
Paste
51
- playwright
52
pydantic>=2.7.4
53
- pytest-playwright
54
Routes
55
SQLAlchemy>=2.0.37,<2.1,!=2.0.41
56
slowapi
@@ -65,7 +61,10 @@ python_requires = >=3.10
65
61
[options.extras_require]
66
62
test =
67
63
galaxy-test-base
64
+ galaxy-test-driver
+ playwright
68
pytest
+ pytest-playwright
69
70
[options.packages.find]
71
exclude =
0 commit comments