Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hemp
Maják
Commits
b79d2373
Commit
b79d2373
authored
4 years ago
by
jan.bednarik
Browse files
Options
Downloads
Patches
Plain Diff
majak: Upgrade Wagtail to 2.11.2 and other requirements
parent
a909873f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements/base.txt
+7
-7
7 additions, 7 deletions
requirements/base.txt
requirements/dev.txt
+1
-1
1 addition, 1 deletion
requirements/dev.txt
with
8 additions
and
8 deletions
requirements/base.txt
+
7
−
7
View file @
b79d2373
...
@@ -6,12 +6,12 @@
...
@@ -6,12 +6,12 @@
#
#
anyascii==0.1.7 # via wagtail
anyascii==0.1.7 # via wagtail
arrow==0.14.7 # via -r base.in, ics
arrow==0.14.7 # via -r base.in, ics
asgiref==3.3.
0
# via django
asgiref==3.3.
1
# via django
attrs==20.3.0 # via jsonschema
attrs==20.3.0 # via jsonschema
beautifulsoup4==4.8.2 # via wagtail
beautifulsoup4==4.8.2 # via wagtail
bleach==3.2.1 # via nbconvert
bleach==3.2.1 # via nbconvert
certifi==2020.11.8 # via requests, sentry-sdk
certifi==2020.11.8 # via requests, sentry-sdk
cffi==1.14.
3
# via cryptography
cffi==1.14.
4
# via cryptography
chardet==3.0.4 # via requests
chardet==3.0.4 # via requests
cryptography==3.2.1 # via josepy, mozilla-django-oidc, pyopenssl
cryptography==3.2.1 # via josepy, mozilla-django-oidc, pyopenssl
defusedxml==0.6.0 # via nbconvert
defusedxml==0.6.0 # via nbconvert
...
@@ -36,7 +36,7 @@ jdcal==1.4.1 # via openpyxl
...
@@ -36,7 +36,7 @@ jdcal==1.4.1 # via openpyxl
jinja2==2.11.2 # via nbconvert
jinja2==2.11.2 # via nbconvert
josepy==1.5.0 # via mozilla-django-oidc
josepy==1.5.0 # via mozilla-django-oidc
jsonschema==3.2.0 # via nbformat
jsonschema==3.2.0 # via nbformat
jupyter-core==4.
6.3
# via nbconvert, nbformat
jupyter-core==4.
7.0
# via nbconvert, nbformat
l18n==2020.6.1 # via wagtail
l18n==2020.6.1 # via wagtail
markupsafe==1.1.1 # via jinja2
markupsafe==1.1.1 # via jinja2
mistune==0.8.4 # via nbconvert
mistune==0.8.4 # via nbconvert
...
@@ -62,8 +62,8 @@ python-dateutil==2.8.1 # via arrow, ics
...
@@ -62,8 +62,8 @@ python-dateutil==2.8.1 # via arrow, ics
python-ldap==3.3.1 # via pirates
python-ldap==3.3.1 # via pirates
pytz==2020.4 # via django, django-modelcluster, l18n
pytz==2020.4 # via django, django-modelcluster, l18n
redis==3.5.3 # via django-redis
redis==3.5.3 # via django-redis
requests==2.2
4
.0 # via -r base.in, mozilla-django-oidc, wagtail
requests==2.2
5
.0 # via -r base.in, mozilla-django-oidc, wagtail
sentry-sdk==0.19.
2
# via -r base.in
sentry-sdk==0.19.
4
# via -r base.in
six==1.15.0 # via bleach, cryptography, html5lib, ics, josepy, jsonschema, l18n, mozilla-django-oidc, packaging, pyopenssl, python-dateutil
six==1.15.0 # via bleach, cryptography, html5lib, ics, josepy, jsonschema, l18n, mozilla-django-oidc, packaging, pyopenssl, python-dateutil
soupsieve==2.0.1 # via beautifulsoup4
soupsieve==2.0.1 # via beautifulsoup4
sqlparse==0.4.1 # via django
sqlparse==0.4.1 # via django
...
@@ -72,9 +72,9 @@ tatsu==5.5.0 # via ics
...
@@ -72,9 +72,9 @@ tatsu==5.5.0 # via ics
testpath==0.4.4 # via nbconvert
testpath==0.4.4 # via nbconvert
traitlets==5.0.5 # via -r base.in, jupyter-core, nbconvert, nbformat
traitlets==5.0.5 # via -r base.in, jupyter-core, nbconvert, nbformat
unidecode==1.1.1 # via wagtail
unidecode==1.1.1 # via wagtail
urllib3==1.2
5.11
# via requests, sentry-sdk
urllib3==1.2
6.2
# via requests, sentry-sdk
wagtail-metadata==3.3.0 # via -r base.in
wagtail-metadata==3.3.0 # via -r base.in
wagtail==2.11.
1
# via -r base.in, wagtail-metadata
wagtail==2.11.
2
# via -r base.in, wagtail-metadata
webencodings==0.5.1 # via bleach, html5lib
webencodings==0.5.1 # via bleach, html5lib
whitenoise==5.2.0 # via -r base.in
whitenoise==5.2.0 # via -r base.in
willow==1.4 # via wagtail
willow==1.4 # via wagtail
...
...
This diff is collapsed.
Click to expand it.
requirements/dev.txt
+
1
−
1
View file @
b79d2373
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
attrs==20.3.0 # via pytest
attrs==20.3.0 # via pytest
coverage==5.3 # via pytest-cov
coverage==5.3 # via pytest-cov
factory-boy==3.1.0 # via pytest-factoryboy
factory-boy==3.1.0 # via pytest-factoryboy
faker==4.1
4.2
# via factory-boy
faker==4.1
7.1
# via factory-boy
fastdiff==0.2.0 # via snapshottest
fastdiff==0.2.0 # via snapshottest
freezegun==1.0.0 # via pytest-freezegun
freezegun==1.0.0 # via pytest-freezegun
inflection==0.5.1 # via pytest-factoryboy
inflection==0.5.1 # via pytest-factoryboy
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment