We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48603d4 commit c496b88Copy full SHA for c496b88
dev_requirements.txt
@@ -3,16 +3,22 @@ click==8.0.4
3
invoke==2.2.0
4
mock
5
packaging>=20.4
6
+
7
pytest
8
pytest-asyncio>=0.23.0
9
pytest-cov
10
+pytest-cov==6.2.1 ; platform_python_implementation == "PyPy"
11
+coverage<7.10.6 ; platform_python_implementation == "PyPy"
12
pytest-profiling==1.8.1
13
pytest-timeout
14
15
ruff==0.9.6
16
ujson>=4.2.0
17
uvloop<=0.21.0; platform_python_implementation == "CPython"
18
vulture>=2.3.0
19
20
numpy>=1.24.0 ; platform_python_implementation == "CPython"
21
numpy>=1.24.0,<2.0 ; platform_python_implementation == "PyPy"
22
23
redis-entraid==1.0.0
24
pybreaker>=1.4.0
0 commit comments