Skip to content

Commit

Permalink
Update to the latest versions of the dependency modules
Browse files Browse the repository at this point in the history
  • Loading branch information
omololevy committed Jan 11, 2023
1 parent 965c063 commit 6468bd6
Showing 1 changed file with 33 additions and 26 deletions.
59 changes: 33 additions & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,40 @@
alembic==0.9.5
autopep8==1.5.7
blinker==1.4
click==6.7
dominate==2.3.1
Flask==0.12.2
alembic==1.9.1
autopep8==2.0.1
blinker==1.5
click==8.1.3
dnspython==2.2.1
dominate==2.7.0
email-validator==1.3.0
Flask==2.2.2
Flask-Bootstrap==3.3.7.1
Flask-Login==0.4.0
Flask-Login==0.6.2
Flask-Mail==0.9.1
Flask-Migrate==2.1.1
Flask-Script==2.0.5
Flask-Migrate==2.6.0
Flask-Reuploaded==1.3.0
Flask-Script==2.0.6
Flask-SimpleMDE==0.3.0
Flask-SQLAlchemy==2.2
Flask-SQLAlchemy==3.0.2
Flask-Uploads==0.2.1
Flask-WTF==0.14.2
gunicorn==19.7.1
itsdangerous==0.24
Jinja2==2.9.6
Mako==1.0.7
markdown2==2.4.1
MarkupSafe==1.1.0
psycopg2==2.9.1
pycodestyle==2.7.0
python-dateutil==2.6.1
python-editor==1.0.3
python-slugify==5.0.2
six==1.10.0
SQLAlchemy==1.1.13
Flask-WTF==1.0.1
greenlet==2.0.1
gunicorn==20.1.0
idna==3.4
itsdangerous==2.1.2
Jinja2==3.1.2
Mako==1.2.4
markdown2==2.4.6
MarkupSafe==2.1.1
psycopg2-binary==2.9.5
pycodestyle==2.10.0
python-dateutil==2.8.2
python-dotenv==0.21.0
python-editor==1.0.4
python-slugify==7.0.0
six==1.16.0
SQLAlchemy==1.4.46
text-unidecode==1.3
toml==0.10.2
tomli==2.0.1
visitor==0.1.3
Werkzeug==0.12.2
WTForms==2.1
Werkzeug==2.2.2
WTForms==3.0.1

0 comments on commit 6468bd6

Please sign in to comment.