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
|
||||
pygame==2.0.1
|
||||
sanic
|
||||
sanic-cors
|
||||
syncer
|
||||
aiohttp
|
||||
mutagen
|
||||
sounddevice
|
||||
autopep8
|
||||
setproctitle
|
||||
pyttsx3
|
||||
websockets
|
||||
typing_extensions
|
||||
pyserial
|
||||
requests
|
||||
jinja2
|
||||
sanic==21.3.4
|
||||
sanic-Cors==1.0.0
|
||||
syncer==1.3.0
|
||||
aiohttp=3.7.4.post0
|
||||
mutagen==1.45.1
|
||||
sounddevice==0.4.2
|
||||
setproctitle==1.2.2
|
||||
pyttsx3==2.90
|
||||
websockets==8.1
|
||||
typing_extensions==3.10.0.0
|
||||
pyserial==3.5
|
||||
requests==2.26.0
|
||||
Jinja2==3.0.1
|
||||
|
|
Loading…
Reference in a new issue