Add requirements.txt version freeze.
This commit is contained in:
parent
443467377c
commit
6cbb8948eb
1 changed files with 13 additions and 14 deletions
|
@ -1,16 +1,15 @@
|
||||||
autopep8
|
autopep8
|
||||||
pygame==2.0.1
|
pygame==2.0.1
|
||||||
sanic
|
sanic==21.3.4
|
||||||
sanic-cors
|
sanic-Cors==1.0.0
|
||||||
syncer
|
syncer==1.3.0
|
||||||
aiohttp
|
aiohttp=3.7.4.post0
|
||||||
mutagen
|
mutagen==1.45.1
|
||||||
sounddevice
|
sounddevice==0.4.2
|
||||||
autopep8
|
setproctitle==1.2.2
|
||||||
setproctitle
|
pyttsx3==2.90
|
||||||
pyttsx3
|
websockets==8.1
|
||||||
websockets
|
typing_extensions==3.10.0.0
|
||||||
typing_extensions
|
pyserial==3.5
|
||||||
pyserial
|
requests==2.26.0
|
||||||
requests
|
Jinja2==3.0.1
|
||||||
jinja2
|
|
||||||
|
|
Loading…
Reference in a new issue