Skip to content

Commit e7d6784

Browse files
committed
fix diff-match-patch req
2 parents 9f26f85 + ba832d0 commit e7d6784

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ six==1.11.0
66
urllib3==1.24.2
77
Pypubsub==4.0.3
88
python-socketio==4.4.0
9+
diff-match-patch==20181111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setuptools.setup(
2020
name="cryptomarket",
21-
version="1.0.1",
21+
version="1.0.2",
2222
packages=setuptools.find_packages(),
2323
include_package_data=True,
2424
description="CryptoMarket API client library",

0 commit comments

Comments
 (0)