Skip to content

Commit

Permalink
Add jupyter deps to Pipfile.lock (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Aug 16, 2021
1 parent e465acf commit b92ec34
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 111 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ setuptools = ">=39.2.0"
setuptools-scm = "*"
twine = ">=1.11.0"
wheel = ">=0.31.1"
black = {editable = true, extras = ["d"], path = "."}
black = {editable = true, extras = ["d", "jupyter"], path = "."}

[packages]
aiohttp = ">=3.6.0"
Expand Down
Loading

0 comments on commit b92ec34

Please sign in to comment.