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. 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