3 Commits
0.7.1 ... 0.8.0

2 changed files with 3 additions and 3 deletions

View File

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

View File

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