add socksio dep #3048

This commit is contained in:
Paul Gauthier 2025-02-19 14:37:48 -08:00
parent dd94a444d2
commit 1f4a63d6db
2 changed files with 3 additions and 0 deletions

View file

@ -209,6 +209,8 @@ sniffio==1.3.1
# via # via
# anyio # anyio
# openai # openai
socksio==1.0.0
# via -r requirements/requirements.in
sounddevice==0.5.1 sounddevice==0.5.1
# via -r requirements/requirements.in # via -r requirements/requirements.in
soundfile==0.13.1 soundfile==0.13.1

View file

@ -29,6 +29,7 @@ pexpect
json5 json5
psutil psutil
watchfiles watchfiles
socksio
pip pip
# The proper dependency is networkx[default], but this brings # The proper dependency is networkx[default], but this brings