Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add aiohttp dependency in pyproject.toml
  • Loading branch information
osode authored and m4reko committed Aug 22, 2022
commit a213db036d72c5fc58cbd468cfe9d2ae1a3acba9
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ dependencies = [
"websockets ~= 10.3",
"zeroconf ~= 0.38.7",
"aiortsp @ git+https://github.com/m4reko/aiortsp@master",
"av ~= 9.2.0"
"av ~= 9.2.0",
"aiohttp ~= 3.8.1"
]
dynamic = ["version", "description"]

Expand Down