Skip to content

Commit

Permalink
feat: loosen deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
m9810223 authored May 21, 2024
1 parent d20046f commit e79bf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "pytest_playwright_async"
version = "0.12.0"
requires-python = ">=3.8"
dependencies = [
"pytest-playwright>=0.3.3", # https://pypi.org/project/pytest-playwright/
"pytest-asyncio>=0.20.3", # https://github.com/microsoft/playwright-python/blob/main/local-requirements.txt
"pytest-playwright", # https://pypi.org/project/pytest-playwright/
"pytest-asyncio", # https://github.com/microsoft/playwright-python/blob/main/local-requirements.txt
]
description = "ASYNC Pytest plugin for Playwright"
license = { text = "MIT" }
Expand Down

0 comments on commit e79bf8e

Please sign in to comment.