Skip to content

Commit

Permalink
added certifi as main requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
davidu1975 committed Aug 14, 2023
1 parent 1f9338e commit 4dd67e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ w3lib==1.22
notifications-python-client==6.3.*
num2words==0.5.10
pycountry==19.8.18
elastic-apm==6.18.*
elastic-apm>6.0
gevent==22.10.*
psycogreen==1.0.2
wagtailmedia==0.14.*
cryptography==41.*
oauthlib==3.2.*
drf-spectacular
certifi==2023.7.22
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ celery[redis]==5.3.1
# django-celery-beat
certifi==2023.7.22
# via
# -r requirements.in
# elastic-apm
# requests
# sentry-sdk
Expand Down Expand Up @@ -289,15 +290,15 @@ vine==5.0.0
# amqp
# celery
# kombu
w3lib==1.22.0
w3lib==1.22
# via -r requirements.in
wagtail==4.1.5
# via
# -r requirements.in
# wagtail-markdown
# wagtail-modeltranslation
# wagtailmedia
wagtail-markdown==0.11.0
wagtail-markdown==0.11
# via -r requirements.in
wagtail-modeltranslation==0.13.0
# via -r requirements.in
Expand Down
7 changes: 4 additions & 3 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ celery[redis]==5.3.1
# django-celery-beat
certifi==2023.7.22
# via
# -r requirements.in
# elastic-apm
# requests
# sentry-sdk
Expand Down Expand Up @@ -164,7 +165,7 @@ elastic-apm==6.18.0
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
factory-boy==2.12.0
# via
Expand Down Expand Up @@ -376,7 +377,7 @@ vine==5.0.0
# amqp
# celery
# kombu
w3lib==1.22.0
w3lib==1.22
# via -r requirements.in
wagtail==4.1.5
# via
Expand All @@ -387,7 +388,7 @@ wagtail==4.1.5
# wagtailmedia
wagtail-factories==2.0.1
# via -r requirements_test.in
wagtail-markdown==0.11.0
wagtail-markdown==0.11
# via -r requirements.in
wagtail-modeltranslation==0.13.0
# via -r requirements.in
Expand Down

0 comments on commit 4dd67e5

Please sign in to comment.