Show More
@@ -23,8 +23,6 b' celery==5.3.6' | |||||
23 | tzdata==2024.1 |
|
23 | tzdata==2024.1 | |
24 | vine==5.1.0 |
|
24 | vine==5.1.0 | |
25 | contextlib2==21.6.0 |
|
25 | contextlib2==21.6.0 | |
26 | cov-core==1.15.0 |
|
|||
27 | coverage==7.2.3 |
|
|||
28 | diskcache==5.6.3 |
|
26 | diskcache==5.6.3 | |
29 | dogpile.cache==1.3.2 |
|
27 | dogpile.cache==1.3.2 | |
30 | decorator==5.1.1 |
|
28 | decorator==5.1.1 | |
@@ -33,12 +31,11 b' dogpile.cache==1.3.2' | |||||
33 | dulwich==0.21.6 |
|
31 | dulwich==0.21.6 | |
34 | urllib3==1.26.14 |
|
32 | urllib3==1.26.14 | |
35 | gunicorn==21.2.0 |
|
33 | gunicorn==21.2.0 | |
36 |
packaging==2 |
|
34 | packaging==24.0 | |
37 | hg-evolve==11.0.2 |
|
35 | hg-evolve==11.0.2 | |
38 | importlib-metadata==6.0.0 |
|
36 | importlib-metadata==6.0.0 | |
39 | zipp==3.15.0 |
|
37 | zipp==3.15.0 | |
40 | mercurial==6.3.3 |
|
38 | mercurial==6.3.3 | |
41 | mock==5.0.2 |
|
|||
42 | more-itertools==9.1.0 |
|
39 | more-itertools==9.1.0 | |
43 | msgpack==1.0.7 |
|
40 | msgpack==1.0.7 | |
44 | orjson==3.9.15 |
|
41 | orjson==3.9.15 |
@@ -1,42 +1,45 b'' | |||||
1 | # test related requirements |
|
1 | # test related requirements | |
2 |
|
2 | mock==5.1.0 | ||
3 | cov-core==1.15.0 |
|
3 | pytest-cov==4.1.0 | |
4 |
coverage==7. |
|
4 | coverage==7.4.3 | |
5 | mock==5.0.2 |
|
5 | pytest==8.1.1 | |
6 | py==1.11.0 |
|
|||
7 | pytest-cov==4.0.0 |
|
|||
8 | coverage==7.2.3 |
|
|||
9 | pytest==7.3.1 |
|
|||
10 | attrs==22.2.0 |
|
|||
11 | iniconfig==2.0.0 |
|
6 | iniconfig==2.0.0 | |
12 |
packaging==2 |
|
7 | packaging==24.0 | |
13 |
pluggy==1. |
|
8 | pluggy==1.4.0 | |
|
9 | pytest-env==1.1.3 | |||
|
10 | pytest==8.1.1 | |||
|
11 | iniconfig==2.0.0 | |||
|
12 | packaging==24.0 | |||
|
13 | pluggy==1.4.0 | |||
14 | pytest-profiling==1.7.0 |
|
14 | pytest-profiling==1.7.0 | |
15 | gprof2dot==2022.7.29 |
|
15 | gprof2dot==2022.7.29 | |
16 |
pytest== |
|
16 | pytest==8.1.1 | |
17 | attrs==22.2.0 |
|
|||
18 | iniconfig==2.0.0 |
|
17 | iniconfig==2.0.0 | |
19 |
packaging==2 |
|
18 | packaging==24.0 | |
20 |
pluggy==1. |
|
19 | pluggy==1.4.0 | |
21 | six==1.16.0 |
|
20 | six==1.16.0 | |
22 |
pytest-r |
|
21 | pytest-rerunfailures==13.0 | |
23 | pytest-sugar==0.9.7 |
|
22 | packaging==24.0 | |
24 | packaging==23.1 |
|
23 | pytest==8.1.1 | |
25 | pytest==7.3.1 |
|
|||
26 | attrs==22.2.0 |
|
|||
27 | iniconfig==2.0.0 |
|
24 | iniconfig==2.0.0 | |
28 |
packaging==2 |
|
25 | packaging==24.0 | |
29 |
pluggy==1. |
|
26 | pluggy==1.4.0 | |
30 | termcolor==2.3.0 |
|
27 | pytest-runner==6.0.1 | |
31 |
pytest- |
|
28 | pytest-sugar==1.0.0 | |
32 | pytest==7.3.1 |
|
29 | packaging==24.0 | |
33 | attrs==22.2.0 |
|
30 | pytest==8.1.1 | |
34 | iniconfig==2.0.0 |
|
31 | iniconfig==2.0.0 | |
35 |
packaging==2 |
|
32 | packaging==24.0 | |
36 |
pluggy==1. |
|
33 | pluggy==1.4.0 | |
|
34 | termcolor==2.4.0 | |||
|
35 | pytest-timeout==2.3.1 | |||
|
36 | pytest==8.1.1 | |||
|
37 | iniconfig==2.0.0 | |||
|
38 | packaging==24.0 | |||
|
39 | pluggy==1.4.0 | |||
37 | webtest==3.0.0 |
|
40 | webtest==3.0.0 | |
38 |
beautifulsoup4==4.1 |
|
41 | beautifulsoup4==4.12.3 | |
39 |
soupsieve==2. |
|
42 | soupsieve==2.5 | |
40 | waitress==3.0.0 |
|
43 | waitress==3.0.0 | |
41 | webob==1.8.7 |
|
44 | webob==1.8.7 | |
42 |
|
45 |
General Comments 0
You need to be logged in to leave comments.
Login now