We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ff0b3 commit 8adf705Copy full SHA for 8adf705
setup.py
@@ -7,7 +7,7 @@
7
from distutils.core import setup
8
9
setup(name='python-loklak-api',
10
- version='1.6',
+ version='1.7',
11
description="Python API for loklak, Anonymous distributed P2P Systems.",
12
author='Sudheesh Singanamalla',
13
author_email='sudheesh95@gmail.com',
@@ -27,7 +27,8 @@
27
install_requires=[
28
"asyncoro==3.5",
29
"requests==2.8.1",
30
- "wsgiref==0.1.2"
+ "wsgiref==0.1.2",
31
+ "xmljson==0.1.6"
32
],
33
zip_safe=False,
34
download_url='https://github.com/loklak/loklak_api_python',
0 commit comments