Browse Source

setup.cfg: pin aiohttp package to v3.12.9

The MMGen Project 2 months ago
parent
commit
d18c52e1b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -62,7 +62,7 @@ install_requires =
 	cryptography
 	pynacl
 	ecdsa
-	aiohttp
+	aiohttp==3.12.9 # in later versions, TCPConnector.close() is a coroutine
 	requests
 	pexpect
 	lxml