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