Skip to content

Commit

Permalink
Specify dependency on PyJWT
Browse files Browse the repository at this point in the history
  • Loading branch information
istride committed Jul 31, 2023
1 parent 53e4c02 commit a72ed1c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
8 changes: 4 additions & 4 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --generate-hashes --output-file=/app/requirements.dev.txt --resolver=backtracking /app/requirements.dev.in
# pip-compile --generate-hashes --output-file=/app/requirements.dev.txt /app/requirements.dev.in
#
amqp==5.1.1 \
--hash=sha256:2c1b13fecc0893e946c65cbd5f36427861cffa4ea2201d8f6fca22e2a373b5e2 \
Expand Down Expand Up @@ -903,9 +903,9 @@ pycparser==2.21 \
# via
# -r /app/requirements.txt
# cffi
pyjwt[crypto]==2.7.0 \
--hash=sha256:ba2b425b15ad5ef12f200dc67dd56af4e26de2331f965c5439994dad075876e1 \
--hash=sha256:bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074
pyjwt[crypto]==2.8.0 \
--hash=sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de \
--hash=sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320
# via
# -r /app/requirements.txt
# django-allauth
Expand Down
5 changes: 3 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Markdown==3.3.7
cairosvg==2.7.0
django-allauth~=0.44
django-comments-xtd==2.9.*
Expand All @@ -16,10 +17,11 @@ djangorestframework-simplejwt==5.0.0
djangorestframework~=3.13.1
drf-yasg~=1.21.3
elasticsearch~=7.16
https://github.com/IDEMSInternational/wagtail-transfer/archive/408edb5d432ac72dc2727a1847e0f294b8d6efa6.zip#egg=wagtail-transfer
libsass==0.21.*
lxml==4.8.*
Markdown==3.3.7
psycopg2==2.8.*
PyJWT~=2.8.0
redis~=3.0
tqdm==4.62.*
wagtail-cache~=1.2.1
Expand All @@ -30,4 +32,3 @@ wagtailmedia==0.10.*
wagtailmenus==3.1.3
wagtailsvg==0.0.14
whitenoise==5.2.*
https://github.com/IDEMSInternational/wagtail-transfer/archive/408edb5d432ac72dc2727a1847e0f294b8d6efa6.zip#egg=wagtail-transfer
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --generate-hashes --output-file=/app/requirements.txt --resolver=backtracking /app/requirements.in
# pip-compile --generate-hashes --output-file=/app/requirements.txt /app/requirements.in
#
amqp==5.1.1 \
--hash=sha256:2c1b13fecc0893e946c65cbd5f36427861cffa4ea2201d8f6fca22e2a373b5e2 \
Expand Down Expand Up @@ -701,10 +701,11 @@ pycparser==2.21 \
--hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 \
--hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
# via cffi
pyjwt[crypto]==2.7.0 \
--hash=sha256:ba2b425b15ad5ef12f200dc67dd56af4e26de2331f965c5439994dad075876e1 \
--hash=sha256:bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074
pyjwt[crypto]==2.8.0 \
--hash=sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de \
--hash=sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320
# via
# -r /app/requirements.in
# django-allauth
# djangorestframework-simplejwt
python-dateutil==2.8.2 \
Expand Down

0 comments on commit a72ed1c

Please sign in to comment.