Wagtail 2.15.1

psycopg2 2.9.2
puput 1.1.3
redis 5.1
crispy-forms 1.13
libsass 0.9
Pillow 8.4
This commit is contained in:
datalets 2021-12-11 22:53:06 +01:00
parent 67eefbd560
commit 68b13e06a8
3 changed files with 381 additions and 354 deletions

View File

@ -10,10 +10,10 @@ tox = "*"
django-debug-toolbar = "*"
[packages]
"psycopg2-binary" = "<2.9"
"psycopg2-binary" = "*"
ConcurrentLogHandler = "*"
dj-database-url = "*"
django = "<2.3"
django = "<4"
django-anymail = "*"
django-colorful = "*"
django-crispy-forms = "*"
@ -30,7 +30,7 @@ Pillow = ">=4.0.0"
puput = ">=1.0.0"
python-dotenv = "*"
stellar = "*"
wagtail = ">=2.0,<2.13"
wagtail = ">=2.0,<2.16"
whitenoise = "*"
django-toolbelt = "*"
unidecode = "*"

713
Pipfile.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,30 +1,30 @@
# Updated: 21.07.2021
# Core
wagtail==2.12.5
elasticsearch>=5.0.0,<6.0.0
wagtail==2.15.1
elasticsearch==5.5.3
# Database
psycopg2-binary>=2.8.6,<2.9
psycopg2-binary==2.9.2
dj-database-url==0.5.0
# Content
puput==1.1.1
puput==1.1.3
guess-language-spirit==0.5.3
# Caching
django-redis==5.0.0
django-redis==5.1.0
# Frontend
django-anymail==8.4
django-colorful==1.3
django-contrib-comments==2.1.0
django-crispy-forms==1.12.0
django-crispy-forms==1.13.0
django-el-pagination==3.3.0
django-libsass==0.8
django-libsass==0.9
django-social-share==2.2.1
libsass==0.21.0
Pillow==8.2.0
Pillow==8.4.0
# Runtime dependencies
gunicorn