added requirements

This commit is contained in:
2025-01-22 12:17:30 +02:00
parent 060956fe99
commit 9f63572e5e
2 changed files with 22 additions and 1 deletions

View File

@@ -8,4 +8,8 @@ pip install flask-login flask-bcrypt
python3 setup.py sdist
python3 setup.py bdist_wheel flask
python3 setup.py bdist_wheel flask
for installing all the requirements
pip install -r requirements.txt