##// END OF EJS Templates
requirements: make output generated from pipdeptree
super-admin -
r1059:7ce488c2 python3
parent child Browse files
Show More
@@ -1,62 +1,57 b''
1 ## dependencies
1 # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]'
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
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 mercurial==6.3.3
19 mercurial==6.3.3
12 msgpack-python==0.5.6
20 mock==5.0.1
13 more-itertools==9.1.0
21 more-itertools==9.1.0
14
22 msgpack-python==0.5.6
15 pastedeploy==3.0.1
23 pathlib2==2.3.7.post1
16 pyramid==2.0.1
24 six==1.16.0
25 psutil==5.9.4
26 py==1.11.0
17 pygit2==1.11.1
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 repoze.lru==0.7
45 repoze.lru==0.7
20 redis==4.5.1
46 scandir==1.10.0
47 setproctitle==1.3.2
21 simplejson==3.18.3
48 simplejson==3.18.3
22 subvertpy==0.11.0
49 subvertpy==0.11.0
23
50 wcwidth==0.2.6
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.
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 ## test related requirements
53 ## test related requirements
56 -r requirements_test.txt
54 -r requirements_test.txt
57
55
58 ## uncomment to add the debug libraries
56 ## uncomment to add the debug libraries
59 #ipdb==0.13.2
60 #ipython==7.15.0
61
62 #-r requirements_debug.txt
57 #-r requirements_debug.txt
@@ -6,3 +6,5 b''
6 objgraph
6 objgraph
7 memory-profiler
7 memory-profiler
8 pympler
8 pympler
9 ipdb
10 ipython
@@ -1,16 +1,41 b''
1 # test related requirements
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 py==1.11.0
6 py==1.11.0
4 pytest-cov==4.0.0
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 pytest-runner==6.0.0
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 pytest-timeout==2.1.0
31 pytest-timeout==2.1.0
9 gprof2dot==2022.7.29
32 pytest==7.2.2
10
33 attrs==22.2.0
11 mock==5.0.1
34 iniconfig==2.0.0
12 cov-core==1.15.0
35 packaging==23.0
13 coverage==7.2.1
36 pluggy==1.0.0
14
15 webtest==3.0.0
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