Matthias
d2680f6cb8
Remove telegram deprecation warning
...
closes #4688
5 years ago
Matthias
7728e269fd
Include Technical in default image
5 years ago
Matthias
262394e112
Add psutils to support OOM Gracefull shutdown
...
closes #4436 , #4439 #3990
5 years ago
Matthias
fedbb5c0c4
Remove last flask occurance from setup.py
...
fixes #4390
5 years ago
Matthias
9f5c4ead15
Remove support for 3.6
6 years ago
Matthias
685d18940a
specify min-version for arrow
...
int_timestamp was introduced in this version
6 years ago
Matthias
2be8e8070a
Add Python 3.8 to setup.py classifiers
6 years ago
Matthias
ce228f19dc
Apply isort to setup.py
6 years ago
Matthias
ba8e93e2a1
Remove requirements-common.txt
...
in an attempt to simplify installation
6 years ago
Matthias
3171ad33b7
Add blosc compression
6 years ago
Matthias
0614e59966
Add tables dependency
6 years ago
Matthias
a808fb3b10
versionbump ccxt to first version that has FTX implemented correctly
6 years ago
Matthias
61f6acb5c9
Add cors support - needed for UI
6 years ago
Matthias
b72997fc2b
Add flask-jwt-extended dependency
6 years ago
hroff-1902
38c6ba6c08
Update setup.py
...
Co-Authored-By: Matthias <xmatthias@outlook.com>
6 years ago
hroff-1902
9152e76966
Add skopt version check into setup.py
6 years ago
Fredrik81
d5609d4997
Changed back to progressbar2 for better handling of logger.
...
Coloring still needs some work (bug + what colors to use)
6 years ago
Matthias
93fc14d726
Exchange dependencies to coingekko
6 years ago
Matthias
e250c56829
Add Questionaire workflow
6 years ago
Matthias
1a73159200
Modify classifiers
7 years ago
Matthias
c417877eb8
sort pytest dependencies
7 years ago
Matthias
98baae9456
Add jinja2 to requirements
7 years ago
Matthias
8c5b299449
Merge pull request #2282 from freqtrade/jupyter_nbconvert
...
add plotting documentation to jupyter notebook
7 years ago
Matthias
d2f2473070
install hyperopt seperately ([hyperopt])
7 years ago
Matthias
9a3bad291a
Automatically generate documentation from jupyter notebook
7 years ago
Matthias
a42000e1dd
Change package author to "freqtrade team"
7 years ago
Matthias
bb2d8fefd7
Enhance setup.py
7 years ago
Matthias
8f8acf5b06
Update ccxt to have this implemented
7 years ago
Matthias
c0784b7c33
Merge pull request #2089 from hroff-1902/hyperopt-print-colorized
...
Hyperopt print colorized results
7 years ago
hroff-1902
4c4ba08e85
colorama added to install_requires
7 years ago
Jonathan Raviotta
8eb39178ea
code block instructions. removed extra packages
7 years ago
Jonathan Raviotta
ccf3c69874
edits to clarify backtesting analysis
7 years ago
Jonathan Raviotta
9df1c23c71
changed Path, added jupyter
7 years ago
Matthias
f825e81d0e
developers need all dependencies!
7 years ago
Matthias
7bea0007c7
Allow installing via submodules
...
freqtrade can be installed using `pip install -e .[all]` to include all
dependencies
7 years ago
Matthias
c5ef700eb7
Use autogenerated entrypoint
7 years ago
misagh
afffa2f313
changed to “Free, open source …”
7 years ago
Matthias
c955415cc3
Switch from ujson to rapidjson
8 years ago
Matthias
64028647a0
Merge pull request #571 from stephendade/userhyper
...
Separated out custom hyperopts
8 years ago
Matthias
7757c53b06
Small fixes
8 years ago
Matthias
e69f943911
Add missing semicolon
8 years ago
Matthias
4f800bfbc8
Fix pickling-error
8 years ago
Gert
3428b6666b
Merge branch 'develop_current' into backslap_develop
8 years ago
Matthias
ebfcc0fc13
install numpy before ta-lib to fix build errors
8 years ago
creslin
482b85182a
Update setup.py
8 years ago
creslinux
3b0cb7bc33
Added ujson and py_find_1st to setup.py
8 years ago
Janne Sinivirta
dde7df7fd3
add scikit-optimize to dependencies
8 years ago
Samuel Husso
7cc36eee0f
Docs: point links to freqtrade org
8 years ago
Samuel Husso
d20e3f79be
analyze to use the ccxt OHLCV format
...
setup: remove bittrex and add requirement to ccxt
freqtradebot: update market summaries to ccxt format
8 years ago
Matthias
a99c8c4046
replace pymarketcap with coinmarketcap ( #562 )
...
* replace pymarketcap with coinmarketcap
* fix tests to use coinmarketcap instead of pymarketcap
* use arraypos 0
* update setup.py from pymarketcap to coinmarketcap
* Add test to check for unsupported Crypto currency
8 years ago