From ba6af1e3695046e7a54940944da165d5ec8067ed Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Fri, 2 Apr 2021 17:01:30 -0400 Subject: [PATCH] change requirement reference to _restclient in nwis_client setup.py to default branch. This will break tests, but will be fine after merge --- python/nwis_client/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/nwis_client/setup.py b/python/nwis_client/setup.py index 5d8395a1..a348dbec 100644 --- a/python/nwis_client/setup.py +++ b/python/nwis_client/setup.py @@ -28,8 +28,7 @@ "numpy", "requests", "requests-cache", - # TODO: Temp fix for tests. This will not work once the branch is deleted - "hydrotools._restclient@ git+https://github.com/NOAA-OWP/hydrotools.git@move-namespace-to-hydrotools#subdirectory=python/_restclient", + "hydrotools._restclient@ git+https://github.com/NOAA-OWP/hydrotools.git#subdirectory=python/_restclient", ] setup(