Skip to content

Bump python-socketio from 4.6.0 to 5.14.0 #43

Bump python-socketio from 4.6.0 to 5.14.0

Bump python-socketio from 4.6.0 to 5.14.0 #43

Workflow file for this run

name: Python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Test requirements
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt