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