Skip to content

Commit ea5ad9f

Browse files
authored
chore: remove unused stuff and update min python version to match aiortc (#121)
1 parent 5acd137 commit ea5ad9f

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Spyglass
22

3-
> **Please note that this project is in a very early stage. Use at your own risk. Think about contributing to the
4-
project if you find that something is not working, and you are able to fix it. Every contribution is appreciated.**
3+
> **Please note that we cannot support 32 bit systems. For more information please
4+
have a look at [this comment](https://github.com/mryel00/spyglass/issues/116#issuecomment-3361184578).**
55

66
A simple mjpeg server for the python module [Picamera2](https://github.com/raspberrypi/picamera2).
77

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ authors = [
1212
]
1313
license = "GPL-3.0-only"
1414
license-files = ["LICENSE", "NOTICE"]
15-
requires-python = ">=3.8.1"
15+
requires-python = ">=3.9"
1616
dependencies = [
1717
"aiortc~=1.13.0",
18-
"av~=10.0.0; platform_machine=='armv7l' and python_version=='3.9'",
19-
"cffi~=1.17.1; platform_machine=='armv7l' and python_version=='3.9'"
2018
]
2119

2220
[project.scripts]

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
aiortc~=1.13.0
2-
setuptools~=80.9.0

0 commit comments

Comments
 (0)