fix: address websockets module not found

This commit is contained in:
2021-07-01 01:02:51 -04:00
parent e40c19fd2d
commit 0ba194c872
2 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ jobs:
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_ba3d879df28c472d8865f0591c14832f }}
- name: 'Start virtual environment and web socket'
- name: 'Start web socket'
run: |
python -m venv venv
pip install websockets
python main.py

View File

@@ -1,2 +1,2 @@
asyncio==3.4.3
websockets==9.1
asyncio
websockets