aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-04-13 16:16:11 +0200
committerGravatar Leon Sandøy <[email protected]>2019-04-13 16:16:11 +0200
commitf29472a56f925127a077c4cadcc13fa852dc665b (patch)
tree34fcafe8e98ab0d9babc87f2118250ecbe697bda /Pipfile
parentAdded hrefs for the cards (diff)
refactoring slightly to use a class-based view, changing home to main. Ready to write the API search stuff now.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 932746d2..bb2c88ee 100644
--- a/Pipfile
+++ b/Pipfile
@@ -27,6 +27,7 @@ uwsgi = "~=2.0.18"
psycopg2-binary = "~=2.8"
django-simple-bulma = ">=1.1.6,<2.0"
django-crispy-bulma = ">=0.1.2,<2.0"
+requests = "*"
[requires]
python_version = "3.7"