diff options
author | Linnnus <[email protected]> | 2024-04-11 13:08:18 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-11 13:08:18 +0200 |
commit | 86c1c0cd8f12f95a480b7ec76c12bc91d73bd89b (patch) | |
tree | 673ac3efd4646686272b58b24e989db584f6be4b | |
parent | 58e2a2d652c07c3fc0666d2d03c05cf3fb629a02 (diff) |
Add missing oauth dependency
Commit 58e2a2d added some initial oauth code but forgot to add the
required dependencies to requirements.txt
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 6f7f942..b9a19df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ bottle==0.12.25 Jinja2==3.1.3 MarkupSafe==2.1.5 +oauth==1.0.1 |