Skip to content

Commit

Permalink
update versions, bump to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Pellerin committed Mar 15, 2021
1 parent f63f99c commit d72e7af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions requirements-1.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d72e7af

Please sign in to comment.