1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-08-25 13:49:59 +03:00

Fixed Django supported version for v3.6

v3.6 needs Django 3.2.19 (current LTS in fact), and was not correct on requirements.txt
This commit is contained in:
Adolfo Gómez
2023-07-27 01:00:33 +02:00
committed by GitHub
parent 84e3779188
commit 3cee557e3a

View File

@ -1,4 +1,4 @@
Django
Django==3.2.19
bitarray
html5lib
six