We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80a44f commit d4eda2cCopy full SHA for d4eda2c
1 file changed
test/requirements.txt
@@ -1,26 +1,33 @@
1
annotated-types==0.7.0
2
asgiref==3.9.1
3
-black==25.1.0
+black==22.3.0
4
click==8.2.1
5
Django==5.2.4
6
djangorestframework==3.16.0
7
exceptiongroup==1.3.0
8
+flake8==7.3.0
9
+flake8-docstrings==1.7.0
10
iniconfig==2.1.0
11
jedi==0.19.2
12
lark==1.2.2
13
+mccabe==0.7.0
14
mypy_extensions==1.1.0
15
packaging==25.0
16
parso==0.8.4
17
pathspec==0.12.1
18
platformdirs==4.3.8
19
pluggy==1.6.0
20
psutil==7.0.0
21
+pycodestyle==2.14.0
22
pydantic==2.11.7
23
pydantic_core==2.33.2
24
+pydocstyle==6.3.0
25
+pyflakes==3.4.0
26
Pygments==2.19.2
27
pytest==8.4.1
28
PyYAML==6.0.2
29
six==1.17.0
30
+snowballstemmer==3.0.1
31
sqlparse==0.5.3
32
tomli==2.2.1
33
transitions==0.9.3
0 commit comments