3
0
Fork 0

fix requirements

master
Francisco Sandoval 2023-12-10 19:42:13 -03:00
parent ff1550b5df
commit ad5548a38b
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
__pycache__
.env
.vscode
docker-compose.yml

View File

@ -15,7 +15,7 @@ services:
- TZ=America/Santiago
volumes:
- ./proto:/app
- venv_proto:/root/venv
- venv:/root/venv
working_dir: /app
command: sh -c "
[ -d /root/venv/bin ] || ( \
@ -37,5 +37,5 @@ services:
- 6379:6379
volumes:
venv_proto:
venv:
~~~

View File

@ -2,3 +2,4 @@ google
protobuf
redis[hiredis]
pytz
requests