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.lock | |
parent | 6571c1d98aa1e13f28e1d2557408a369d4e3220f (diff) | |
download | fatcat-c5035bafd3c1700621d0aee12a2aa5b2fcc145c3.tar.gz fatcat-c5035bafd3c1700621d0aee12a2aa5b2fcc145c3.zip |
continue breaking out python client
Diffstat (limited to 'python/Pipfile.lock')
-rw-r--r-- | python/Pipfile.lock | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python/Pipfile.lock b/python/Pipfile.lock index 81232f0a..296079f0 100644 --- a/python/Pipfile.lock +++ b/python/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e330c4f12e19ee154c6de6e10a7b1349a2dd019e5483d2a7700fb542ad1477f1" + "sha256": "c3deb49cf4c122c2aed3f4f944e9763cfcf40c85891ca3d3e9cabc3debbb9075" }, "pipfile-spec": 6, "requires": { @@ -118,6 +118,10 @@ ], "version": "==2.4.2" }, + "fatcat-client": { + "editable": true, + "path": "./../python_client" + }, "flask": { "hashes": [ "sha256:2271c0070dbcb5275fad4a82e29f23ab92682dc45f9dfbc22c02ba9b9322ce48", |