File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ htmlcov/
12
12
.coverage *
13
13
.DS_Store
14
14
.vscode /
15
+ .venv
15
16
.eggs
16
17
_repo_version.py
17
18
coverage.xml
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ license = {text = "Apache-2.0"}
13
13
dynamic = [" version" ]
14
14
requires-python = " >=3.9"
15
15
dependencies = [
16
- " greenlet==3 .1.1" ,
17
- " pyee==12 .1.1" ,
16
+ " pyee>=12 .1.1" ,
17
+ " greenlet>=3 .1.1"
18
18
]
19
19
classifiers = [
20
20
" Topic :: Software Development :: Testing" ,
Original file line number Diff line number Diff line change
1
+ # This file was autogenerated by uv via the following command:
2
+ # uv pip compile pyproject.toml -o requirements.txt
3
+ greenlet == 3.1.1
4
+ # via playwright (pyproject.toml)
5
+ pyee == 12.1.1
6
+ # via playwright (pyproject.toml)
7
+ typing-extensions == 4.12.2
8
+ # via pyee
You can’t perform that action at this time.
0 commit comments