Skip to content

Commit d90b9ef

Browse files
committed
Removes "jupyter" extra from black formatting to reduce unnecessary depenencies
1 parent 6836b70 commit d90b9ef

File tree

2 files changed

+426
-542
lines changed

2 files changed

+426
-542
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rope = "*"
1111
mygeotab = {editable = true,path = "."}
1212
mypy = "*"
1313
pytest-asyncio = "*"
14-
black = {extras = ["jupyter"], version = "*"}
14+
black = "*"
1515
requests-mock = "*"
1616
pytest-datadir = "*"
1717
pytest-benchmark = "*"

0 commit comments

Comments
 (0)