Skip to content

Commit 318baa1

Browse files
committed
Drop unused aiohttp requirement
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 4d9bfa7 commit 318baa1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
aiohttp==3.8.1
21
aiosignal==1.2.0
32
alabaster==0.7.12
43
asgiref==3.5.0

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ install_requires =
8181

8282
# networking
8383
GitPython>=3.1.17
84-
aiohttp>=3.7.4.post0
8584
requests>=2.25.1
8685
fetchcode>=0.1.0
8786

vulnerabilities/package_managers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
# FIXME: use purl for cache key, rather than an undefined package_name key
3838
# FIXME: DO NOT cache by default as this is an optimization that does not work for long running processes
3939
# FIXME: DO NOT use set() for storing version lists: they lose the original ordering
40-
# FIXME: DO NOT use aiohttp that makes the code more complex before this is can be tested for correctness first
4140

4241

4342
@dataclasses.dataclass(frozen=True)

0 commit comments

Comments
 (0)