diff options
author | Jesús <heckyel@hyperbola.info> | 2022-01-11 16:28:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-01-11 16:28:10 -0500 |
commit | b77c06257f9b650e2274c7dcb8937c237353c64d (patch) | |
tree | 7313f99f74b126c2a7c8346942ffedc8eb796bfc | |
parent | 3c089c6c2a8e5f8602decb4265370cb8e45b8588 (diff) | |
download | personal-site-b77c06257f9b650e2274c7dcb8937c237353c64d.tar.lz personal-site-b77c06257f9b650e2274c7dcb8937c237353c64d.tar.xz personal-site-b77c06257f9b650e2274c7dcb8937c237353c64d.zip |
update prod-depoendencies
-rw-r--r-- | requirements_prod.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_prod.txt b/requirements_prod.txt index 7cad791..35889e5 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1,5 +1,5 @@ Django==2.2.16 django-cleanup==5.0.0 -Pillow==6.0.0 +Pillow==9.0.0 psycopg2-binary==2.8.1 pytz==2018.9 |