Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
ca0f9673b0 | |||
5048fa8057 | |||
39125c848e |
@@ -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]
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
aiohttp[speedups]==3.11
|
aiohttp[speedups]==3.11.*
|
||||||
biopython==1.85
|
biopython==1.85
|
||||||
pytest
|
pytest
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
|
Reference in New Issue
Block a user