1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 23:55:24 +00:00

Compare commits

..

2 commits

Author SHA1 Message Date
catborise
3d53f45f27
Merge pull request #656 from catborise/master
update requirements
2024-08-27 10:46:55 +03:00
catborise
24f751774b update requirements 2024-08-27 10:45:51 +03:00
2 changed files with 9 additions and 9 deletions

View file

@ -1,18 +1,18 @@
Django==4.2.14 Django==4.2.15
django_bootstrap5==24.2 django_bootstrap5==24.2
django-bootstrap-icons==0.9.0 django-bootstrap-icons==0.9.0
django-login-required-middleware==0.9.0 django-login-required-middleware==0.9.0
django-otp==1.5.0 django-otp==1.5.2
django-qr-code==4.1.0 django-qr-code==4.1.0
django-auth-ldap==4.8.0 django-auth-ldap==4.8.0
djangorestframework==3.15.2 djangorestframework==3.15.2
drf-nested-routers==0.94.1 drf-nested-routers==0.94.1
drf-yasg==1.21.7 drf-yasg==1.21.7
eventlet==0.36.1 eventlet==0.36.1
gunicorn==22.0.0 gunicorn==23.0.0
libsass==0.23.0 libsass==0.23.0
libvirt-python==10.5.0 libvirt-python==10.6.0
lxml==5.2.2 lxml==5.3.0
ldap3==2.9.1 ldap3==2.9.1
markdown==3.6 markdown==3.6
#psycopg2-binary #psycopg2-binary
@ -23,4 +23,4 @@ rwlock==0.0.7
tzdata tzdata
websockify==0.12.0 websockify==0.12.0
whitenoise==6.7.0 whitenoise==6.7.0
zipp==3.19.2 zipp==3.20.1

View file

@ -1,9 +1,9 @@
-r ../conf/requirements.txt -r ../conf/requirements.txt
coverage==7.6.0 coverage==7.6.1
django-debug-toolbar==4.4.6 django-debug-toolbar==4.4.6
django-debug-toolbar-template-profiler django-debug-toolbar-template-profiler
pycodestyle==2.12.0 pycodestyle==2.12.1
pyflakes==3.2.0 pyflakes==3.2.0
pylint==3.2.6 pylint==3.2.6
yapf==0.40.2 yapf==0.40.2
black==24.4.2 black==24.8.0