aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-09 11:29:42 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-09 11:29:50 -0800
commitc5035bafd3c1700621d0aee12a2aa5b2fcc145c3 (patch)
tree33bba8259ee0b37360f22ce8b6aa218180f646e1 /python
parent6571c1d98aa1e13f28e1d2557408a369d4e3220f (diff)
downloadfatcat-c5035bafd3c1700621d0aee12a2aa5b2fcc145c3.tar.gz
fatcat-c5035bafd3c1700621d0aee12a2aa5b2fcc145c3.zip
continue breaking out python client
Diffstat (limited to 'python')
-rw-r--r--python/Pipfile1
-rw-r--r--python/Pipfile.lock6
2 files changed, 6 insertions, 1 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 = "*"
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",