Skip to content

Commit 898b50c

Browse files
committed
rpm: removed async-lru code and added dependency, fixed imports
1 parent bd6b31c commit 898b50c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
##
55

66
pyyaml>=3.10
7-
aiohttp>=3.7.4
7+
aiohttp>=3.12
88
setuptools>=39.0
9+
async-lru>=2.0
910
build>=0.7.0

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ project_urls =
2929
packages = find:
3030
python_requires = >=3.10
3131
install_requires =
32-
pyyaml>=6.0.3
33-
aiohttp>=3.13.3
34-
setuptools>=80.10.2
35-
async-lru>=2.1.0
32+
pyyaml>=3.10
33+
aiohttp>=3.12
34+
setuptools>=39.0
35+
async-lru>=2.0
3636
package_dir =
3737
=src
3838
zip_safe = True

0 commit comments

Comments
 (0)