web: update requirements to work on py3.11
Done by trial-and-error, might have missed something.
This commit is contained in:
parent
75aaaa98e7
commit
5386841af8
1 changed files with 5 additions and 8 deletions
|
@ -1,5 +1,4 @@
|
|||
amqp==1.4.6
|
||||
anyjson==0.3.3
|
||||
astroid==1.6.1
|
||||
backports.functools-lru-cache==1.5
|
||||
beautifulsoup4==4.3.2
|
||||
|
@ -7,7 +6,6 @@ billiard==3.3.0.19
|
|||
blinker==1.4
|
||||
cached-property==0.1.5
|
||||
cachelib==0.1.1
|
||||
celery==3.1.17
|
||||
certifi==2020.6.20
|
||||
chardet==3.0.4
|
||||
click==6.7
|
||||
|
@ -25,8 +23,7 @@ Flask-WTF==0.10.3
|
|||
idna==2.10
|
||||
isort==4.3.4
|
||||
itsdangerous==0.24
|
||||
Jinja2==2.10
|
||||
kombu==3.0.24
|
||||
Jinja2==2.11.3
|
||||
lazy-object-proxy==1.3.1
|
||||
Mako==1.0.0
|
||||
MarkupSafe==1.1.0
|
||||
|
@ -34,21 +31,21 @@ mccabe==0.6.1
|
|||
oauthlib==2.0.7
|
||||
prometheus-client==0.1.1
|
||||
prometheus-flask-exporter==0.8.0
|
||||
psycopg2==2.8.6
|
||||
psycopg2==2.9.4
|
||||
pyasn1==0.4.8
|
||||
pyasn1-modules==0.2.8
|
||||
pylint==1.8.2
|
||||
python-ldap==3.3.1
|
||||
python-memcached==1.59
|
||||
pytz==2014.10
|
||||
requests==2.5.1
|
||||
requests==2.24.0
|
||||
requests-oauthlib==0.8.0
|
||||
singledispatch==3.4.0.3
|
||||
six==1.11.0
|
||||
SQLAlchemy==1.2.0
|
||||
SQLAlchemy==1.3.24
|
||||
sqlparse==0.4.1
|
||||
sqltap==0.3.5
|
||||
urllib3==1.25.10
|
||||
Werkzeug==0.14.1
|
||||
Werkzeug==0.16.1
|
||||
wrapt==1.10.11
|
||||
WTForms==2.0.1
|
||||
|
|
Loading…
Reference in a new issue