diff options
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 = "*" |