Added a wildcard patch specifier for aiohttp

This commit is contained in:
2025-01-23 19:23:42 +00:00
parent 744a6c2009
commit 39125c848e
3 changed files with 45 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ readme = "README.md"
dependencies = [
"biopython==1.85",
"aiohttp[speedups]==3.11",
"aiohttp[speedups]==3.11.*",
]
requires-python = ">=3.11"
description = "A library to rapidly fetch fetch MLST profiles given sequences for various diseases."