diff --git a/meta.yaml b/meta.yaml index 15daad3..b5ca9be 100644 --- a/meta.yaml +++ b/meta.yaml @@ -36,9 +36,6 @@ test: - pip check requires: - pip - {% if package == 'pytest-playwright-asyncio' %} - - pytest-asyncio >=0.24.0 - {% endif %} about: home: https://github.com/microsoft/playwright-pytest diff --git a/pytest-playwright-asyncio/pyproject.toml b/pytest-playwright-asyncio/pyproject.toml index 5c1bbbb..5118606 100644 --- a/pytest-playwright-asyncio/pyproject.toml +++ b/pytest-playwright-asyncio/pyproject.toml @@ -28,6 +28,7 @@ dependencies = [ "pytest>=6.2.4,<9.0.0", "pytest-base-url>=1.0.0,<3.0.0", "python-slugify>=6.0.0,<9.0.0", + "pytest-asyncio>=0.24.0", ] [project.urls]