diff --git a/dependencies-from-Dockerfile.log b/dependencies-from-Dockerfile.log index 14991b7a..8a1e8a66 100644 --- a/dependencies-from-Dockerfile.log +++ b/dependencies-from-Dockerfile.log @@ -1,7 +1,6 @@ aio-pika==9.2.2 aiormq==6.7.7 ansi2html==1.8.0 -Authlib==1.2.1 backoff==2.2.1 cachetools==5.3.1 certifi==2023.7.22 @@ -20,9 +19,10 @@ Deprecated==1.2.14 dnspython==2.4.2 et-xmlfile==1.1.0 Flask==2.2.5 -flask-oidc==2.0.2 +flask-oidc==1.4.0 googleapis-common-protos==1.56.2 grpcio==1.57.0 +httplib2==0.22.0 humanfriendly==10.0 idna==3.4 importlib-metadata==6.8.0 @@ -34,6 +34,7 @@ motor==3.3.1 multidict==6.0.4 nest-asyncio==1.5.7 numpy==1.25.2 +oauth2client==4.1.3 openpyxl==3.1.2 opentelemetry-api==1.19.0 opentelemetry-exporter-jaeger==1.19.0 @@ -50,9 +51,11 @@ pandas==2.1.0 plotly==5.16.1 protobuf==3.20.3 pyasn1==0.5.0 +pyasn1-modules==0.3.0 pycparser==2.21 PyJWT==2.8.0 pymongo==4.5.0 +pyparsing==3.1.1 pypng==0.20220715.0 python-dateutil==2.8.2 pytz==2023.3 @@ -60,6 +63,7 @@ qrcode==7.4.2 requests==2.31.0 requests-futures==1.0.1 retrying==1.3.4 +rsa==4.9 six==1.16.0 tenacity==8.2.3 thrift==0.16.0 diff --git a/setup.cfg b/setup.cfg index b1233522..50891fe4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ install_requires = dacite dash dash-bootstrap-components - flask-oidc + flask-oidc<2.0.0 itsdangerous==2.0.1 motor openpyxl