forked from uc-cdis/BMH-admin-portal
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Broken
Master
branch (uc-cdis#59)
* Adding `requirements.txt` for lambda_auth * Updating pyproject.toml to update pythonpath * Adding boiler plate code to match relative imports for pytest * Eliminate `setup.py`
- Loading branch information
Showing
9 changed files
with
1,509 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
bmh_admin_portal_backend/lambda/lambda_authorizer/requirements.txt
This file was deleted.
Oops, something went wrong.
105 changes: 0 additions & 105 deletions
105
bmh_admin_portal_backend/lambda/step_functions_handler/src/email/email.py
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
bmh_admin_portal_backend/lambdas/lambda_authorizer/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
PyJWT==2.0.1 | ||
cryptography==3.4.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.