Commit Graph

83 Commits

Author SHA1 Message Date
Matthias f090dcc597 Merge branch 'develop' into feat/short 2022-01-22 17:56:01 +01:00
Matthias 775b1201d2 psutil is always required now.
closes #6208
2022-01-11 15:02:21 +01:00
Matthias 46809f08fe Merge branch 'develop' into feat/short 2022-01-07 10:13:16 +01:00
Matthias 9a3d0528a3 Versionbump ccxt to 1.66.32
closes #6166
2022-01-07 07:55:11 +01:00
Matthias 72b2d4ab5f Update FTX to support new standardized futures format 2022-01-06 11:16:26 +01:00
Matthias 5cfc385d44 Versionbump ccxt 2021-11-16 06:40:29 +01:00
Matthias ebc38159b8 Merge branch 'develop' into feat/short 2021-11-06 15:24:52 +01:00
Matthias 437e5f0645 Fix officially supported exchange list 2021-11-03 19:20:39 +01:00
Sam Germain 3fffc315ac Merge branch 'develop' into feat/short 2021-10-20 08:11:53 -06:00
Matthias 0da5ef16e6 Remove unnecessary dependency 2021-10-18 19:16:56 +02:00
Matthias ddba4e32d7 Fully remove flake8-type-annotations 2021-10-18 16:04:24 +02:00
Sam Germain 70db228f24 Merge branch 'feat/short' into funding-fee 2021-10-03 02:15:54 -06:00
Matthias 4c268847d4 Add pandas-ta to setup.py 2021-09-24 19:32:30 +02:00
Sam Germain 5113ceb6c8 added schedule to setup.py 2021-09-21 15:52:12 -06:00
Matthias 9fbc5c0537 Switch to pyproject.toml for setup 2021-05-27 14:03:39 +02:00
Matthias d2680f6cb8 Remove telegram deprecation warning
closes #4688
2021-04-07 06:57:05 +02:00
Matthias 7728e269fd Include Technical in default image 2021-04-03 07:17:02 +02:00
Matthias 262394e112 Add psutils to support OOM Gracefull shutdown
closes #4436, #4439 #3990
2021-02-25 19:24:30 +01:00
Matthias fedbb5c0c4 Remove last flask occurance from setup.py
fixes #4390
2021-02-17 20:47:11 +01:00
Matthias 9f5c4ead15 Remove support for 3.6 2020-12-14 19:18:54 +01:00
Matthias 685d18940a specify min-version for arrow
int_timestamp was introduced in this version
2020-10-16 08:13:31 +02:00
Matthias 2be8e8070a Add Python 3.8 to setup.py classifiers 2020-09-28 20:02:11 +02:00
Matthias ce228f19dc Apply isort to setup.py 2020-09-28 19:43:32 +02:00
Matthias ba8e93e2a1 Remove requirements-common.txt
in an attempt to simplify installation
2020-09-13 16:43:22 +02:00
Matthias 3171ad33b7 Add blosc compression 2020-07-24 17:44:29 +02:00
Matthias 0614e59966 Add tables dependency 2020-07-23 19:33:23 +02:00
Matthias a808fb3b10 versionbump ccxt to first version that has FTX implemented correctly 2020-06-03 06:11:34 +02:00
Matthias 61f6acb5c9 Add cors support - needed for UI 2020-05-16 07:07:24 +02:00
Matthias b72997fc2b Add flask-jwt-extended dependency 2020-05-09 20:16:04 +02:00
hroff-1902 38c6ba6c08 Update setup.py
Co-Authored-By: Matthias <xmatthias@outlook.com>
2020-04-29 13:54:47 +03:00
hroff-1902 9152e76966 Add skopt version check into setup.py 2020-04-29 13:54:47 +03:00
Fredrik81 d5609d4997 Changed back to progressbar2 for better handling of logger.
Coloring still needs some work (bug + what colors to use)
2020-04-06 13:12:32 +02:00
Matthias 93fc14d726 Exchange dependencies to coingekko 2020-03-07 11:52:02 +01:00
Matthias e250c56829 Add Questionaire workflow 2020-01-29 21:21:38 +01:00
Matthias 1a73159200 Modify classifiers 2019-12-22 09:25:13 +01:00
Matthias c417877eb8 sort pytest dependencies 2019-12-22 09:25:13 +01:00
Matthias 98baae9456 Add jinja2 to requirements 2019-11-21 06:32:45 +01:00
Matthias 8c5b299449
Merge pull request #2282 from freqtrade/jupyter_nbconvert
add plotting documentation to jupyter notebook
2019-10-01 19:58:20 +02:00
Matthias d2f2473070 install hyperopt seperately ([hyperopt]) 2019-09-25 11:40:34 +02:00
Matthias 9a3bad291a Automatically generate documentation from jupyter notebook 2019-09-21 10:27:43 +02:00
Matthias a42000e1dd Change package author to "freqtrade team" 2019-09-18 11:36:16 +02:00
Matthias bb2d8fefd7 Enhance setup.py 2019-09-08 11:04:39 +02:00
Matthias 8f8acf5b06 Update ccxt to have this implemented 2019-08-25 10:43:37 +02:00
Matthias c0784b7c33
Merge pull request #2089 from hroff-1902/hyperopt-print-colorized
Hyperopt print colorized results
2019-08-13 19:36:06 +02:00
hroff-1902 4c4ba08e85 colorama added to install_requires 2019-08-13 19:47:38 +03:00
Jonathan Raviotta 8eb39178ea code block instructions. removed extra packages 2019-08-09 17:24:17 -04:00
Jonathan Raviotta ccf3c69874 edits to clarify backtesting analysis 2019-08-08 22:09:15 -04:00
Jonathan Raviotta 9df1c23c71 changed Path, added jupyter 2019-08-07 19:48:55 -04:00
Matthias f825e81d0e developers need all dependencies! 2019-07-29 20:54:35 +02:00
Matthias 7bea0007c7 Allow installing via submodules
freqtrade can be installed using `pip install -e .[all]` to include all
dependencies
2019-07-29 20:53:26 +02:00