Skip to content

Commit

Permalink
adding flask cache to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ooemperor committed Jan 16, 2024
1 parent b906b89 commit 6663188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codeGrader/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ setuptools >=68.0.0
gunicorn >=21.2.0, <21.3
rpyc >=5.3, <5.4
flask_login >=0.6.2, <0.7
gevent >=23.9.1, <23.10
gevent >=23.9.1, <23.10
Flask_Caching >=2.1.0, <2.2.0

0 comments on commit 6663188

Please sign in to comment.