[pip]: bump packages

This commit is contained in:
Jesús
2021-08-14 23:13:43 -05:00
parent 06315e3e02
commit ee2ef432d8
3 changed files with 49 additions and 55 deletions

View File

@@ -6,5 +6,5 @@ steps:
image: python:3.7.3
commands:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pytest