diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-20 16:19:30 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-20 16:19:33 -0700 |
commit | c762be87bddf01e1d0c85275fe357be49b979dae (patch) | |
tree | 331aac6bee8fdc94bfeecfb4a2a260407e82f874 /python/Pipfile | |
parent | f7de7e30399409c03ba820c9c7a33c95c38e3efa (diff) | |
download | fatcat-c762be87bddf01e1d0c85275fe357be49b979dae.tar.gz fatcat-c762be87bddf01e1d0c85275fe357be49b979dae.zip |
make fatcat_client not relocatable
This is necessary to for build artifacts.
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 86dc1333..07cd1b5b 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -19,7 +19,7 @@ pylint = "*" pg-view = "*" [packages] -fatcat_client = { path = "./../python_client", editable = true } +fatcat_client = { path = "./../python_client" } python-dotenv = "*" Flask = ">=1" flask-uuid = "*" |