Skip to content

Commit

Permalink
made pyperclip optional
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Oct 17, 2023
1 parent b552640 commit 5591cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ biopython = ">=1.80"
networkx = ">=2.8.8"
pydivsufsort = ">=0.0.11"
prettytable = ">=3.5.0"
pyperclip = ">=1.8.2"
pyfiglet = ">=0.8.post1"
pyperclip = { version = ">=1.8.2", optional = true }
scipy = { version = ">=1.8.0", optional = true }
matplotlib = { version = ">=3.4.3", optional = true }
pillow = { version = ">=8.4.0", optional = true }
Expand All @@ -47,6 +47,7 @@ requests = { version = ">=2.26.0", optional = true }
cai2 = { version = ">=1.0.5", optional = true }
pyqt5 = { version = ">=5.15.0", optional = true }
[tool.poetry.extras]
clipboard = ["pyperclip"]
gel = ["scipy", "matplotlib", "pillow"]
download = ["pyparsing", "requests"]
gui = ["pyqt5"]
Expand Down

0 comments on commit 5591cb5

Please sign in to comment.