Added pip packages and added it to readme

- Flask-WTF
- pillow
- WTForms
This commit is contained in:
2025-03-24 09:44:39 +01:00
parent 028e550db6
commit 6ac14893aa
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
# WebTech # Updating requirements.txt
pip freeze > requirements.txt
# Installing required packages
python -m venv venv python -m venv venv
pip install -r requirements.txt pip install -r requirements.txt

View File

@@ -2,7 +2,10 @@ blinker==1.9.0
click==8.1.8 click==8.1.8
colorama==0.4.6 colorama==0.4.6
Flask==3.1.0 Flask==3.1.0
Flask-WTF==1.2.2
itsdangerous==2.2.0 itsdangerous==2.2.0
Jinja2==3.1.6 Jinja2==3.1.6
MarkupSafe==3.0.2 MarkupSafe==3.0.2
pillow==11.0.0
Werkzeug==3.1.3 Werkzeug==3.1.3
WTForms==3.2.1