From 93365f33e322b7f66dcfa82f6b0f2569c3a2328e Mon Sep 17 00:00:00 2001 From: Michael Matloka Date: Wed, 17 Apr 2024 00:46:26 +0200 Subject: [PATCH] Restore `python3-saml` --- requirements.in | 3 ++- requirements.txt | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 2ff9b4993dcf1e..a6b1932a9be376 100644 --- a/requirements.in +++ b/requirements.in @@ -39,6 +39,7 @@ drf-exceptions-hog==0.4.0 drf-extensions==0.7.0 drf-spectacular==0.27.1 google-cloud-bigquery==3.11.4 +geoip2==4.6.0 gunicorn==20.1.0 infi-clickhouse-orm@ git+https://github.com/PostHog/infi.clickhouse_orm@9578c79f29635ee2c1d01b7979e89adab8383de2 kafka-python==2.0.2 @@ -58,11 +59,11 @@ pyarrow==15.0.0 pydantic==2.5.3 pyjwt==2.4.0 python-dateutil>=2.8.2 +python3-saml==1.12.0 pytz==2023.3 redis==4.5.4 retry==0.9.2 requests~=2.31.0 -geoip2==4.6.0 s3fs==2023.10.0 stripe==7.4.0 selenium==4.1.5 diff --git a/requirements.txt b/requirements.txt index a097d3661062cb..63c1e50821f904 100644 --- a/requirements.txt +++ b/requirements.txt @@ -298,6 +298,8 @@ inflection==0.5.1 # via drf-spectacular iso8601==0.1.12 # via infi-clickhouse-orm +isodate==0.6.1 + # via python3-saml jmespath==1.0.0 # via # boto3 @@ -319,7 +321,10 @@ kombu==5.3.2 # -r requirements.in # celery lxml==4.9.4 - # via toronado + # via + # python3-saml + # toronado + # xmlsec lzstring==1.0.4 # via -r requirements.in makefun==1.15.2 @@ -455,6 +460,8 @@ python-statsd==2.1.0 # via django-statsd python3-openid==3.1.0 # via social-auth-core +python3-saml==1.12.0 + # via -r requirements.in pytz==2023.3 # via # -r requirements.in @@ -539,6 +546,7 @@ six==1.16.0 # astunparse # djangorestframework-csv # google-auth + # isodate # posthoganalytics # prance # python-dateutil @@ -661,6 +669,8 @@ wrapt==1.15.0 # via aiobotocore wsproto==1.1.0 # via trio-websocket +xmlsec==1.3.13 + # via python3-saml yarl==1.7.2 # via aiohttp