Add async-timeout pin for Python 3.11

This commit is contained in:
thePR0M3TH3AN
2025-08-16 13:19:53 -04:00
parent 3203ab751c
commit 6f872ea8c5
2 changed files with 5 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ bech32>=1.2,<2
coincurve>=18.0.0,<22
mnemonic>=0.21,<1
aiohttp>=3.9,<4
async-timeout>=4,<6 ; python_version < "3.12"
bcrypt>=4,<5
pytest>=7,<9
pytest-cov>=4,<7