提交饱和编辑的相关设计,及检验代码
This commit is contained in:
16
design/pyproject.toml
Normal file
16
design/pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "pgrna"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"biopython>=1.85",
|
||||
"fire>=0.7.1",
|
||||
"loguru>=0.7.3",
|
||||
"openpyxl>=3.1.5",
|
||||
"pandas>=2.3.3",
|
||||
"pyfaidx>=0.9.0.3",
|
||||
"pyliftover>=0.4.1",
|
||||
"rich>=14.2.0",
|
||||
]
|
||||
Reference in New Issue
Block a user