From 96e49bdc3771ac4187b1e5eff4b6a17f6334c08b Mon Sep 17 00:00:00 2001 From: Ryan Deering Date: Sun, 14 Jan 2024 01:29:53 +0000 Subject: [PATCH] updates --- .gitignore | 2 ++ requirements.txt | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0501d27..3a10c9c 100644 --- a/.gitignore +++ b/.gitignore @@ -175,4 +175,6 @@ pyrightconfig.json loireddit/* +matchbot_config.py + # End of https://www.toptal.com/developers/gitignore/api/python \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e37cee3..d26b308 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -praw==7.7.0 -requests==2.25.1 +praw==7.7.1 +requests==2.31.0 tabulate==0.9.0 +pytz==2023.3.post1 \ No newline at end of file