Show More
@@ -1,12 +1,12 b'' | |||
|
1 | 1 | # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]' |
|
2 | 2 | |
|
3 |
alembic==1.1 |
|
|
3 | alembic==1.11.1 | |
|
4 | 4 | mako==1.2.4 |
|
5 | 5 | markupsafe==2.1.2 |
|
6 |
sqlalchemy==1.4.4 |
|
|
6 | sqlalchemy==1.4.49 | |
|
7 | 7 | greenlet==2.0.2 |
|
8 |
|
|
|
9 | typing_extensions==4.6.3 | |
|
8 | typing_extensions==4.7.1 | |
|
9 | async-timeout==4.0.2 | |
|
10 | 10 | babel==2.12.1 |
|
11 | 11 | celery==5.3.1 |
|
12 | 12 | billiard==4.1.0 |
@@ -29,9 +29,9 b' celery==5.3.1' | |||
|
29 | 29 | tzdata==2023.3 |
|
30 | 30 | vine==5.0.0 |
|
31 | 31 | channelstream==0.7.1 |
|
32 |
gevent==2 |
|
|
32 | gevent==23.7.0 | |
|
33 | 33 | greenlet==2.0.2 |
|
34 |
zope.event== |
|
|
34 | zope.event==5.0.0 | |
|
35 | 35 | zope.interface==6.0.0 |
|
36 | 36 | itsdangerous==1.1.0 |
|
37 | 37 | marshmallow==2.18.0 |
@@ -83,13 +83,14 b' deform==2.0.15' | |||
|
83 | 83 | zope.deprecation==5.0.0 |
|
84 | 84 | diskcache==5.6.1 |
|
85 | 85 | docutils==0.19 |
|
86 |
dogpile.cache==1.2. |
|
|
86 | dogpile.cache==1.2.2 | |
|
87 | 87 | decorator==5.1.1 |
|
88 | 88 | stevedore==5.0.0 |
|
89 | 89 | pbr==5.11.1 |
|
90 | 90 | formencode==2.0.1 |
|
91 | 91 | six==1.16.0 |
|
92 |
gunicorn==20.1 |
|
|
92 | gunicorn==21.0.1 | |
|
93 | packaging==23.1 | |
|
93 | 94 | infrae.cache==1.0.1 |
|
94 | 95 | beaker==1.12.1 |
|
95 | 96 | repoze.lru==0.7 |
@@ -149,7 +150,7 b' nbconvert==7.2.9' | |||
|
149 | 150 | tinycss2==1.2.1 |
|
150 | 151 | webencodings==0.5.1 |
|
151 | 152 | traitlets==5.9.0 |
|
152 |
orjson==3. |
|
|
153 | orjson==3.9.2 | |
|
153 | 154 | pastescript==3.3.0 |
|
154 | 155 | paste==3.5.3 |
|
155 | 156 | six==1.16.0 |
@@ -168,12 +169,12 b' premailer==3.10.0' | |||
|
168 | 169 | psutil==5.9.5 |
|
169 | 170 | psycopg2==2.9.6 |
|
170 | 171 | py-bcrypt==0.4 |
|
171 | pycurl==7.45.2 | |
|
172 | pycryptodome==3.17 | |
|
173 | pymysql==1.0.3 | |
|
174 | 172 | pycmarkgfm==1.2.0 |
|
175 | 173 | cffi==1.15.1 |
|
176 | 174 | pycparser==2.21 |
|
175 | pycryptodome==3.17 | |
|
176 | pycurl==7.45.2 | |
|
177 | pymysql==1.0.3 | |
|
177 | 178 | pyotp==2.8.0 |
|
178 | 179 | pyparsing==3.0.9 |
|
179 | 180 | pyramid-debugtoolbar==4.10 |
@@ -234,9 +235,8 b' python3-saml==1.15.0' | |||
|
234 | 235 | lxml==4.9.2 |
|
235 | 236 | xmlsec==1.3.13 |
|
236 | 237 | lxml==4.9.2 |
|
237 | pyyaml==6.0 | |
|
238 | pyyaml==6.0.1 | |
|
238 | 239 | redis==4.6.0 |
|
239 | async-timeout==4.0.2 | |
|
240 | 240 | regex==2022.10.31 |
|
241 | 241 | routes==2.5.1 |
|
242 | 242 | repoze.lru==0.7 |
@@ -248,12 +248,15 b' sshpubkeys==3.3.1' | |||
|
248 | 248 | pycparser==2.21 |
|
249 | 249 | ecdsa==0.18.0 |
|
250 | 250 | six==1.16.0 |
|
251 | sqlalchemy==1.4.49 | |
|
252 | greenlet==2.0.2 | |
|
253 | typing_extensions==4.7.1 | |
|
251 | 254 | supervisor==4.2.5 |
|
252 | 255 | tzlocal==4.3 |
|
253 | 256 | pytz-deprecation-shim==0.1.0.post0 |
|
254 | 257 | tzdata==2023.3 |
|
258 | unidecode==1.3.6 | |
|
255 | 259 | urlobject==2.4.3 |
|
256 | unidecode==1.3.6 | |
|
257 | 260 | waitress==2.1.2 |
|
258 | 261 | weberror==0.13.1 |
|
259 | 262 | paste==3.5.3 |
General Comments 0
You need to be logged in to leave comments.
Login now