Skip to content

Commit

Permalink
Add direct dependency to the SciTokens library.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Feb 8, 2019
1 parent 8dcb68c commit 7539ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ requests_oauthlib==1.0.0
six
flask
cryptography
scitokens
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
'requests_oauthlib==1.0.0',
'six',
'flask',
'cryptography'
'cryptography',
'scitokens'
],
include_package_data = True
)

0 comments on commit 7539ff3

Please sign in to comment.