diff --git a/requirements-1.3.txt b/requirements-1.3.txt index 935065ed..eb404536 100644 --- a/requirements-1.3.txt +++ b/requirements-1.3.txt @@ -5,7 +5,7 @@ Babel==2.1.1 backports.shutil-get-terminal-size==1.0.0 backports.ssl-match-hostname==3.5.0.1 beautifulsoup4==4.6.0 -bleach==1.2.2 +bleach==3.3.0 bs4==0.0.1 cached-property==1.3.0 celery==2.5.3 @@ -54,7 +54,7 @@ funcsigs==0.4 functools32==3.2.3.post2 funcy==1.2 gdata==2.0.18 -html5lib==0.95 +html5lib==1.1 httplib2==0.8 ipaddress==1.0.17 ipython==5.1.0 @@ -74,7 +74,6 @@ mailer==0.7 Mako==0.7.0 Markdown==2.1.1 MarkupSafe==0.15 -mercurial==3.1.2 mock==1.0.1 monotonic==0.5 msgpack-python==0.4.6 @@ -84,7 +83,6 @@ mysqlclient NavAdd==0.1.1 netaddr==0.7.18 netifaces==0.10.4 -numpy==1.6.2 oauth==1.0.1 oauth2==1.5.211 oauthlib==0.6.0 @@ -94,10 +92,9 @@ oslo.serialization==2.2.0 oslo.utils==3.3.0 paramiko==1.10.1 pathlib2==2.1.0 -pbr==1.8.1 pexpect==4.2.1 pickleshare==0.7.4 -Pillow==2.3.0 +Pillow==2.4.0 prettytable==0.7.2 prompt-toolkit==1.0.7 pycosat==0.6.1 @@ -106,7 +103,7 @@ pydot==1.0.28 pygit==0.1 Pygments==2.1.3 pylint==0.25.1 -pyparsing==1.5.6 +pyparsing==2.0.2 pyPdf==1.13 python-dateutil==1.5 #python-ebml==0.2 @@ -120,7 +117,7 @@ pyxdg==0.19 PyYAML==3.12 pyzmq==13.1.0 redis==2.10.3 -reportlab==2.7 +reportlab==3.3.0 requests==2.11.1 requests-oauthlib==0.3.3 scipy==0.10.1 diff --git a/setup.py b/setup.py index 7c7f0c21..0f6443ac 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '1.1', + version = '1.3', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS,