From 4b30eeef939a421ae6b57cd3ff75d681680b13c1 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 23 May 2018 14:42:52 +0200 Subject: [PATCH] requirements updated --- app/templates/show_books.html | 8 +------- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/app/templates/show_books.html b/app/templates/show_books.html index 4113728..ca0acb1 100755 --- a/app/templates/show_books.html +++ b/app/templates/show_books.html @@ -20,27 +20,21 @@ Cover Title Author -<<<<<<< HEAD Filetype -======= Tag ->>>>>>> 18f7acebcd760ab12a86ada4423cbefcbdaafdf5 {% for book in books %} {{ book.title }} -<<<<<<< HEAD + {% for author in book.author %}
  • {{ author.author_name }}
  • {% endfor %} {{ book.fileformat }} -======= - {{ book.author }} {{ book.tag}} ->>>>>>> 18f7acebcd760ab12a86ada4423cbefcbdaafdf5 {% endfor %} diff --git a/requirements.txt b/requirements.txt index 0724b65..a4faeb4 100755 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,6 @@ SQLAlchemy==1.1.5 Werkzeug==0.11.15 WTForms==2.1 flask-marshmallow==0.9.0 - +Wand==0.4.4 +PyPDF2==1.26.0