Skip to content

Commit

Permalink
updates to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yokwejuste committed Jan 23, 2025
1 parent a9216be commit 3d8fc53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
1 change: 0 additions & 1 deletion app/visuleo_port/settings/extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from django.utils.translation import gettext_lazy as _

EXTRA_MIDDLEWARE = [
"whitenoise.middleware.WhiteNoiseMiddleware",
"allauth.account.middleware.AccountMiddleware",
"app.dj_apps.users.middlewares.UserTracingMiddleware",
]
Expand Down
1 change: 0 additions & 1 deletion requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ python-dotenv==1.0.1
python3-openid==3.2.0
redis==5.2.1
requests-oauthlib==2.0.0
whitenoise==6.8.2
22 changes: 5 additions & 17 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,18 @@
backports.tarfile==1.2.0
boto3==1.36.4
celery==5.4.0
Django==5.1.5
django-widget-tweaks==1.5.0
django-allauth==65.3.1
django-filter==24.3
django-unfold==0.43.0
django-storages==1.14.4
django-passkeys==1.2.7
inflect==7.0.0
inflection==0.5.1
jwt==1.3.1
mangum==0.19.0
oslo.db==17.1.0
oslo.reports==3.5.0
oslo.upgradecheck==2.4.0
oslo.versionedobjects==3.5.0
pecan==1.5.1
jwt==1.3.1
whitenoise==6.8.2
psycopg2-binary==2.9.10
python-dotenv==1.0.1
python-barbicanclient==7.0.0
python-glanceclient==4.7.0
python-heatclient==4.1.0
python-novaclient==18.8.0
python-octaviaclient==3.9.0
pillow==11.0.0
supervisor==4.2.5
taskflow==5.10.0
requests==2.32.3
slippers==0.6.2
uritemplate==4.1.1
wsme==0.12.1

0 comments on commit 3d8fc53

Please sign in to comment.