first commit
This commit is contained in:
commit
8e878042dd
16 changed files with 1204 additions and 0 deletions
27
fix.patch
Normal file
27
fix.patch
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
-requires = ["setuptools~=68.0.0", "wheel~=0.40.0"]
|
||||
+requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
@@ -26,7 +26,6 @@ dependencies = [
|
||||
"inotify>=0.2.10",
|
||||
"jeepney>=0.9.0",
|
||||
"aiohttp>=3.9.0",
|
||||
- "asyncio>=3.4.3"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
--- a/requirements_all.txt
|
||||
+++ b/requirements_all.txt
|
||||
@@ -1,7 +1,6 @@
|
||||
# System dependencies
|
||||
PyYAML>=6.0.1
|
||||
aiohttp>=3.9.0
|
||||
-asyncio>=3.4.3
|
||||
distro>=1.9.0
|
||||
inotify>=0.2.10
|
||||
jeepney>=0.9.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue