mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-29 19:00:00 +00:00
Added pip packages and added it to readme
- Flask-WTF - pillow - WTForms
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user