Skip to content

Commit d72e7af

Browse files
author
Guillaume Pellerin
committed
update versions, bump to 1.3
1 parent f63f99c commit d72e7af

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

requirements-1.3.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Babel==2.1.1
55
backports.shutil-get-terminal-size==1.0.0
66
backports.ssl-match-hostname==3.5.0.1
77
beautifulsoup4==4.6.0
8-
bleach==1.2.2
8+
bleach==3.3.0
99
bs4==0.0.1
1010
cached-property==1.3.0
1111
celery==2.5.3
@@ -54,7 +54,7 @@ funcsigs==0.4
5454
functools32==3.2.3.post2
5555
funcy==1.2
5656
gdata==2.0.18
57-
html5lib==0.95
57+
html5lib==1.1
5858
httplib2==0.8
5959
ipaddress==1.0.17
6060
ipython==5.1.0
@@ -74,7 +74,6 @@ mailer==0.7
7474
Mako==0.7.0
7575
Markdown==2.1.1
7676
MarkupSafe==0.15
77-
mercurial==3.1.2
7877
mock==1.0.1
7978
monotonic==0.5
8079
msgpack-python==0.4.6
@@ -84,7 +83,6 @@ mysqlclient
8483
NavAdd==0.1.1
8584
netaddr==0.7.18
8685
netifaces==0.10.4
87-
numpy==1.6.2
8886
oauth==1.0.1
8987
oauth2==1.5.211
9088
oauthlib==0.6.0
@@ -94,10 +92,9 @@ oslo.serialization==2.2.0
9492
oslo.utils==3.3.0
9593
paramiko==1.10.1
9694
pathlib2==2.1.0
97-
pbr==1.8.1
9895
pexpect==4.2.1
9996
pickleshare==0.7.4
100-
Pillow==2.3.0
97+
Pillow==2.4.0
10198
prettytable==0.7.2
10299
prompt-toolkit==1.0.7
103100
pycosat==0.6.1
@@ -106,7 +103,7 @@ pydot==1.0.28
106103
pygit==0.1
107104
Pygments==2.1.3
108105
pylint==0.25.1
109-
pyparsing==1.5.6
106+
pyparsing==2.0.2
110107
pyPdf==1.13
111108
python-dateutil==1.5
112109
#python-ebml==0.2
@@ -120,7 +117,7 @@ pyxdg==0.19
120117
PyYAML==3.12
121118
pyzmq==13.1.0
122119
redis==2.10.3
123-
reportlab==2.7
120+
reportlab==3.3.0
124121
requests==2.11.1
125122
requests-oauthlib==0.3.3
126123
scipy==0.10.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description = open('README.rst').read(),
1212
author = "Guillaume Pellerin",
1313
author_email = "[email protected]",
14-
version = '1.1',
14+
version = '1.3',
1515
platforms=['OS Independent'],
1616
license='CeCILL v2',
1717
classifiers = CLASSIFIERS,

0 commit comments

Comments
 (0)