Skip to content

Commit d77f7b3

Browse files
committed
moved mypy dependency to dev
1 parent 336f224 commit d77f7b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Pipfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ networkx = "==1.11"
1616
numpy = "*"
1717
pandas = "*"
1818
scipy = "*"
19-
mypy = "*"
2019
pytest = "*"
2120
matplotlib = "*"
2221
pygraphviz = "*"
@@ -29,6 +28,5 @@ objectpath = "*"
2928

3029
[dev-packages]
3130

32-
pyjnius = "*"
33-
neovim = "*"
31+
mypy = "*"
3432
pipenv-to-requirements = "*"

0 commit comments

Comments
 (0)