mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-21 18:15:28 -04:00
fix pyright deps
This commit is contained in:
@@ -10,8 +10,9 @@ jobs:
|
||||
python-version: '3.9'
|
||||
- uses: BSFishy/pip-action@v1
|
||||
with:
|
||||
requirements: requirements.txt
|
||||
requirements: pyright_requirements.txt
|
||||
- uses: jakebailey/pyright-action@v1
|
||||
with:
|
||||
lib: true
|
||||
python-version: 3.9.7
|
||||
working-directory: revolt
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
aiohttp==3.7.4.post0
|
||||
ulid-py==1.1.0
|
||||
aenum==3.1.0
|
||||
ujson
|
||||
msgpack==1.0.2
|
||||
Reference in New Issue
Block a user