diff options
| author | Fuwn <[email protected]> | 2025-09-20 22:10:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-20 22:10:38 -0700 |
| commit | e7ae17f31cc05279fa300c340587fc807af7b872 (patch) | |
| tree | 4975ccaa7999870a750d141d26195b63ba1b1626 /requirements.txt | |
| parent | feat(irm): Update post removal message subject (diff) | |
| download | umabot-e7ae17f31cc05279fa300c340587fc807af7b872.tar.xz umabot-e7ae17f31cc05279fa300c340587fc807af7b872.zip | |
feat(irm): Discord logging
Diffstat (limited 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 9eec680..3451d51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ python-dotenv>=1.0.0 schedule>=1.2.0 loguru>=0.7.0 openai>=1.0.0 +requests>=2.31.0 |