1
0
Fork 0

Fix missing python-jose package

Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
spacecruft
Alfredos-Panagiotis Damkalis 2022-04-19 23:50:46 +03:00
parent 7ae859baea
commit e5c0f03339
3 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Faker==13.3.4
filelock==3.6.0
iniconfig==1.1.1
mock==4.0.3
platformdirs==2.5.1
platformdirs==2.5.2
pluggy==1.0.0
py==1.11.0
pytest==7.1.1

View File

@ -38,6 +38,7 @@ django-widget-tweaks==1.4.12
djangorestframework==3.13.1
dnspython==1.16.0
drf-spectacular==0.22.0
ecdsa==0.17.0
enum34==1.1.10
eventlet==0.30.2
fontawesomefree==6.1.1
@ -64,6 +65,7 @@ oauthlib==3.2.0
packaging==21.3
Pillow==9.1.0
prompt-toolkit==3.0.29
pyasn1==0.4.8
pycparser==2.21
PyJWT==2.3.0
PyLD==2.0.3
@ -72,6 +74,7 @@ pyrsistent==0.18.1
python-dateutil==2.8.2
python-decouple==3.6
python-dotenv==0.20.0
python-jose==3.3.0
python3-openid==3.2.0
pytz==2022.1
PyYAML==6.0
@ -82,6 +85,7 @@ Represent==1.6.0.post0
requests==2.27.1
requests-oauthlib==1.3.1
rjsmin==1.2.0
rsa==4.8
rush==2021.4.0
satellitetle==0.12.0
satnogs-decoders~=1.0

View File

@ -50,6 +50,8 @@ install_requires =
django-avatar @ git+https://github.com/ntoll/django-avatar@68340e8ac603401cfbf05b71bd3f6ad6232fe66c
django-crispy-forms~=1.14.0
social-auth-app-django~=5.0.0
# Needed by Auth0, https://auth0.com/blog/django-authentication/#Adding-Authentication
python-jose[cryptography]~=3.3.0
# Static
# pinning until https://github.com/django-compressor/django-compressor/pull/1107 is released
django_compressor @ git+https://github.com/django-compressor/django-compressor.git@00910e0bd5295044befacdad7b88249ec7bbf142