Show More
@@ -1,62 +1,57 b'' | |||
|
1 | ## dependencies | |
|
2 | ||
|
3 | configobj==5.0.8 | |
|
4 | ||
|
5 | dogpile.cache==1.1.8 | |
|
6 | ||
|
7 | decorator==5.1.1 | |
|
8 | dulwich==0.21.3 | |
|
9 | hg-evolve==11.0.0 | |
|
1 | # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]' | |
|
10 | 2 | |
|
3 | atomicwrites==1.4.1 | |
|
4 | configobj==5.0.8 | |
|
5 | six==1.16.0 | |
|
6 | contextlib2==21.6.0 | |
|
7 | cov-core==1.15.0 | |
|
8 | coverage==7.2.1 | |
|
9 | dogpile.cache==1.1.8 | |
|
10 | decorator==5.1.1 | |
|
11 | stevedore==5.0.0 | |
|
12 | pbr==5.11.1 | |
|
13 | dulwich==0.21.3 | |
|
14 | urllib3==1.26.14 | |
|
15 | gunicorn==20.1.0 | |
|
16 | hg-evolve==11.0.0 | |
|
17 | importlib-metadata==6.0.0 | |
|
18 | zipp==3.15.0 | |
|
11 | 19 | mercurial==6.3.3 |
|
12 | msgpack-python==0.5.6 | |
|
20 | mock==5.0.1 | |
|
13 | 21 | more-itertools==9.1.0 |
|
14 | ||
|
15 | pastedeploy==3.0.1 | |
|
16 | pyramid==2.0.1 | |
|
22 | msgpack-python==0.5.6 | |
|
23 | pathlib2==2.3.7.post1 | |
|
24 | six==1.16.0 | |
|
25 | psutil==5.9.4 | |
|
26 | py==1.11.0 | |
|
17 | 27 | pygit2==1.11.1 |
|
18 | ||
|
28 | cffi==1.15.1 | |
|
29 | pycparser==2.21 | |
|
30 | pygments==2.14.0 | |
|
31 | pyparsing==3.0.9 | |
|
32 | pyramid==2.0.1 | |
|
33 | hupper==1.11 | |
|
34 | plaster==1.1.2 | |
|
35 | plaster-pastedeploy==1.0.1 | |
|
36 | pastedeploy==3.0.1 | |
|
37 | plaster==1.1.2 | |
|
38 | translationstring==1.4 | |
|
39 | venusian==3.0.0 | |
|
40 | webob==1.8.7 | |
|
41 | zope.deprecation==4.4.0 | |
|
42 | zope.interface==5.5.2 | |
|
43 | redis==4.5.1 | |
|
44 | async-timeout==4.0.2 | |
|
19 | 45 | repoze.lru==0.7 |
|
20 | redis==4.5.1 | |
|
46 | scandir==1.10.0 | |
|
47 | setproctitle==1.3.2 | |
|
21 | 48 | simplejson==3.18.3 |
|
22 | 49 | subvertpy==0.11.0 |
|
23 | ||
|
24 | translationstring==1.4 | |
|
25 | webob==1.8.7 | |
|
26 | zope.deprecation==4.4.0 | |
|
27 | zope.interface==5.5.2 | |
|
28 | ||
|
29 | ## http servers | |
|
30 | #gevent==20.6.0 | |
|
31 | #greenlet==0.4.16 | |
|
32 | gunicorn==20.1.0 | |
|
33 | waitress==2.1.2 | |
|
34 | ||
|
35 | # contains not directly required libraries we want to pin the version. | |
|
50 | wcwidth==0.2.6 | |
|
36 | 51 | |
|
37 | atomicwrites==1.4.1 | |
|
38 | attrs==22.2.0 | |
|
39 | contextlib2==21.6.0 | |
|
40 | cffi==1.15.1 | |
|
41 | hupper==1.11 | |
|
42 | importlib-metadata==6.0.0 | |
|
43 | packaging==23.0 | |
|
44 | pathlib2==2.3.7.post1 | |
|
45 | pygments==2.14.0 | |
|
46 | pyparsing==3.0.9 | |
|
47 | psutil==5.9.4 | |
|
48 | pluggy==1.0.0 | |
|
49 | scandir==1.10.0 | |
|
50 | setproctitle==1.3.2 | |
|
51 | venusian==3.0.0 | |
|
52 | wcwidth==0.2.6 | |
|
53 | toml==0.10.2 | |
|
54 | 52 | |
|
55 | 53 | ## test related requirements |
|
56 | 54 | -r requirements_test.txt |
|
57 | 55 | |
|
58 | 56 | ## uncomment to add the debug libraries |
|
59 | #ipdb==0.13.2 | |
|
60 | #ipython==7.15.0 | |
|
61 | ||
|
62 | 57 | #-r requirements_debug.txt |
@@ -1,16 +1,41 b'' | |||
|
1 | 1 | # test related requirements |
|
2 | pytest==7.2.2 | |
|
2 | ||
|
3 | cov-core==1.15.0 | |
|
4 | coverage==7.2.1 | |
|
5 | mock==5.0.1 | |
|
3 | 6 | py==1.11.0 |
|
4 | 7 | pytest-cov==4.0.0 |
|
5 | pytest-sugar==0.9.6 | |
|
8 | coverage==7.2.1 | |
|
9 | pytest==7.2.2 | |
|
10 | attrs==22.2.0 | |
|
11 | iniconfig==2.0.0 | |
|
12 | packaging==23.0 | |
|
13 | pluggy==1.0.0 | |
|
14 | pytest-profiling==1.7.0 | |
|
15 | gprof2dot==2022.7.29 | |
|
16 | pytest==7.2.2 | |
|
17 | attrs==22.2.0 | |
|
18 | iniconfig==2.0.0 | |
|
19 | packaging==23.0 | |
|
20 | pluggy==1.0.0 | |
|
21 | six==1.16.0 | |
|
6 | 22 | pytest-runner==6.0.0 |
|
7 | pytest-profiling==1.7.0 | |
|
23 | pytest-sugar==0.9.6 | |
|
24 | packaging==23.0 | |
|
25 | pytest==7.2.2 | |
|
26 | attrs==22.2.0 | |
|
27 | iniconfig==2.0.0 | |
|
28 | packaging==23.0 | |
|
29 | pluggy==1.0.0 | |
|
30 | termcolor==2.2.0 | |
|
8 | 31 | pytest-timeout==2.1.0 |
|
9 | gprof2dot==2022.7.29 | |
|
10 | ||
|
11 | mock==5.0.1 | |
|
12 | cov-core==1.15.0 | |
|
13 | coverage==7.2.1 | |
|
14 | ||
|
32 | pytest==7.2.2 | |
|
33 | attrs==22.2.0 | |
|
34 | iniconfig==2.0.0 | |
|
35 | packaging==23.0 | |
|
36 | pluggy==1.0.0 | |
|
15 | 37 | webtest==3.0.0 |
|
16 | beautifulsoup4==4.11.2 | |
|
38 | beautifulsoup4==4.11.2 | |
|
39 | soupsieve==2.4 | |
|
40 | waitress==2.1.2 | |
|
41 | webob==1.8.7 |
General Comments 0
You need to be logged in to leave comments.
Login now