Skip to content

Commit 24dcc5e

Browse files
committed
fix gdax requirement
1 parent 645f6e2 commit 24dcc5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@
3131
- $ pip3 install pyhodl # via pip\n\
3232
\n\
3333
Questions and issues\n\n\
34-
The Github issue tracker is only for bug reports and feature requests.\n\
35-
License: Apache License Version 2.0, January 2004"
34+
The Github issue tracker is only for bug reports and feature requests."
35+
36+
VERSION = open("VERSION").readlines()[0]
37+
VERSION_NUMBER = VERSION.split(" ")[0]
3638

3739
setup(
3840
name="pyhodl",
39-
version="0.2.8",
41+
version=VERSION_NUMBER,
4042
author="sirfoga",
4143
author_email="[email protected]",
4244
description=LITTLE_DESCRIPTION,
@@ -54,8 +56,6 @@
5456
"pandas",
5557
"coinbase",
5658
"python-binance",
57-
# "gdax", # todo include
58-
# "ccxt",
5959
"pytz",
6060
"ciso8601",
6161
"scipy",

0 commit comments

Comments
 (0)