##// END OF EJS Templates
requirements: bumped to latest libs in sync with CE
super-admin -
r1128:538fb441 python3
parent child Browse files
Show More
@@ -1,54 +1,56 b''
1 1 # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]'
2 2
3 async-timeout==4.0.2
3 4 atomicwrites==1.4.1
4 5 contextlib2==21.6.0
5 6 cov-core==1.15.0
6 7 coverage==7.2.3
7 8 diskcache==5.6.1
8 dogpile.cache==1.2.1
9 dogpile.cache==1.2.2
9 10 decorator==5.1.1
10 11 stevedore==5.0.0
11 12 pbr==5.11.1
12 13 dulwich==0.21.5
13 14 urllib3==1.26.14
14 gunicorn==20.1.0
15 hg-evolve==11.0.1
15 gunicorn==21.0.1
16 packaging==23.1
17 hg-evolve==11.0.2
16 18 importlib-metadata==6.0.0
17 19 zipp==3.15.0
18 20 mercurial==6.3.3
19 21 mock==5.0.2
20 22 more-itertools==9.1.0
21 23 msgpack==1.0.5
22 orjson==3.8.14
24 orjson==3.9.2
23 25 psutil==5.9.5
24 26 py==1.11.0
25 27 pygit2==1.12.2
26 28 cffi==1.15.1
27 29 pycparser==2.21
28 30 pygments==2.15.1
29 31 pyparsing==3.0.9
30 32 pyramid==2.0.1
31 33 hupper==1.12
32 34 plaster==1.1.2
33 35 plaster-pastedeploy==1.0.1
34 36 pastedeploy==3.0.1
35 37 plaster==1.1.2
36 38 translationstring==1.4
37 39 venusian==3.0.0
38 40 webob==1.8.7
39 41 zope.deprecation==5.0.0
40 42 zope.interface==6.0.0
41 43 redis==4.6.0
42 44 async-timeout==4.0.2
43 45 repoze.lru==0.7
44 46 scandir==1.10.0
45 47 setproctitle==1.3.2
46 48 subvertpy==0.11.0
47 49 wcwidth==0.2.6
48 50
49 51
50 52 ## test related requirements
51 53 #-r requirements_test.txt
52 54
53 55 ## uncomment to add the debug libraries
54 56 #-r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now