We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb2a93 commit c53402bCopy full SHA for c53402b
dev_requirements.txt
@@ -2,8 +2,8 @@ black==24.3.0
2
flake8==4.0.1
3
isort==5.10.1
4
pytest>=7.2.0
5
-memray==1.17.1 ; sys_platform not in ('win32', 'freebsd') and platform_python_implementation != 'PyPy'
6
-pytest-memray==1.7.0 ; sys_platform not in ('win32', 'freebsd') and platform_python_implementation != 'PyPy'
+memray==1.17.1 ; sys_platform != 'win32' and platform_python_implementation != 'PyPy'
+pytest-memray==1.7.0 ; sys_platform != 'win32' and platform_python_implementation != 'PyPy'
7
setuptools
8
tox==3.24.4
9
vulture>=2.3.0
0 commit comments