mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
update django 2.2.10 to 2.2.12
This commit is contained in:
parent
9926edf208
commit
f9b837841c
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
env:
|
env:
|
||||||
- DJANGO=2.2.10
|
- DJANGO=2.2.12
|
||||||
install:
|
install:
|
||||||
- pip install -r dev/requirements.txt
|
- pip install -r dev/requirements.txt
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Django==2.2.10
|
Django==2.2.12
|
||||||
websockify==0.9.0
|
websockify==0.9.0
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
lxml==4.5.0
|
lxml==4.5.0
|
||||||
|
|
Loading…
Reference in a new issue