From 3d020cbf1bbc7abe18a4403a14bc76cab14417cf Mon Sep 17 00:00:00 2001 From: blortle <144735570+blortle-dev@users.noreply.github.com> Date: Sat, 14 Dec 2024 22:54:58 -0700 Subject: [PATCH 1/2] Added requirements.txt file --- requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a99f678 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +beautifulsoup4==4.12.3 +bs4==0.0.2 +certifi==2024.12.14 +charset-normalizer==3.4.0 +idna==3.10 +requests==2.32.3 +soupsieve==2.6 +tabulate==0.9.0 +urllib3==2.2.3 From f243c89ce89a53e74d62e724fd9fae9dbd6ca19f Mon Sep 17 00:00:00 2001 From: blortle <144735570+blortle-dev@users.noreply.github.com> Date: Sat, 14 Dec 2024 22:55:50 -0700 Subject: [PATCH 2/2] Updated setup instructions to use requirements.txt --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b855e5f..406d416 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,7 @@ The Python modules `Beautiful Soup 4`, `Requests`, and `Tabulate` are required t If using pip, run the following: ``` -pip install bs4 -pip install requests -pip install tabulate -``` +pip install -r requirements.txt +``` Configure Team IDs and ASK_QUESTIONS before launching.