mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
Remove aiohttp dependency (#5244)
* Remove aiohttp * add changeset * Add requirements file to filter --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
1ecf88ac5f
commit
b3e50db92f
5
.changeset/salty-toys-rest.md
Normal file
5
.changeset/salty-toys-rest.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Remove aiohttp dependency
|
1
.github/workflows/backend.yml
vendored
1
.github/workflows/backend.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
- 'client/python/**'
|
||||
gradio:
|
||||
- 'gradio/**'
|
||||
- 'requirements.txt'
|
||||
test:
|
||||
- 'test/**'
|
||||
workflows:
|
||||
|
@ -1,5 +1,4 @@
|
||||
aiofiles>=22.0,<24.0
|
||||
aiohttp~=3.0
|
||||
altair>=4.2.0,<6.0
|
||||
fastapi
|
||||
ffmpy
|
||||
|
Loading…
x
Reference in New Issue
Block a user