Add back requirements-pi.txt file and put it into .pyup.yml
This commit is contained in:
parent
e7c8e62d75
commit
c35e5ca7dd
@ -22,6 +22,7 @@ requirements:
|
|||||||
- requirements.txt
|
- requirements.txt
|
||||||
- requirements-dev.txt
|
- requirements-dev.txt
|
||||||
- requirements-plot.txt
|
- requirements-plot.txt
|
||||||
|
- requirements-pi.txt
|
||||||
|
|
||||||
|
|
||||||
# configure the branch prefix the bot is using
|
# configure the branch prefix the bot is using
|
||||||
|
23
requirements-pi.txt
Normal file
23
requirements-pi.txt
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
ccxt==1.18.353
|
||||||
|
SQLAlchemy==1.3.1
|
||||||
|
python-telegram-bot==11.1.0
|
||||||
|
arrow==0.13.1
|
||||||
|
cachetools==3.1.0
|
||||||
|
requests==2.21.0
|
||||||
|
urllib3==1.24.1
|
||||||
|
wrapt==1.11.1
|
||||||
|
scikit-learn==0.20.3
|
||||||
|
joblib==0.13.2
|
||||||
|
jsonschema==3.0.1
|
||||||
|
TA-Lib==0.4.17
|
||||||
|
tabulate==0.8.3
|
||||||
|
coinmarketcap==5.0.3
|
||||||
|
|
||||||
|
# Required for hyperopt
|
||||||
|
scikit-optimize==0.5.2
|
||||||
|
|
||||||
|
# find first, C search in arrays
|
||||||
|
py_find_1st==1.1.3
|
||||||
|
|
||||||
|
#Load ticker files 30% faster
|
||||||
|
python-rapidjson==0.7.0
|
Loading…
Reference in New Issue
Block a user