diff options
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile index fbb197a2..eebdab36 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -18,6 +18,7 @@ pylint = "*" pg-view = "*" [packages] +fatcat_client = { path = "./../python_client", editable = true } python-dotenv = "*" Flask = ">=1" flask-uuid = "*" |