fix: requirements.txt missed dep requests (#986)

Co-authored-by: fumiama <41315874+fumiama@users.noreply.github.com>
This commit is contained in:
Rafael Lauton
2026-04-10 13:14:28 -03:00
committed by GitHub
parent c2fd82674d
commit cc212dbb15
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install Dependents
run: |
+1
View File
@@ -14,3 +14,4 @@ WeTextProcessing; sys_platform == 'linux'
nemo_text_processing; sys_platform == 'linux'
av
pydub
requests