Skip to content

Commit

Permalink
Merge pull request #643 from catborise/master
Browse files Browse the repository at this point in the history
update requirements
  • Loading branch information
catborise committed Apr 29, 2024
2 parents 3f23acb + fc60819 commit 45be006
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
23 changes: 12 additions & 11 deletions conf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
Django==4.2.10
django_bootstrap5==23.4
Django==4.2.11
django_bootstrap5==24.2
django-bootstrap-icons==0.8.7
django-login-required-middleware==0.9.0
django-otp==1.3.0
django-otp==1.5.0
django-qr-code==4.0.1
django-auth-ldap==4.6.0
djangorestframework==3.14.0
django-auth-ldap==4.8.0
djangorestframework==3.15.1
drf-nested-routers==0.93.5
drf-yasg==1.21.7
eventlet==0.35.1
gunicorn==21.2.0
eventlet==0.36.1
gunicorn==22.0.0
libsass==0.23.0
libvirt-python==10.0.0
lxml==5.1.0
libvirt-python==10.2.0
lxml==5.2.1
ldap3==2.9.1
markdown>=3.4.1
#psycopg2-binary
python-engineio==4.9.0
python-socketio==5.11.1
python-socketio==5.11.2
qrcode==7.4.2
rwlock==0.0.7
tzdata
websockify==0.11.0
whitenoise==6.6.0
zipp==3.17.0
zipp==3.18.1
6 changes: 3 additions & 3 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-r ../conf/requirements.txt
coverage==7.4.1
coverage==7.5.0
django-debug-toolbar==4.3.0
django-debug-toolbar-template-profiler
pycodestyle==2.11.1
pyflakes==3.2.0
pylint==3.0.3
pylint==3.1.0
yapf==0.40.2
black==24.2.0
black==24.4.2

0 comments on commit 45be006

Please sign in to comment.