diff options
| author | Fuwn <[email protected]> | 2025-08-27 17:49:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-08-27 17:49:43 -0700 |
| commit | 6650dcfee1c8aefedf7c9330566c0bb7ecb1a1d3 (patch) | |
| tree | 0fa54793cc077dc75b5086a2badf00457c6c8b25 /requirements.txt | |
| download | umabot-6650dcfee1c8aefedf7c9330566c0bb7ecb1a1d3.tar.xz umabot-6650dcfee1c8aefedf7c9330566c0bb7ecb1a1d3.zip | |
feat: Initial commit
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2ea9c0c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +praw>=7.7.0 +python-dotenv>=1.0.0 +schedule>=1.2.0 +loguru>=0.7.0 |