Skip to content

Commit 3d8fc53

Browse files
committed
updates to dependencies
1 parent a9216be commit 3d8fc53

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

app/visuleo_port/settings/extra.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from django.utils.translation import gettext_lazy as _
66

77
EXTRA_MIDDLEWARE = [
8-
"whitenoise.middleware.WhiteNoiseMiddleware",
98
"allauth.account.middleware.AccountMiddleware",
109
"app.dj_apps.users.middlewares.UserTracingMiddleware",
1110
]

requirements/common.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ python-dotenv==1.0.1
2121
python3-openid==3.2.0
2222
redis==5.2.1
2323
requests-oauthlib==2.0.0
24-
whitenoise==6.8.2

requirements/prod.txt

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,18 @@
1-
backports.tarfile==1.2.0
21
boto3==1.36.4
2+
celery==5.4.0
33
Django==5.1.5
4+
django-widget-tweaks==1.5.0
45
django-allauth==65.3.1
56
django-filter==24.3
67
django-unfold==0.43.0
78
django-storages==1.14.4
89
django-passkeys==1.2.7
9-
inflect==7.0.0
10-
inflection==0.5.1
10+
jwt==1.3.1
1111
mangum==0.19.0
12-
oslo.db==17.1.0
13-
oslo.reports==3.5.0
14-
oslo.upgradecheck==2.4.0
15-
oslo.versionedobjects==3.5.0
1612
pecan==1.5.1
17-
jwt==1.3.1
18-
whitenoise==6.8.2
1913
psycopg2-binary==2.9.10
2014
python-dotenv==1.0.1
21-
python-barbicanclient==7.0.0
22-
python-glanceclient==4.7.0
23-
python-heatclient==4.1.0
24-
python-novaclient==18.8.0
25-
python-octaviaclient==3.9.0
2615
pillow==11.0.0
27-
supervisor==4.2.5
28-
taskflow==5.10.0
16+
requests==2.32.3
17+
slippers==0.6.2
2918
uritemplate==4.1.1
30-
wsme==0.12.1

0 commit comments

Comments
 (0)