We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6b31c commit 898b50cCopy full SHA for 898b50c
requirements.txt
@@ -4,6 +4,7 @@
4
##
5
6
pyyaml>=3.10
7
-aiohttp>=3.7.4
+aiohttp>=3.12
8
setuptools>=39.0
9
+async-lru>=2.0
10
build>=0.7.0
setup.cfg
@@ -29,10 +29,10 @@ project_urls =
29
packages = find:
30
python_requires = >=3.10
31
install_requires =
32
- pyyaml>=6.0.3
33
- aiohttp>=3.13.3
34
- setuptools>=80.10.2
35
- async-lru>=2.1.0
+ pyyaml>=3.10
+ aiohttp>=3.12
+ setuptools>=39.0
+ async-lru>=2.0
36
package_dir =
37
=src
38
zip_safe = True
0 commit comments