gaborvecsei / Stocks-Pattern-Analyzer

This tool should help discover different patterns based on similarity measures in historical (financial) data
Other
225 stars 81 forks source link

Add a virtual environment package like Poetry to support off-docker development #3

Closed gurashish1singh closed 3 years ago

gurashish1singh commented 3 years ago

The current setup of the app can either run in docker or Heroku without much issues. But if i want to run the app outside docker using "python rest_api.py" and "python dash_app.py" I have to install all the pip requirements to my own virtual env. If we add poetry as a virtual environment it might things more easy and streamlined. Thoughts?

gaborvecsei commented 3 years ago

Thanks for the suggestion but I don't think this is necessary as the requirements.txt and the docker image convers all use cases