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:
Freddy Boulton 2023-08-16 12:03:46 -04:00 committed by GitHub
parent 1ecf88ac5f
commit b3e50db92f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"gradio": patch
---
feat:Remove aiohttp dependency

View File

@ -33,6 +33,7 @@ jobs:
- 'client/python/**'
gradio:
- 'gradio/**'
- 'requirements.txt'
test:
- 'test/**'
workflows:

View File

@ -1,5 +1,4 @@
aiofiles>=22.0,<24.0
aiohttp~=3.0
altair>=4.2.0,<6.0
fastapi
ffmpy