1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-10-31 19:44:16 +00:00

resolve dependency problem with markdown

This commit is contained in:
catborise 2022-11-03 12:31:00 +03:00
parent 31b029847f
commit 1348679997

View file

@ -1,8 +1,8 @@
Django==3.2.16
Django>=3.2
django_bootstrap5==22.1
django-icons==22.1
django-login-required-middleware==0.9.0
django-otp==1.1.3
django-icons==22.1
django-qr-code==3.1.1
gunicorn==20.1.0
libsass==0.21.0
@ -19,4 +19,4 @@ eventlet==0.33.1
djangorestframework==3.14.0
drf-nested-routers==0.93.4
drf-yasg==1.21.4
markdown==3.4.1
markdown>=3.4.1