Skip to content

Commit

Permalink
setup: move pydot to install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jan 31, 2020
1 parent 92bbd43 commit fd6bd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def run(self):
"win-unicode-console>=0.5; sys_platform == 'win32'",
"pywin32>=225; sys_platform == 'win32'",
"networkx>=2.1,<2.4",
"pydot>=1.2.4",
"speedcopy>=2.0.1",
"pyfastcopy>=1.0.3",
"flatten_json>=0.1.6",
Expand All @@ -100,7 +101,6 @@ def run(self):
# Extra dependecies to run tests
tests_requirements = [
"wheel>=0.31.1",
"pydot>=1.2.4",
# Test requirements:
"pytest>=4.6.0",
"pytest-timeout>=1.3.3",
Expand Down

0 comments on commit fd6bd29

Please sign in to comment.