-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 857 Bytes
/
pyproject.toml
File metadata and controls
32 lines (29 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[tool.poetry]
name = "psite-annotation"
version = "0.7.2"
description = "Module for annotating p-sites based on resources such as PhosphoSitePlus"
authors = ["Matthew The <[email protected]>", "Amirhossein Sakhteman <[email protected]>", "Florian P. Bayer <[email protected]>"]
license= "Apache-2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
numpy = ">=1.18.1,<3.0"
pandas = ">=1.3.0"
config-path = "1.0.3"
scipy = "^1.11.3"
[tool.poetry.group.dev.dependencies]
pytest = "^6.2.4"
pytest-cov = "^2.12.1"
flake8 = "^6.0.0"
black = "^22.12.0"
pre-commit = "^3.0.1"
pre-commit-hooks = "^4.4.0"
pyupgrade = "^3.3.1"
flake8-docstrings = "^1.7.0"
flake8-bugbear = "^23.1.20"
flake8-bandit = "^4.1.1"
darglint = "^1.8.1"
ipykernel = "^6.29.2"
[build-system]
requires = ["poetry>=1.5.1"]
build-backend = "poetry.masonry.api"