##// END OF EJS Templates
deps: bumped s3fs==2024.10.0 and fsspec==2024.10.0
super-admin -
r1331:82e57315 default
parent child Browse files
Show More
@@ -1,102 +1,106 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 19 tzdata==2024.2
20 20 vine==5.1.0
21 21 python-dateutil==2.9.0.post0
22 22 six==1.16.0
23 23 tzdata==2024.2
24 24 vine==5.1.0
25 25 contextlib2==21.6.0
26 26 dogpile.cache==1.3.3
27 27 decorator==5.1.1
28 28 stevedore==5.1.0
29 29 pbr==5.11.1
30 30 dulwich==0.21.6
31 31 urllib3==1.26.14
32 fsspec==2024.9.0
32 fsspec==2024.10.0
33 33 gunicorn==23.0.0
34 34 packaging==24.1
35 35 hg-evolve==11.1.3
36 36 importlib-metadata==6.0.0
37 37 zipp==3.20.2
38 38 mercurial==6.7.4
39 39 more-itertools==9.1.0
40 40 msgpack==1.1.0
41 41 orjson==3.10.7
42 42 psutil==5.9.8
43 43 pygit2==1.13.3
44 44 cffi==1.17.1
45 45 pycparser==2.22
46 46 pygments==2.18.0
47 47 pyparsing==3.1.1
48 48 pyramid==2.0.2
49 49 hupper==1.12
50 50 plaster==1.1.2
51 51 plaster-pastedeploy==1.0.1
52 52 pastedeploy==3.1.0
53 53 plaster==1.1.2
54 54 translationstring==1.4
55 55 venusian==3.0.0
56 56 webob==1.8.9
57 57 zope.deprecation==5.0.0
58 58 zope.interface==7.1.1
59 59 python-memcached==1.62
60 60 redis==5.2.0
61 61 async-timeout==4.0.3
62 62 repoze.lru==0.7
63 s3fs==2024.9.0
64 aiobotocore==2.13.0
65 aiohttp==3.9.5
63 s3fs==2024.10.0
64 aiobotocore==2.15.2
65 aiohttp==3.10.10
66 aiohappyeyeballs==2.4.3
66 67 aiosignal==1.3.1
67 frozenlist==1.4.1
68 frozenlist==1.5.0
68 69 attrs==22.2.0
69 frozenlist==1.4.1
70 multidict==6.0.5
71 yarl==1.9.4
70 frozenlist==1.5.0
71 multidict==6.1.0
72 yarl==1.17.1
72 73 idna==3.4
73 multidict==6.0.5
74 aioitertools==0.11.0
75 botocore==1.34.106
74 multidict==6.1.0
75 propcache==0.2.0
76 aioitertools==0.12.0
77 botocore==1.35.36
76 78 jmespath==1.0.1
77 79 python-dateutil==2.9.0.post0
78 80 six==1.16.0
79 81 urllib3==1.26.14
80 82 wrapt==1.16.0
81 aiohttp==3.9.5
83 aiohttp==3.10.10
84 aiohappyeyeballs==2.4.3
82 85 aiosignal==1.3.1
83 frozenlist==1.4.1
86 frozenlist==1.5.0
84 87 attrs==22.2.0
85 frozenlist==1.4.1
86 multidict==6.0.5
87 yarl==1.9.4
88 frozenlist==1.5.0
89 multidict==6.1.0
90 yarl==1.17.1
88 91 idna==3.4
89 multidict==6.0.5
90 fsspec==2024.9.0
92 multidict==6.1.0
93 propcache==0.2.0
94 fsspec==2024.10.0
91 95 scandir==1.10.0
92 96 setproctitle==1.3.3
93 97 subvertpy==0.11.0
94 98 waitress==3.0.0
95 99 wcwidth==0.2.13
96 100
97 101
98 102 ## test related requirements
99 103 #-r requirements_test.txt
100 104
101 105 ## uncomment to add the debug libraries
102 106 #-r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now