Skip to content

Commit 2bd54e1

Browse files
committed
setup fixes
1 parent 34625c6 commit 2bd54e1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Grapple
22
=======
33

4-
.. image:: https://travis-ci.org/tensorjack/grapple.svg?branch=master
5-
:target: https://travis-ci.org/tensorjack/grapple
6-
74
Download the Ripple ledger from rippled.
85

96
Grapple extracts the ledger from rippled via websocket. It starts at the current ledger index, and walks backwards until it reaches the genesis ledger. The genesis ledger index is set by default to 152370, but is adjustable.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
url="https://github.com/tensorjack/grapple",
1717
download_url = 'https://github.com/tensorjack/grapple/tarball/0.1',
1818
packages=["grapple"],
19-
install_requires=["psycopg2", "requests", "websocket", "numpy", "pandas"],
19+
install_requires=["psycopg2", "websocket-client", "numpy", "pandas"],
2020
keywords = ["ripple", "rippled", "ledger", "download", "data"]
2121
)

0 commit comments

Comments
 (0)