cowprotocol / solver-template-py

A hollow framework for a CoW Protocol solver
MIT License
39 stars 25 forks source link

include requirements for non-docker server #17

Closed germanier closed 2 years ago

germanier commented 2 years ago

requirements missing for deployment included:

python-dotenv fastapi

They aren't in the README

bh2smith commented 2 years ago

They are in the requirements file.

requirements.txt

Which is installed with pip install -r requirements.txt