Skip to content
Snippets Groups Projects
Commit cc7ea733 authored by jan.bednarik's avatar jan.bednarik
Browse files

majak: Update Wagtail to 2.9.1 and other requirements too

parent 8c2e8e63
No related branches found
No related tags found
No related merge requests found
......@@ -5,31 +5,31 @@
# pip-compile base.in
#
arrow==0.14.7 # via -r base.in, ics
asgiref==3.2.7 # via django
asgiref==3.2.10 # via django
beautifulsoup4==4.8.2 # via wagtail
certifi==2020.4.5.1 # via requests
certifi==2020.6.20 # via requests
cffi==1.14.0 # via cryptography
chardet==3.0.4 # via requests
cryptography==2.9.2 # via josepy, mozilla-django-oidc, pyopenssl
django-cogwheels==0.3 # via wagtailmenus
django-environ==0.4.5 # via -r base.in
django-extensions==2.2.9 # via -r base.in
django-modelcluster==5.0.1 # via wagtail
django-extensions==3.0.2 # via -r base.in
django-modelcluster==5.0.2 # via wagtail
django-redis==4.12.1 # via -r base.in
django-taggit==1.2.0 # via wagtail
django-taggit==1.3.0 # via wagtail
django-treebeard==4.3.1 # via wagtail
django==3.0.6 # via django-redis, django-taggit, django-treebeard, djangorestframework, mozilla-django-oidc, wagtail
django==3.0.8 # via django-redis, django-taggit, django-treebeard, djangorestframework, mozilla-django-oidc, wagtail
djangorestframework==3.11.0 # via wagtail
draftjs-exporter==2.1.7 # via wagtail
html5lib==1.0.1 # via wagtail
html5lib==1.1 # via wagtail
ics==0.7 # via -r base.in
idna==2.9 # via requests
idna==2.10 # via requests
josepy==1.3.0 # via mozilla-django-oidc
l18n==2018.5 # via wagtail
mozilla-django-oidc==1.2.3 # via pirates
numpy==1.18.4 # via opencv-python
numpy==1.19.0 # via opencv-python
opencv-python==4.2.0.34 # via -r base.in
pillow==7.1.2 # via wagtail
pillow==7.2.0 # via wagtail
pirates==0.3.1 # via -r base.in
psycopg2-binary==2.8.5 # via -r base.in
pyasn1-modules==0.2.8 # via python-ldap
......@@ -37,23 +37,23 @@ pyasn1==0.4.8 # via pyasn1-modules, python-ldap
pycparser==2.20 # via cffi
pyopenssl==19.1.0 # via josepy
python-dateutil==2.8.1 # via arrow, ics
python-ldap==3.2.0 # via pirates
python-ldap==3.3.1 # via pirates
pytz==2020.1 # via django, django-modelcluster, l18n
redis==3.5.2 # via django-redis
requests==2.23.0 # via -r base.in, mozilla-django-oidc, wagtail
six==1.14.0 # via cryptography, django-extensions, html5lib, ics, josepy, l18n, mozilla-django-oidc, pyopenssl, python-dateutil
soupsieve==2.0 # via beautifulsoup4
redis==3.5.3 # via django-redis
requests==2.24.0 # via -r base.in, mozilla-django-oidc, wagtail
six==1.15.0 # via cryptography, django-extensions, html5lib, ics, josepy, l18n, mozilla-django-oidc, pyopenssl, python-dateutil
soupsieve==2.0.1 # via beautifulsoup4
sqlparse==0.3.1 # via django
tatsu==5.5.0 # via ics
unidecode==1.1.1 # via wagtail
urllib3==1.25.9 # via requests
wagtail-metadata==3.1.0 # via -r base.in
wagtail==2.9 # via -r base.in, wagtail-metadata
wagtailmenus==3.0.1 # via -r base.in
wagtail-metadata==3.2.0 # via -r base.in
wagtail==2.9.1 # via -r base.in, wagtail-metadata
wagtailmenus==3.0.2 # via -r base.in
webencodings==0.5.1 # via html5lib
whitenoise==5.0.1 # via -r base.in
whitenoise==5.1.0 # via -r base.in
willow==1.3 # via wagtail
xlsxwriter==1.2.8 # via wagtail
xlsxwriter==1.2.9 # via wagtail
# The following packages are considered to be unsafe in a requirements file:
# setuptools
......@@ -7,26 +7,26 @@
attrs==19.3.0 # via pytest
coverage==5.1 # via pytest-cov
factory-boy==2.12.0 # via pytest-factoryboy
faker==4.1.0 # via factory-boy
faker==4.1.1 # via factory-boy
fastdiff==0.2.0 # via snapshottest
freezegun==0.3.15 # via pytest-freezegun
inflection==0.4.0 # via pytest-factoryboy
more-itertools==8.3.0 # via pytest
inflection==0.5.0 # via pytest-factoryboy
more-itertools==8.4.0 # via pytest
packaging==20.4 # via pytest, pytest-sugar
pluggy==0.13.1 # via pytest
py==1.8.1 # via pytest
py==1.9.0 # via pytest
pyparsing==2.4.7 # via packaging
pytest-cov==2.8.1 # via -r dev.in
pytest-cov==2.10.0 # via -r dev.in
pytest-django==3.9.0 # via -r dev.in
pytest-factoryboy==2.0.3 # via -r dev.in
pytest-freezegun==0.4.1 # via -r dev.in
pytest-mock==3.1.0 # via -r dev.in
pytest-mock==3.1.1 # via -r dev.in
pytest-sugar==0.9.3 # via -r dev.in
pytest==5.4.2 # via -r dev.in, pytest-cov, pytest-django, pytest-factoryboy, pytest-freezegun, pytest-mock, pytest-sugar
pytest==5.4.3 # via -r dev.in, pytest-cov, pytest-django, pytest-factoryboy, pytest-freezegun, pytest-mock, pytest-sugar
python-dateutil==2.8.1 # via faker, freezegun
six==1.14.0 # via freezegun, packaging, python-dateutil, snapshottest
six==1.15.0 # via freezegun, packaging, python-dateutil, snapshottest
snapshottest==0.5.1 # via -r dev.in
termcolor==1.1.0 # via pytest-sugar, snapshottest
text-unidecode==1.3 # via faker
wasmer==0.4.1 # via fastdiff
wcwidth==0.1.9 # via pytest
wcwidth==0.2.5 # via pytest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment