##// END OF EJS Templates
deps: bumped few core libs
super-admin -
r1320:b5e639b1 default
parent child Browse files
Show More
@@ -1,100 +1,102 b''
1 1 # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]'
2 2
3 3 async-timeout==4.0.3
4 4 atomicwrites==1.4.1
5 5 celery==5.4.0
6 6 billiard==4.2.1
7 7 click==8.1.7
8 8 click-didyoumean==0.3.1
9 9 click==8.1.7
10 10 click-plugins==1.1.1
11 11 click==8.1.7
12 12 click-repl==0.3.0
13 13 click==8.1.7
14 14 prompt_toolkit==3.0.48
15 15 wcwidth==0.2.13
16 16 kombu==5.4.2
17 17 amqp==5.2.0
18 18 vine==5.1.0
19 tzdata==2024.2
19 20 vine==5.1.0
20 python-dateutil==2.8.2
21 python-dateutil==2.9.0.post0
21 22 six==1.16.0
22 tzdata==2024.1
23 tzdata==2024.2
23 24 vine==5.1.0
24 25 contextlib2==21.6.0
25 26 dogpile.cache==1.3.3
26 27 decorator==5.1.1
27 28 stevedore==5.1.0
28 29 pbr==5.11.1
29 30 dulwich==0.21.6
30 31 urllib3==1.26.14
31 32 fsspec==2024.9.0
32 33 gunicorn==23.0.0
33 34 packaging==24.1
34 35 hg-evolve==11.1.3
35 36 importlib-metadata==6.0.0
36 37 zipp==3.15.0
37 38 mercurial==6.7.4
38 39 more-itertools==9.1.0
39 40 msgpack==1.1.0
40 41 orjson==3.10.7
41 42 psutil==5.9.8
42 43 pygit2==1.13.3
43 cffi==1.16.0
44 pycparser==2.21
44 cffi==1.17.1
45 pycparser==2.22
45 46 pygments==2.18.0
46 47 pyparsing==3.1.1
47 48 pyramid==2.0.2
48 49 hupper==1.12
49 50 plaster==1.1.2
50 51 plaster-pastedeploy==1.0.1
51 52 pastedeploy==3.1.0
52 53 plaster==1.1.2
53 54 translationstring==1.4
54 55 venusian==3.0.0
55 56 webob==1.8.8
56 57 zope.deprecation==5.0.0
57 zope.interface==7.1.0
58 zope.interface==7.1.1
59 python-memcached==1.62
58 60 redis==5.1.0
59 61 async-timeout==4.0.3
60 62 repoze.lru==0.7
61 63 s3fs==2024.9.0
62 64 aiobotocore==2.13.0
63 65 aiohttp==3.9.5
64 66 aiosignal==1.3.1
65 67 frozenlist==1.4.1
66 68 attrs==22.2.0
67 69 frozenlist==1.4.1
68 70 multidict==6.0.5
69 71 yarl==1.9.4
70 72 idna==3.4
71 73 multidict==6.0.5
72 74 aioitertools==0.11.0
73 75 botocore==1.34.106
74 76 jmespath==1.0.1
75 python-dateutil==2.8.2
77 python-dateutil==2.9.0.post0
76 78 six==1.16.0
77 79 urllib3==1.26.14
78 80 wrapt==1.16.0
79 81 aiohttp==3.9.5
80 82 aiosignal==1.3.1
81 83 frozenlist==1.4.1
82 84 attrs==22.2.0
83 85 frozenlist==1.4.1
84 86 multidict==6.0.5
85 87 yarl==1.9.4
86 88 idna==3.4
87 89 multidict==6.0.5
88 90 fsspec==2024.9.0
89 91 scandir==1.10.0
90 92 setproctitle==1.3.3
91 93 subvertpy==0.11.0
92 94 waitress==3.0.0
93 95 wcwidth==0.2.13
94 96
95 97
96 98 ## test related requirements
97 99 #-r requirements_test.txt
98 100
99 101 ## uncomment to add the debug libraries
100 102 #-r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now