downgrade pyflakes
This commit is contained in:
parent
983b0ca644
commit
41096377d5
3 changed files with 3 additions and 3 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -895,4 +895,4 @@ io = ["pyaudio", "sounddevice"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "c28f710ab3d027e3f6914a10d111b5cbae74d29d0fd1f3e264f1350e754f5e41"
|
content-hash = "47b9c0199f0de52c11648fa6c036dc30d04f1cbfbd4db480bea4e7de516dbf28"
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ pathspec = "0.11.0"
|
||||||
platformdirs = "3.1.0"
|
platformdirs = "3.1.0"
|
||||||
pyaudio = { version = "0.2.13", optional = true }
|
pyaudio = { version = "0.2.13", optional = true }
|
||||||
pycodestyle = "2.10.0"
|
pycodestyle = "2.10.0"
|
||||||
pyflakes = "3.0.1"
|
pyflakes = ">=2.5.0"
|
||||||
pyjwt = "2.6.0"
|
pyjwt = "2.6.0"
|
||||||
python-multipart = "0.0.6"
|
python-multipart = "0.0.6"
|
||||||
pytz = "2022.7.1"
|
pytz = "2022.7.1"
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ PyAudio==0.2.13
|
||||||
pycodestyle==2.10.0
|
pycodestyle==2.10.0
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
pydantic>=1.9.0
|
pydantic>=1.9.0
|
||||||
pyflakes==3.0.1
|
pyflakes>=2.5.0
|
||||||
PyJWT==2.6.0
|
PyJWT==2.6.0
|
||||||
python-dotenv==0.21.1
|
python-dotenv==0.21.1
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue