Skip to content

Commit

Permalink
Merge branch 'development' into portal-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof authored Jan 8, 2025
2 parents 25f0ec5 + 085973d commit 3f2f0b2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
python-irodsclient==2.2.0
Flask==3.0.2
flask-session==0.6.0
Flask-WTF==1.2.1
python-irodsclient==3.0.0
Flask==3.1.0
flask-session==0.8.0
Flask-WTF==1.2.2
Flask-Caching==2.3.0
redis==5.2.0
mod-wsgi==5.0.0
pyjwt[crypto]==2.8.0
requests==2.32.0
mod-wsgi==5.0.2
pyjwt[crypto]==2.10.1
requests==2.32.3
opensearch-py==1.0.0
irods-avu-json==2.2.0
MarkupSafe==2.1.5
python-magic==0.4.27
Werkzeug==3.0.6
psutil==6.0.0
humanize==4.10.0
Werkzeug==3.1.3
psutil==6.1.1
humanize==4.11.0

0 comments on commit 3f2f0b2

Please sign in to comment.