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:
parent
67eefbd560
commit
68b13e06a8
3 changed files with 381 additions and 354 deletions
6
Pipfile
6
Pipfile
|
@ -10,10 +10,10 @@ tox = "*"
|
||||||
django-debug-toolbar = "*"
|
django-debug-toolbar = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
"psycopg2-binary" = "<2.9"
|
"psycopg2-binary" = "*"
|
||||||
ConcurrentLogHandler = "*"
|
ConcurrentLogHandler = "*"
|
||||||
dj-database-url = "*"
|
dj-database-url = "*"
|
||||||
django = "<2.3"
|
django = "<4"
|
||||||
django-anymail = "*"
|
django-anymail = "*"
|
||||||
django-colorful = "*"
|
django-colorful = "*"
|
||||||
django-crispy-forms = "*"
|
django-crispy-forms = "*"
|
||||||
|
@ -30,7 +30,7 @@ Pillow = ">=4.0.0"
|
||||||
puput = ">=1.0.0"
|
puput = ">=1.0.0"
|
||||||
python-dotenv = "*"
|
python-dotenv = "*"
|
||||||
stellar = "*"
|
stellar = "*"
|
||||||
wagtail = ">=2.0,<2.13"
|
wagtail = ">=2.0,<2.16"
|
||||||
whitenoise = "*"
|
whitenoise = "*"
|
||||||
django-toolbelt = "*"
|
django-toolbelt = "*"
|
||||||
unidecode = "*"
|
unidecode = "*"
|
||||||
|
|
713
Pipfile.lock
generated
713
Pipfile.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,30 +1,30 @@
|
||||||
# Updated: 21.07.2021
|
# Updated: 21.07.2021
|
||||||
|
|
||||||
# Core
|
# Core
|
||||||
wagtail==2.12.5
|
wagtail==2.15.1
|
||||||
elasticsearch>=5.0.0,<6.0.0
|
elasticsearch==5.5.3
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
psycopg2-binary>=2.8.6,<2.9
|
psycopg2-binary==2.9.2
|
||||||
dj-database-url==0.5.0
|
dj-database-url==0.5.0
|
||||||
|
|
||||||
# Content
|
# Content
|
||||||
puput==1.1.1
|
puput==1.1.3
|
||||||
guess-language-spirit==0.5.3
|
guess-language-spirit==0.5.3
|
||||||
|
|
||||||
# Caching
|
# Caching
|
||||||
django-redis==5.0.0
|
django-redis==5.1.0
|
||||||
|
|
||||||
# Frontend
|
# Frontend
|
||||||
django-anymail==8.4
|
django-anymail==8.4
|
||||||
django-colorful==1.3
|
django-colorful==1.3
|
||||||
django-contrib-comments==2.1.0
|
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-el-pagination==3.3.0
|
||||||
django-libsass==0.8
|
django-libsass==0.9
|
||||||
django-social-share==2.2.1
|
django-social-share==2.2.1
|
||||||
libsass==0.21.0
|
libsass==0.21.0
|
||||||
Pillow==8.2.0
|
Pillow==8.4.0
|
||||||
|
|
||||||
# Runtime dependencies
|
# Runtime dependencies
|
||||||
gunicorn
|
gunicorn
|
||||||
|
|
Loading…
Reference in a new issue