CyberPunkMetalHead / gateio-crypto-trading-bot-binance-announcements-new-coins

This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
MIT License
1.21k stars 302 forks source link

Update requirements + bump pytest-cov to 3.0.0 #145

Closed Linus045 closed 2 years ago

Linus045 commented 2 years ago

Its no longer necessary to run python -m pip install -e since the local module is now part of the requirements.txt and will get installed with python -m pip install -r requirements.txt. I therefore also fixed the Dockerfile to install the modules after everything has been copied over.

development_setup.md was edited to reflect these changes as well.