In running pip install -r requirements.txt, I receive the error flask 2.2.2 requires Werkzeug>=2.2.2, but you'll have werkzeug 2.0.2 which is incompatible., which prevents me from running the application as my Flask version is incompatible with the Werkzeug version.
I think either a Flask version should be present in the requirements.txt, or the Werkzeug version should be updated to 2.2.2 (which also requires MarkupSafe>=2.1.1).
The names and tabulate modules are the only other requirements not currently present in requirements.txt. I don't think it would hurt to add these. names is required for running the app, tabulate is not required until you start the game.
It might be helpful to note that you need to cd into the newly cloned repo before trying to run requirements.txt
"administrator" is spelled "adminitator" in Running the game
In running
pip install -r requirements.txt
, I receive the errorflask 2.2.2 requires Werkzeug>=2.2.2, but you'll have werkzeug 2.0.2 which is incompatible.
, which prevents me from running the application as my Flask version is incompatible with the Werkzeug version.I think either a Flask version should be present in the requirements.txt, or the Werkzeug version should be updated to 2.2.2 (which also requires MarkupSafe>=2.1.1).
The
names
andtabulate
modules are the only other requirements not currently present in requirements.txt. I don't think it would hurt to add these. names is required for running the app, tabulate is not required until you start the game.It might be helpful to note that you need to cd into the newly cloned repo before trying to run requirements.txt
"administrator" is spelled "adminitator" in
Running the game