add missing dependencies to `requirements.txt`
This commit is contained in:
parent
feeb0cfbd2
commit
cb18607867
|
@ -21,6 +21,7 @@ openai==1.1.1
|
|||
opencv-python==4.8.1.78
|
||||
parso==0.8.3
|
||||
pexpect==4.8.0
|
||||
Pillow==10.1.0
|
||||
prompt-toolkit==3.0.41
|
||||
ptyprocess==0.7.0
|
||||
pure-eval==0.2.2
|
||||
|
@ -28,6 +29,7 @@ pydantic==2.4.2
|
|||
pydantic_core==2.10.1
|
||||
Pygments==2.16.1
|
||||
requests==2.31.0
|
||||
simpleaudio==1.0.4
|
||||
six==1.16.0
|
||||
sniffio==1.3.0
|
||||
stack-data==0.6.3
|
||||
|
|
Loading…
Reference in New Issue