Skip to content

Commit

Permalink
[REMOVE BEFORE MERGE] More dependency mucking
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu authored Oct 2, 2023
1 parent eda42d7 commit 3aa541f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Flask-Mail==0.9.1
flask-session2==1.3.1
flask-session2==1.3.1 # Causing issues with Flask==3.0.0
Flask-WTF>=1.2.1
Flask==3.0.0
Werkzeug==3.0.0
cs50==9.2.6
cs50==9.2.6 # Causing issues with modern SQLAlchemy
SQLAlchemy==1.4.49 # Just to make CS50 work
pyjwt>=2.8.0
requests>=2.31.0
sqlalchemy<3.0

0 comments on commit 3aa541f

Please sign in to comment.