Pinned key dependency versions
This commit is contained in:
parent
1773bb9dcb
commit
744a6c2009
@ -8,15 +8,15 @@ dynamic = ["version"]
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"biopython",
|
"biopython==1.85",
|
||||||
"aiohttp[speedups]",
|
"aiohttp[speedups]==3.11",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
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]
|
||||||
Repository = "https://github.com/RealYHD/autobigs.engine.git"
|
Repository = "https://github.com/RealYHD/autoBIGS.engine"
|
||||||
Issues = "https://github.com/RealYHD/autobigs.engine/issues"
|
Issues = "https://github.com/RealYHD/autoBIGS.engine/issues"
|
||||||
|
|
||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
aiohttp[speedups]
|
aiohttp[speedups]==3.11
|
||||||
biopython
|
biopython==1.85
|
||||||
pytest
|
pytest
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
build
|
build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user