Skip to content

Commit

Permalink
Update install requires (NVIDIA#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacYangSLA authored May 5, 2022
1 parent 7ee222a commit 8bd326d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ psutil
numpy
grpcio
google-api-python-client
cryptography
cryptography>=36.0.0
tenseal==0.3.0
gunicorn
flask
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,12 @@
"numpy",
"grpcio",
"google-api-python-client",
"cryptography",
"cryptography>=36.0.0",
"tenseal==0.3.0",
"gunicorn",
"flask"
"flask",
"PyJWT",
"minio==7.1.6"
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 8bd326d

Please sign in to comment.