Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Updated zeroconf and py-av (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashogstrom authored Feb 7, 2023
1 parent c9d5d3e commit 5868e2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ requires-python = ">=3.10"
license = {file = "LICENSE.md"}
dependencies = [
"websockets ~= 10.3",
"zeroconf ~= 0.38.7",
"zeroconf ~= 0.47.1",
"aiortsp @ git+https://github.com/m4reko/aiortsp@master",
"av ~= 9.2.0",
"av ~= 10.0.0",
"aiohttp ~= 3.8.1"
]
dynamic = ["version", "description"]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
websockets ~= 10.3
zeroconf ~= 0.38.7
zeroconf ~= 0.47.1
aiortsp @ git+https://github.com/m4reko/aiortsp@master
av ~= 9.2.0
av ~= 10.0.0
aiohttp ~= 3.8.1

0 comments on commit 5868e2d

Please sign in to comment.