2
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Luca 0dd2c8f31a style: add .editorconfig
continuous-integration/drone/push Build is failing Details
2024-05-03 23:35:07 +02:00
Luca 59644b7b4b chore: update dependencies 2024-05-03 23:34:16 +02:00
2 changed files with 21 additions and 15 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
root = true
[*.html]
indent_size = 4
indent_style = space

View File

@ -1,9 +1,9 @@
amqp==5.1.1
asgiref==3.5.0
asgiref==3.8.1
async-timeout==4.0.2
beautifulsoup4==4.12.2
billiard==3.6.4.0
celery==5.2.6
beautifulsoup4==4.12.3
billiard==4.2.0
celery==5.4.0
certifi==2021.10.8
charset-normalizer==2.0.12
click==8.1.2
@ -11,30 +11,31 @@ click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.2.0
Deprecated==1.2.13
Django==4.0.4
django-dynamic-preferences==1.15.0
django-phonenumber-field==6.1.0
icalendar==4.0.9
Django==5.0.4
django-dynamic-preferences==1.16.0
django-phonenumber-field==7.3.0
icalendar==5.0.12
idna==3.3
kombu==5.2.4
kombu==5.3.7
packaging==21.3
persisting-theory==1.0
phonenumbers==8.12.47
prompt-toolkit==3.0.29
psycopg2-binary==2.9.3
psycopg2-binary==2.9.9
pyparsing==3.0.8
pypng==0.20220715.0
python-dateutil==2.8.2
pytz==2022.1
qrcode==7.4.2
redis==4.2.2
requests==2.27.1
sentry-sdk==1.5.10
redis==5.0.4
requests==2.31.0
sentry-sdk==2.0.1
six==1.16.0
soupsieve==2.4.1
sqlparse==0.4.2
typing_extensions==4.5.0
urllib3==1.26.9
vine==5.0.0
tzdata==2024.1
urllib3==2.2.1
vine==5.1.0
wcwidth==0.2.5
wrapt==1.14.0