Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/finish-db-models #7

Merged
merged 15 commits into from
Nov 7, 2020
Prev Previous commit
Move graphviz to actual requirements instead of test deps
  • Loading branch information
JacksonMaxfield committed Nov 6, 2020
commit 54d547351a325fab7b1f52473f909d6d4b1311b4
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
"codecov>=2.1.4",
"flake8>=3.8.3",
"flake8-debugger>=3.2.1",
"graphviz>=0.14", # graphviz and pygraphviz are different, this is used for UML gen
"networkx>=2.5",
"pydot>=1.4", # graphviz and pydot are different, this one is used only for testing
"pydot>=1.4",
"pytest>=5.4.3",
"pytest-cov>=2.9.0",
"pytest-raises>=0.11",
Expand All @@ -45,6 +44,7 @@
"fireo>=1.3.3,<2",
"fsspec>=0.8.3,<1",
"gcsfs>=0.7.1,<1",
"graphviz>=0.14",
"pandas>=1.1.3,<2",
]

Expand Down