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.lock | |
| download | umabot-6650dcfee1c8aefedf7c9330566c0bb7ecb1a1d3.tar.xz umabot-6650dcfee1c8aefedf7c9330566c0bb7ecb1a1d3.zip | |
feat: Initial commit
Diffstat (limited to 'requirements.lock')
| -rw-r--r-- | requirements.lock | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/requirements.lock b/requirements.lock new file mode 100644 index 0000000..aa3738c --- /dev/null +++ b/requirements.lock @@ -0,0 +1,37 @@ +# generated by rye +# use `rye lock` or `rye sync` to update this lockfile +# +# last locked with the following flags: +# pre: false +# features: [] +# all-features: false +# with-sources: false +# generate-hashes: false +# universal: false + +-e file:. +certifi==2025.8.3 + # via requests +charset-normalizer==3.4.3 + # via requests +idna==3.10 + # via requests +loguru==0.7.3 + # via umabot +praw==7.8.1 + # via umabot +prawcore==2.4.0 + # via praw +python-dotenv==1.1.1 + # via umabot +requests==2.32.5 + # via prawcore + # via update-checker +schedule==1.2.2 + # via umabot +update-checker==0.18.0 + # via praw +urllib3==2.5.0 + # via requests +websocket-client==1.8.0 + # via praw |