include one more lib for pysocks

This commit is contained in:
lza_menace 2021-06-11 14:15:16 -07:00
parent 3b08d61a2b
commit 12c1d9b076
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
setup:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
up:
docker-compose up -d

View File

@ -4,3 +4,4 @@ peewee
gunicorn
arrow
flask_wtf
pysocks