Dependencies upgrade

https://pypi.python.org/pypi/pyOpenSSL : fix memory leak
http://lxml.de/4.1/changes-4.1.1.html : speed improvement
This commit is contained in:
Alexandre Flament 2017-11-22 15:17:23 +01:00 committed by GitHub
parent e766939440
commit 13216b6706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
certifi==2017.7.27.1
certifi==2017.11.5
flask==0.12.2
flask-babel==0.11.2
lxml==3.8.0
lxml==4.1.1
idna==2.5
pygments==2.1.3
pyopenssl==17.2.0
pyopenssl==17.4.0
python-dateutil==2.6.1
pyyaml==3.12
requests[socks]==2.18.4