diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-11-29 15:48:31 +0100 |
|---|---|---|
| committer | Ivan Gabaldon <igabaldon@inetol.net> | 2025-11-29 14:56:30 +0000 |
| commit | cbc04a839a66168bcad0ac9915ced00a48056819 (patch) | |
| tree | 206d45e7196b5228e35a5ce3fc716ee80d91c248 | |
| parent | cb4a5abc8c36b6de7bdd3da2d9e1e94e7d1366b9 (diff) | |
[fix] py: missing module sniffio
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 1a66bf67c..336600c27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ python-dateutil==2.9.0.post0 pyyaml==6.0.3 httpx[http2]==0.28.1 httpx-socks[asyncio]==0.10.0 +sniffio==1.3.1 valkey==6.1.1 markdown-it-py==3.0.0 fasttext-predict==0.9.2.4 |