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