17 lines
328 B
TOML
17 lines
328 B
TOML
[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",
|
|
]
|