Skip to content

Commit

Permalink
pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Nov 15, 2023
1 parent ac1dc78 commit 27fb73d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ authors = [
{name = "BjornFJohansson", email = "bjornjobb@gmail.com"},
{name = "Manuel Lera Ramirez", email = "manuel.ramirez@ucl.ac.uk"}]
requires-python = ">=3.8"
dependencies = ["appdirs >= 1.4.4",
"biopython >= 1.80",
"networkx >= 2.8.8",
"pydivsufsort >=0.0.12",
"prettytable >=3.5.0",
"pyfiglet >= 0.8.post1" ]
dependencies = ["appdirs",
"biopython",
"networkx",
"pydivsufsort",
"prettytable",
"pyfiglet" ]
readme = "README.md"
license = {text = "MIT"}
classifiers=["Development Status :: 4 - Beta",
Expand All @@ -33,18 +33,18 @@ source = "scm"
write_to = "pydna/_version.py"
write_template = "__version__ = '{}'"
[project.optional-dependencies]
clipboard = ["pyperclip >=1.8.2"]
gel = ["scipy >= 1.9.3", "matplotlib >=3.4.3", "pillow >=8.4.0"]
download = ["pyparsing >=2.4.7", "requests >=2.26.0"]
express = ["cai2 >=1.0.5"]
clipboard = ["pyperclip"]
gel = ["scipy", "matplotlib", "pillow"]
download = ["pyparsing", "requests"]
express = ["cai2"]
[tool.pdm.dev-dependencies]
dev = ["pytest >=7.2.0",
"pytest-cov >=4.0.0",
"pytest-doctestplus >=0.12.1",
"pytest-profiling >=1.7.0",
"coverage >=7.1.0",
"nbval >=0.9.6",
"requests-mock >=1.10.0"]
dev = ["pytest",
"pytest-cov",
"pytest-doctestplus",
"pytest-profiling",
"coverage",
"nbval",
"requests-mock"]
[project.urls]
homepage = "https://github.com/BjornFJohansson/pydna#-pydna"
documentation = "https://pydna.readthedocs.io/?badge=latest"
Expand Down

0 comments on commit 27fb73d

Please sign in to comment.