diff options
author | redcreeper14385 <mounderfod@gmail.com> | 2021-07-22 11:57:17 +0100 |
---|---|---|
committer | redcreeper14385 <mounderfod@gmail.com> | 2021-07-22 11:57:17 +0100 |
commit | d8f48844f9616ac8e9a30159118d37ebf1830b7c (patch) | |
tree | 7e937d987453742492f110de100bfcc1dd4f39f0 | |
parent | 1784d89a4432a2808741c5295ed06f8d18ca737d (diff) | |
download | tiny-potato-bot-d8f48844f9616ac8e9a30159118d37ebf1830b7c.tar.gz |
fix: add requests to requirements.txt
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1e5c981..2029389 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ discord ~= 1.7 -python-dotenv ~= 0.18.0 \ No newline at end of file +python-dotenv ~= 0.18.0 +requests ~= 2.26.0 \ No newline at end of file |