Skip to content

Commit

Permalink
add missing requests dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed May 7, 2024
1 parent f7ed16e commit 5306702
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 @@ -49,7 +49,7 @@ Tracker = "https://github.com/QCoDeS/Qcodes_loop/issues"

[project.optional-dependencies]
qtplot = ["pyqtgraph>=0.11.0"]
slack = ["slack-sdk>=3.4.2"]
slack = ["slack-sdk>=3.4.2", "requests"]
test = [
"coverage[toml]>=6.0.0",
"hypothesis>=5.49.0",
Expand All @@ -59,6 +59,7 @@ test = [
"pyqtgraph>=0.11.0", # pyqtgraph tests
"PyQt5>=5.15.0", # pyqtgraph tests
"slack-sdk>=3.4.2", # needed to typecheck slack extension
"requests", # types in slack tests
]
docs = [
"nbsphinx>=0.8.9",
Expand Down

0 comments on commit 5306702

Please sign in to comment.