diff --git a/requirements.dev.txt b/requirements.dev.txt index 0c807c9e9..83ad563e4 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -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 \ @@ -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 diff --git a/requirements.in b/requirements.in index 662eb2005..1d2948065 100644 --- a/requirements.in +++ b/requirements.in @@ -1,3 +1,4 @@ +Markdown==3.3.7 cairosvg==2.7.0 django-allauth~=0.44 django-comments-xtd==2.9.* @@ -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 @@ -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 diff --git a/requirements.txt b/requirements.txt index ccc48ada0..0a4b74624 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ @@ -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 \