mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-13 03:33:55 +00:00
Merge pull request #1798 from freqtrade/downgrade_urllib
Downgrade urllib3, cleanup requirements files
This commit is contained in:
commit
ef3b244c1a
|
@ -1,10 +1,12 @@
|
||||||
|
# requirements without requirements installable via conda
|
||||||
|
# mainly used for Raspberry pi installs
|
||||||
ccxt==1.18.489
|
ccxt==1.18.489
|
||||||
SQLAlchemy==1.3.3
|
SQLAlchemy==1.3.3
|
||||||
python-telegram-bot==11.1.0
|
python-telegram-bot==11.1.0
|
||||||
arrow==0.13.1
|
arrow==0.13.1
|
||||||
cachetools==3.1.0
|
cachetools==3.1.0
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
urllib3==1.25
|
urllib3==1.24.2 # pyup: ignore
|
||||||
wrapt==1.11.1
|
wrapt==1.11.1
|
||||||
scikit-learn==0.20.3
|
scikit-learn==0.20.3
|
||||||
joblib==0.13.2
|
joblib==0.13.2
|
||||||
|
@ -21,3 +23,6 @@ py_find_1st==1.1.3
|
||||||
|
|
||||||
#Load ticker files 30% faster
|
#Load ticker files 30% faster
|
||||||
python-rapidjson==0.7.0
|
python-rapidjson==0.7.0
|
||||||
|
|
||||||
|
# Notify systemd
|
||||||
|
sdnotify==0.3.2
|
||||||
|
|
|
@ -1,29 +1,6 @@
|
||||||
ccxt==1.18.489
|
# Load common requirements
|
||||||
SQLAlchemy==1.3.3
|
-r requirements-pi.txt
|
||||||
python-telegram-bot==11.1.0
|
|
||||||
arrow==0.13.1
|
|
||||||
cachetools==3.1.0
|
|
||||||
requests==2.21.0
|
|
||||||
urllib3==1.25
|
|
||||||
wrapt==1.11.1
|
|
||||||
numpy==1.16.3
|
numpy==1.16.3
|
||||||
pandas==0.24.2
|
pandas==0.24.2
|
||||||
scikit-learn==0.20.3
|
|
||||||
joblib==0.13.2
|
|
||||||
scipy==1.2.1
|
scipy==1.2.1
|
||||||
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
|
|
||||||
|
|
||||||
# Notify systemd
|
|
||||||
sdnotify==0.3.2
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user