File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ [tool .poetry ]
2+ name = " biospec"
3+ version = " 0.1.0"
4+ description = " "
5+ authors = [
" Your Name <[email protected] >" ]
6+
7+ [tool .poetry .dependencies ]
8+ python = " ^3.8"
9+ numpy = " *"
10+ pydantic = {version = " >=2.0.1" }
11+ packaging = {version = " >=17.0" }
12+ ruamel-yaml = " ^0.18.5"
13+ deepdiff = " ^6.7.1"
14+ email-validator = " ^2.1.0.post1"
15+ python-dateutil = " ^2.8.2"
16+ annotated-types = " ^0.6.0"
17+ typing-extensions = " ^4.8.0"
18+ lxml = " ^4.9.3"
19+
20+ [tool .poetry .group .dev .dependencies ]
21+ pytest-cov = " ^4.1.0"
22+ black = " ^23.11.0"
23+ pyright = " ^1.1.336"
24+ pooch = " ^1.8.0"
25+ pre-commit = " ^3.5.0"
26+ pytest = " ^7.4.3"
27+
28+ [build-system ]
29+ requires = [" poetry-core>=1.0.0" ]
30+ build-backend = " poetry.core.masonry.api"
31+
132[tool .black ]
233line-length = 120
334target-version = [' py38' ]
You can’t perform that action at this time.
0 commit comments