From a65dfc914517376b5ededb82e594236c5d61c721 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Sep 2019 18:54:39 -0700 Subject: update all other mentions of python client lib --- python/Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 0de97b25..b488f210 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -1,5 +1,5 @@ # This file is *not* used as part of bundling or distributing the python client -# library (fatcat_client). It *is* shared by the web interface (flask app), +# library (fatcat-openapi-client). It *is* shared by the web interface (flask app), # workers, and import scripts. [[source]] @@ -18,7 +18,7 @@ pylint = "*" pg-view = "*" [packages] -fatcat_client = {path = "./../python_client"} +fatcat-openapi-client = {path = "./../python_openapi_client"} python-dotenv = "*" Flask = ">=1" flask-uuid = "*" -- cgit v1.2.3