Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Flask/flogger/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Flask-WTF==0.14.2 (Manage HTML Forms)
# Flask-Markdown==0.3 (Text input standard)
# python-slugify==2.0.1 (Standard compliant urls from text inputs)
# Pillow==6.2.1 (Resize and convent images)
# Pillow==9.0.1 (Resize and convent images)
alembic==1.0.7
Click==7.0
Flask==1.0.2
Expand All @@ -17,7 +17,7 @@ Jinja2==2.10
Mako==1.0.7
Markdown==3.0.1
MarkupSafe==1.1.1
Pillow==6.2.1
Pillow==9.0.1
PyMySQL==0.9.3
python-dateutil==2.8.0
python-dotenv==0.10.1
Expand Down