Added lxml requirement.

pull/30/head
Ayreonaut 4 years ago
parent 3ca19319d7
commit 010f03fc81

@ -10,7 +10,7 @@ def fotogrid(image_urls):
if len(image_urls) == 0:
return ""
# prepare our 'bins', the columsn of the fotogrid
# prepare our 'bins', the columns of the fotogrid
nbr_of_columns = 4
prepared_column = []
for i in range(nbr_of_columns):

@ -7,3 +7,4 @@ pytest-cov
requests
pycodestyle
codecov
lxml

Loading…
Cancel
Save