From 985241c56d615cc8f8f8a9a0cb35c70f58962c78 Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Tue, 14 Mar 2023 13:12:55 +0200 Subject: [PATCH] Add back the auth0 req --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 15259f7e84..62721b361b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,3 +27,6 @@ escapism==1.* # requests is used by deployer/cilogon_app.py requests==2.* + +# auth0 is used to communicate with Auth0's REST API that we support as a deployer sub-cmd +auth0-python==3.*