Skip to content

Commit

Permalink
api: update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
codereverser committed Aug 23, 2022
1 parent 13104e1 commit c42c4ab
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
casparser[mupdf]
celery==5.2.0rc1
Django==3.2.8
django-celery-beat==2.2.1
django-celery-results==2.2.0
casparser[mupdf]==0.5.5
celery==5.2.7
Django==4.1
django-celery-beat==2.3.0
django-celery-results==2.4.0
django-click>=2.3.0
django-environ==0.8.1
django-import-export==2.6.1
django-redis==5.0.0
djangorestframework==3.12.4
djangorestframework-simplejwt==5.0.0
django-environ==0.9.0
django-import-export==2.8.0
django-redis==5.2.0
djangorestframework==3.13.1
djangorestframework-simplejwt==5.2.0
gunicorn==20.1.0
lxml
numpy
Expand All @@ -17,8 +17,8 @@ psycopg2
python-dateutil>=2.8.1
pytz>=2021.1
quandl==3.6.1
redis==3.5.3
requests==2.26.0
sentry-sdk==1.4.3
tablib[pandas]==3.0.0
xirr==0.1.6
redis==4.3.4
requests==2.28.1
sentry-sdk==1.9.5
tablib[pandas]==3.2.1
xirr==0.1.8

0 comments on commit c42c4ab

Please sign in to comment.