mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 15:45:23 +00:00
Update django requirement 1.11.23 -> 1.11.26, update libvirt-api: 5.3 -> 5.10 and lxml
This commit is contained in:
parent
dd16a5b2d5
commit
8df71efdca
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.11.23
|
- DJANGO=1.11.26
|
||||||
install:
|
install:
|
||||||
- pip install -r dev/requirements.txt
|
- pip install -r dev/requirements.txt
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Django==1.11.25
|
Django==1.11.26
|
||||||
websockify==0.9.0
|
websockify==0.9.0
|
||||||
gunicorn==19.9.0
|
gunicorn==19.9.0
|
||||||
lxml==4.2.5
|
lxml==4.4.2
|
||||||
libvirt-python==5.3.0
|
libvirt-python==5.10.0
|
||||||
pytz
|
pytz
|
||||||
rwlock
|
rwlock
|
||||||
|
|
Loading…
Reference in a new issue