1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

appgenerator: forgot to add Flask-Bootstrap in requirements.txt earlier ... running pip freeze

This commit is contained in:
Alexandre Aubin 2023-11-09 18:13:34 +01:00 committed by Alexandre Aubin
parent 14e735a725
commit faab2b3953

View file

@ -1,9 +1,17 @@
blinker==1.6.3
cffi==1.16.0
click==8.1.7
dominate==2.8.0
Flask==3.0.0 Flask==3.0.0
Flask_Misaka==1.0.0 Flask-Bootstrap==3.3.7.1
Flask_WTF==1.2.1 Flask-Cors==4.0.0
Flask-Misaka==1.0.0
Flask-WTF==1.2.1
itsdangerous==2.1.2
Jinja2==3.1.2 Jinja2==3.1.2
MarkupSafe==2.1.3
misaka==2.1.1 misaka==2.1.1
pycparser==2.21
visitor==0.1.3
Werkzeug==3.0.0
WTForms==3.0.1 WTForms==3.0.1
flask_cors==4.0.0
werkzeug==3.0.0
markupsafe==2.1.3