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:
parent
14e735a725
commit
faab2b3953
1 changed files with 13 additions and 5 deletions
|
@ -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_Misaka==1.0.0
|
||||
Flask_WTF==1.2.1
|
||||
Flask-Bootstrap==3.3.7.1
|
||||
Flask-Cors==4.0.0
|
||||
Flask-Misaka==1.0.0
|
||||
Flask-WTF==1.2.1
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.3
|
||||
misaka==2.1.1
|
||||
pycparser==2.21
|
||||
visitor==0.1.3
|
||||
Werkzeug==3.0.0
|
||||
WTForms==3.0.1
|
||||
flask_cors==4.0.0
|
||||
werkzeug==3.0.0
|
||||
markupsafe==2.1.3
|
||||
|
|
Loading…
Add table
Reference in a new issue