CineManagerDB
CineManagerDB copied to clipboard
Missing requirements.txt file
From the Project report and manual document I found these packages that needed to be installed.
pip install mysql-connector
pip install flask
So yeah a requirements.txt file would be like this, I guess:
mysql-connector
flask
I will double check thanks.