Skip to content

Commit

Permalink
#17 setup.py was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 committed Jan 2, 2023
1 parent 73d1cd2 commit 2be5ca8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@
"statistics",
"testing",
"testdata",
"OHLCV",
"generator",
],

tests_require=[
"pytest >= 6.2.2",
"requests >= 2.25.1" # Apache-2.0 license
"requests >= 2.25.1", # Apache-2.0 license
"pandas >= 1.5.2",
"bokeh >= 3.0.3",
"bkcharts >= 0.2",
Expand All @@ -88,7 +90,7 @@
],

install_requires=[
"requests >= 2.25.1" # Apache-2.0 license
"requests >= 2.25.1", # Apache-2.0 license
"pandas >= 1.5.2",
"bokeh >= 3.0.3",
"bkcharts >= 0.2",
Expand All @@ -110,5 +112,6 @@
},

include_package_data=True,

zip_safe=True,
)

0 comments on commit 2be5ca8

Please sign in to comment.