2 Commits
0.7.1 ... 0.7.2

Author SHA1 Message Date
5048fa8057 Deleted uneeded file 2025-01-23 19:23:56 +00:00
39125c848e Added a wildcard patch specifier for aiohttp 2025-01-23 19:23:42 +00:00
2 changed files with 2 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."

View File

@@ -1,4 +1,4 @@
aiohttp[speedups]==3.11
aiohttp[speedups]==3.11.*
biopython==1.85
pytest
pytest-asyncio