Skip to content

Commit

Permalink
Fix deployments due to conflict with a few library versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun committed Apr 19, 2023
1 parent e0199b9 commit 4c444b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ opensearch-dsl==1.0.0
factory_boy
faker
html5lib==0.999999999
l18n==2021.3
ipython
jsonfield==2.0.2
jsonpatch==1.16
Expand All @@ -36,6 +37,7 @@ python-dateutil
sentry-sdk==1.1.0
redis==3.5.3
requests>=2.20.0
setuptools==67.6.1
six>=1.11.0
social-auth-app-django==3.1.0
robohash
Expand Down
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ jsonpointer==2.0
# via jsonpatch
kombu==5.2.3
# via celery
l18n==2018.5
# via wagtail
l18n==2021.3
# via
# -r requirements.in
# wagtail
matplotlib-inline==0.1.3
# via ipython
newrelic==6.0.1.155
Expand Down Expand Up @@ -222,7 +224,7 @@ python-dateutil==2.5.3
# opensearch-dsl
python3-openid==3.1.0
# via social-auth-core
pytz==2018.5
pytz==2023.3
# via
# celery
# django
Expand Down

0 comments on commit 4c444b4

Please sign in to comment.