From a9bb197714fd637b1e09ccdc236c2c3212f097ae Mon Sep 17 00:00:00 2001 From: Yar59 <75260156+Yar59@users.noreply.github.com> Date: Sun, 3 Jul 2022 21:46:12 +0300 Subject: [PATCH 1/2] invalid quotes --- pokemon_entities/templates/pokemon.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pokemon_entities/templates/pokemon.html b/pokemon_entities/templates/pokemon.html index c503b49ca..f8428a53c 100644 --- a/pokemon_entities/templates/pokemon.html +++ b/pokemon_entities/templates/pokemon.html @@ -13,7 +13,7 @@
@@ -80,4 +80,4 @@

Карта {{pokemon.title}} в Москве

- \ No newline at end of file + From 7a7fe658027de94f0bf11e90fb35241ac322c597 Mon Sep 17 00:00:00 2001 From: Yar59 <75260156+Yar59@users.noreply.github.com> Date: Sun, 3 Jul 2022 22:19:09 +0300 Subject: [PATCH 2/2] Updated Pillow version 8.0.* didn`t work with Python 3.10 https://pillow.readthedocs.io/en/latest/installation.html --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc5bfa689..7fd91eb1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Django==3.1.* python-dotenv==0.15.* folium==0.11.* -Pillow==8.0.* # required by Windows environment \ No newline at end of file +Pillow==8.3.* # required by Windows environment