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.
2 parents 9f26f85 + ba832d0 commit e7d6784Copy full SHA for e7d6784
requirements.txt
@@ -6,3 +6,4 @@ six==1.11.0
6
urllib3==1.24.2
7
Pypubsub==4.0.3
8
python-socketio==4.4.0
9
+diff-match-patch==20181111
setup.py
@@ -18,7 +18,7 @@
18
19
setuptools.setup(
20
name="cryptomarket",
21
- version="1.0.1",
+ version="1.0.2",
22
packages=setuptools.find_packages(),
23
include_package_data=True,
24
description="CryptoMarket API client library",
0 commit comments