File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -70,21 +70,21 @@ Tracker = "https://github.com/BoboTiG/python-mss/issues"
7070mss = " mss.__main__:main"
7171
7272[project .optional-dependencies ]
73- test = [
74- " numpy ; sys_platform == 'windows' and python_version >= '3.13'" ,
75- " pillow" ,
76- " pytest" ,
77- " pytest-cov" ,
78- " pytest-rerunfailures" ,
79- " pyvirtualdisplay; sys_platform == 'linux'" ,
80- " sphinx" ,
81- ]
8273dev = [
83- " build" ,
84- " mypy" ,
85- " ruff" ,
86- " twine" ,
87- " wheel" ,
74+ " build==1.2.1" ,
75+ " mypy==1.11.2" ,
76+ " ruff==0.6.3" ,
77+ " twine==5.1.1" ,
78+ " wheel==0.44.0" ,
79+ ]
80+ test = [
81+ " numpy==2.1.0 ; sys_platform == 'windows' and python_version >= '3.13'" ,
82+ " pillow==10.4.0" ,
83+ " pytest==8.3.2" ,
84+ " pytest-cov==5.0.0" ,
85+ " pytest-rerunfailures==14.0.0" ,
86+ " pyvirtualdisplay==3.0 ; sys_platform == 'linux'" ,
87+ " sphinx==8.0.2" ,
8888]
8989
9090[tool .hatch .version ]
You can’t perform that action at this time.
0 commit comments