From c762be87bddf01e1d0c85275fe357be49b979dae Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 20 Jun 2019 16:19:30 -0700 Subject: make fatcat_client not relocatable This is necessary to for build artifacts. --- python/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Pipfile') 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 = "*" -- cgit v1.2.3