diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-05 18:54:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-05 18:54:39 -0700 |
commit | a65dfc914517376b5ededb82e594236c5d61c721 (patch) | |
tree | 381a5d346dfad7f020c344d2c4740eefb71be61d /python/Pipfile | |
parent | 28d2d94a9100c1a809955cde93fdbb7a36263057 (diff) | |
download | fatcat-a65dfc914517376b5ededb82e594236c5d61c721.tar.gz fatcat-a65dfc914517376b5ededb82e594236c5d61c721.zip |
update all other mentions of python client lib
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 = "*" |