Skip to content

Commit

Permalink
Merge pull request #26 from enarjord/requirements.txt
Browse files Browse the repository at this point in the history
add Requirements.txt
  • Loading branch information
enarjord authored Mar 4, 2021
2 parents 45460ce + a594ace commit e19f558
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires python >= 3.8

dependencies, install with pip:

`python3 -m pip install matplotlib pandas websockets ccxt hjson numba`
`pip install -r requirements.txt`

discord

Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
websockets>=8.1
pandas>=1.2.2
ccxt>=1.42.18
numpy>=1.20.1
hjson>=3.0.2
numba>=0.52.0

0 comments on commit e19f558

Please sign in to comment.