1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-07-12 14:35:42 +00:00

Compare commits

..

No commits in common. "75ee073ed41ae6d1b002c7f62d4f089e5a75984e" and "4d1e9cedc234e12f5616926f8d39592f4ee81687" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Django==3.2.18 Django==3.2.17
django_bootstrap5==22.2 django_bootstrap5==22.2
django-login-required-middleware==0.9.0 django-login-required-middleware==0.9.0
django-otp==1.1.4 django-otp==1.1.4
@ -11,12 +11,12 @@ lxml==4.9.2
qrcode==7.4.2 qrcode==7.4.2
rwlock==0.0.7 rwlock==0.0.7
websockify==0.10.0 websockify==0.10.0
zipp==3.13.0 zipp==3.11.0
ldap3==2.9.1 ldap3==2.9.1
python-engineio==4.3.4 python-engineio==4.3.4
python-socketio==5.7.2 python-socketio==5.7.2
eventlet==0.33.3 eventlet==0.33.3
djangorestframework==3.14.0 djangorestframework==3.14.0
drf-nested-routers==0.93.4 drf-nested-routers==0.93.4
drf-yasg==1.21.5 drf-yasg==1.21.4
markdown>=3.4.1 markdown>=3.4.1

View file

@ -3,6 +3,6 @@ coverage==7.1.0
django-debug-toolbar==3.8.1 django-debug-toolbar==3.8.1
pycodestyle==2.10.0 pycodestyle==2.10.0
pyflakes==3.0.1 pyflakes==3.0.1
pylint==2.16.2 pylint==2.16.1
yapf==0.32.0 yapf==0.32.0
black black