Skip to content

Commit 8adf705

Browse files
committed
Readying for 1.7 release
1 parent 49ff0b3 commit 8adf705

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from distutils.core import setup
88

99
setup(name='python-loklak-api',
10-
version='1.6',
10+
version='1.7',
1111
description="Python API for loklak, Anonymous distributed P2P Systems.",
1212
author='Sudheesh Singanamalla',
1313
author_email='[email protected]',
@@ -27,7 +27,8 @@
2727
install_requires=[
2828
"asyncoro==3.5",
2929
"requests==2.8.1",
30-
"wsgiref==0.1.2"
30+
"wsgiref==0.1.2",
31+
"xmljson==0.1.6"
3132
],
3233
zip_safe=False,
3334
download_url='https://github.com/loklak/loklak_api_python',

0 commit comments

Comments
 (0)