diff --git a/Makefile b/Makefile index 94691a4..3108acf 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +setup: + python3 -m venv .venv + .venv/bin/pip install -r requirements.txt + up: docker-compose up -d diff --git a/requirements.txt b/requirements.txt index 6e9873d..8d2f218 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ peewee gunicorn arrow flask_wtf +pysocks