mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 15:15:22 +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:
|
||||
- "2.7"
|
||||
env:
|
||||
- DJANGO=1.11.23
|
||||
- DJANGO=1.11.26
|
||||
install:
|
||||
- pip install -r dev/requirements.txt
|
||||
script:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Django==1.11.25
|
||||
Django==1.11.26
|
||||
websockify==0.9.0
|
||||
gunicorn==19.9.0
|
||||
lxml==4.2.5
|
||||
libvirt-python==5.3.0
|
||||
lxml==4.4.2
|
||||
libvirt-python==5.10.0
|
||||
pytz
|
||||
rwlock
|
||||
|
|
Loading…
Reference in a new issue