mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Install RL dependencies as dev dependency
This commit is contained in:
parent
e5204101d9
commit
b9f1872d51
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -113,4 +113,3 @@ target/
|
||||||
!config_examples/config_full.example.json
|
!config_examples/config_full.example.json
|
||||||
!config_examples/config_kraken.example.json
|
!config_examples/config_kraken.example.json
|
||||||
!config_examples/config_freqai.example.json
|
!config_examples/config_freqai.example.json
|
||||||
!config_examples/config_freqai-rl.example.json
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
-r requirements-plot.txt
|
-r requirements-plot.txt
|
||||||
-r requirements-hyperopt.txt
|
-r requirements-hyperopt.txt
|
||||||
-r requirements-freqai.txt
|
-r requirements-freqai.txt
|
||||||
|
-r requirements-freqai-rl.txt
|
||||||
-r docs/requirements-docs.txt
|
-r docs/requirements-docs.txt
|
||||||
|
|
||||||
coveralls==3.3.1
|
coveralls==3.3.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user