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

Merge pull request #508 from catborise/master

update reqs
This commit is contained in:
catborise 2022-06-27 11:35:10 +03:00 committed by GitHub
commit f620b88f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FROM phusion/baseimage:focal-1.1.0 FROM phusion/baseimage:jammy-1.0.0
EXPOSE 80 EXPOSE 80
EXPOSE 6080 EXPOSE 6080

View file

@ -1,13 +1,13 @@
Django==3.2.13 Django==3.2.13
django_bootstrap5==21.2 django_bootstrap5==21.2
django-icons==21.1 django-icons==21.1
django-login-required-middleware==0.7 django-login-required-middleware==0.8
django-otp==1.1.3 django-otp==1.1.3
django-qr-code==2.3.0 django-qr-code==2.3.0
gunicorn==20.1.0 gunicorn==20.1.0
libsass==0.21.0 libsass==0.21.0
libvirt-python==8.2.0 libvirt-python==8.4.0
lxml==4.8.0 lxml==4.9.0
qrcode==7.3.1 qrcode==7.3.1
rwlock==0.0.7 rwlock==0.0.7
websockify==0.10.0 websockify==0.10.0

View file

@ -111,7 +111,7 @@ __parse_version_string() {
# enough. # enough.
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
__sort_release_files() { __sort_release_files() {
KNOWN_RELEASE_FILES=$(echo "(arch|centos|debian|ubuntu|fedora|redhat|suse|\ KNOWN_RELEASE_FILES=$(echo "(arch|centos|almalinux|rocky|debian|ubuntu|fedora|redhat|suse|\
mandrake|mandriva|gentoo|slackware|turbolinux|unitedlinux|lsb|system|\ mandrake|mandriva|gentoo|slackware|turbolinux|unitedlinux|lsb|system|\
os)(-|_)(release|version)" | sed -r 's:[[:space:]]::g') os)(-|_)(release|version)" | sed -r 's:[[:space:]]::g')
primary_release_files="" primary_release_files=""
@ -208,6 +208,7 @@ __gather_linux_system_info() {
;; ;;
arch ) n="Arch Linux" ;; arch ) n="Arch Linux" ;;
centos ) n="CentOS" ;; centos ) n="CentOS" ;;
almalinux ) n="AlmaLinux" ;;
debian ) n="Debian" ;; debian ) n="Debian" ;;
ubuntu ) n="Ubuntu" ;; ubuntu ) n="Ubuntu" ;;
fedora ) n="Fedora" ;; fedora ) n="Fedora" ;;

View file

@ -3,5 +3,5 @@ coverage==6.2
django-debug-toolbar==3.2.4 django-debug-toolbar==3.2.4
pycodestyle==2.8.0 pycodestyle==2.8.0
pyflakes==2.4.0 pyflakes==2.4.0
pylint==2.13.7 pylint==2.13.9
yapf==0.32.0 yapf==0.32.0