fix pyright deps

This commit is contained in:
Zomatree
2021-09-02 16:18:58 +01:00
parent 5c2ee151c1
commit 9a53fb35d7
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -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
+5
View File
@@ -0,0 +1,5 @@
aiohttp==3.7.4.post0
ulid-py==1.1.0
aenum==3.1.0
ujson
msgpack==1.0.2