mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
# Include all requirements to run the bot.
|
|
-r requirements.txt
|
|
|
|
flake8==3.6.0
|
|
pytest==4.1.1
|
|
pytest-mock==1.10.0
|
|
pytest-asyncio==0.10.0
|
|
pytest-cov==2.6.1
|
|
coveralls==1.5.1
|
|
mypy==0.660
|