Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cffi==1.16.0
# pynacl
charset-normalizer==3.3.2
# via requests
cryptography==42.0.3
cryptography==42.0.4
# via
# azure-identity
# azure-storage-blob
Expand Down Expand Up @@ -184,6 +184,7 @@ pyjwt[crypto]==2.8.0
# via
# msal
# pygithub
# pyjwt
pynacl==1.5.0
# via pygithub
pytz==2024.1
Expand Down Expand Up @@ -227,7 +228,9 @@ sqlparse==0.4.4
standardjson==0.3.1
# via django-prettyjson
tablib[html,ods,xls,xlsx,yaml]==3.5.0
# via django-import-export
# via
# django-import-export
# tablib
telepath==0.3.1
# via wagtail
typing-extensions==4.9.0
Expand Down
8 changes: 6 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ charset-normalizer==3.3.2
# via
# -r requirements.txt
# requests
cryptography==42.0.3
cryptography==42.0.4
# via
# -r requirements.txt
# azure-identity
Expand Down Expand Up @@ -138,7 +138,9 @@ django-prettyjson==0.4.1
django-recaptcha3==0.4.0
# via -r requirements.txt
django-storages[azure]==1.14.2
# via -r requirements.txt
# via
# -r requirements.txt
# django-storages
django-taggit==3.1.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -313,6 +315,7 @@ pyjwt[crypto]==2.8.0
# -r requirements.txt
# msal
# pygithub
# pyjwt
pylint==2.4.4
# via
# -r requirements_dev.in
Expand Down Expand Up @@ -422,6 +425,7 @@ tablib[html,ods,xls,xlsx,yaml]==3.5.0
# via
# -r requirements.txt
# django-import-export
# tablib
telepath==0.3.1
# via
# -r requirements.txt
Expand Down