Skip to content

Commit

Permalink
Merge pull request #52 from 007vedant/library_updates
Browse files Browse the repository at this point in the history
Updated requirements.txt
  • Loading branch information
jberkus authored Mar 16, 2022
2 parents 1052397 + de546e6 commit 12628c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Flask==1.1.2
python-dotenv==0.14.0
requests==2.24.0
pyyaml===5.3.1
authlib==0.15.2
SQLAlchemy==1.3.20
mysqlclient==2.0.1
psycopg2==2.9.1
markdown2==2.3.10
uwsgi==2.0.19.1
Flask-WTF==0.14.3
Flask>=2.0.3
python-dotenv>=0.19.2
requests>=2.27.1
PyYAML>=6.0
authlib>=0.15.5
SQLAlchemy>=1.4.32
mysqlclient>=2.1.0
psycopg2>=2.9.3
markdown2>=2.4.2
uwsgi>=2.0.20
Flask-WTF>=1.0.0
3 changes: 2 additions & 1 deletion test/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
meta
meta
*.db

0 comments on commit 12628c1

Please sign in to comment.