From 7539ff35bc57672fd5365638f6071085c8201def Mon Sep 17 00:00:00 2001 From: Brian Bockelman Date: Fri, 8 Feb 2019 09:54:28 -0600 Subject: [PATCH] Add direct dependency to the SciTokens library. --- requirements.txt | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2939c24..752514a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ requests_oauthlib==1.0.0 six flask cryptography +scitokens diff --git a/setup.py b/setup.py index 4b25871..9f54705 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,8 @@ 'requests_oauthlib==1.0.0', 'six', 'flask', - 'cryptography' + 'cryptography', + 'scitokens' ], include_package_data = True )