1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 23:25:24 +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:
catborise 2019-12-18 09:04:50 +03:00
parent dd16a5b2d5
commit 8df71efdca
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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