diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 11:29:42 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 11:29:50 -0800 |
commit | c5035bafd3c1700621d0aee12a2aa5b2fcc145c3 (patch) | |
tree | 33bba8259ee0b37360f22ce8b6aa218180f646e1 /python/Pipfile | |
parent | 6571c1d98aa1e13f28e1d2557408a369d4e3220f (diff) | |
download | fatcat-c5035bafd3c1700621d0aee12a2aa5b2fcc145c3.tar.gz fatcat-c5035bafd3c1700621d0aee12a2aa5b2fcc145c3.zip |
continue breaking out python client
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 = "*" |