Skip to content

Commit

Permalink
gwf is no longer pip-installable
Browse files Browse the repository at this point in the history
  • Loading branch information
micknudsen committed May 22, 2023
1 parent bbbac7d commit fc2198f
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 @@ -8,7 +8,7 @@
test_suite="tests",
entry_points={"gwf.plugins": ["utilization = gwf_utilization.main:utilization"]},
python_requires=">=3.7",
install_requires=["click", "gwf>=2", "texttable>=1.4.0"],
install_requires=["click", "texttable>=1.4.0"],
author="Michael Knudsen",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit fc2198f

Please sign in to comment.