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
Container Registry
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
TO
Maják
Commits
9a069c7a
Commit
9a069c7a
authored
4 years ago
by
jan.bednarik
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade Wagtail to v2.9 and other requirements too
parent
e6963185
No related branches found
No related tags found
1 merge request
!1
SSO
Pipeline
#494
failed
4 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
majak/settings/base.py
+0
-1
0 additions, 1 deletion
majak/settings/base.py
requirements/base.in
+1
-1
1 addition, 1 deletion
requirements/base.in
requirements/base.txt
+9
-7
9 additions, 7 deletions
requirements/base.txt
with
10 additions
and
9 deletions
majak/settings/base.py
+
0
−
1
View file @
9a069c7a
...
...
@@ -49,7 +49,6 @@ MIDDLEWARE = [
"
django.contrib.messages.middleware.MessageMiddleware
"
,
"
django.middleware.clickjacking.XFrameOptionsMiddleware
"
,
"
django.middleware.security.SecurityMiddleware
"
,
"
wagtail.core.middleware.SiteMiddleware
"
,
"
wagtail.contrib.redirects.middleware.RedirectMiddleware
"
,
]
...
...
This diff is collapsed.
Click to expand it.
requirements/base.in
+
1
−
1
View file @
9a069c7a
...
...
@@ -3,4 +3,4 @@ wagtailmenus
django-environ
django-extensions
psycopg2-binary
git+https://gitlab.pirati.cz/to/pirates@v0.
2
.1
git+https://gitlab.pirati.cz/to/pirates@v0.
3
.1
This diff is collapsed.
Click to expand it.
requirements/base.txt
+
9
−
7
View file @
9a069c7a
...
...
@@ -5,7 +5,7 @@
# pip-compile base.in
#
asgiref==3.2.7 # via django
beautifulsoup4==4.
6.0
# via wagtail
beautifulsoup4==4.
8.2
# via wagtail
certifi==2020.4.5.1 # via requests
cffi==1.14.0 # via cryptography
chardet==3.0.4 # via requests
...
...
@@ -16,7 +16,7 @@ django-extensions==2.2.9 # via -r base.in
django-modelcluster==5.0.1 # via wagtail
django-taggit==1.2.0 # via wagtail
django-treebeard==4.3.1 # via wagtail
django==3.0.
5
# via django-taggit, django-treebeard, djangorestframework, mozilla-django-oidc, wagtail
django==3.0.
6
# via 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
...
...
@@ -24,24 +24,26 @@ idna==2.9 # via requests
josepy==1.3.0 # via mozilla-django-oidc
l18n==2018.5 # via wagtail
mozilla-django-oidc==1.2.3 # via pirates
pillow==
6.2
.2 # via wagtail
git+https://gitlab.pirati.cz/to/pirates@v0.
2
.1 # via -r base.in
pillow==
7.1
.2 # via wagtail
git+https://gitlab.pirati.cz/to/pirates@v0.
3
.1 # via -r base.in
psycopg2-binary==2.8.5 # via -r base.in
pyasn1-modules==0.2.8 # via python-ldap
pyasn1==0.4.8 # via pyasn1-modules, python-ldap
pycparser==2.20 # via cffi
pyopenssl==19.1.0 # via josepy
python-ldap==3.2.0 # via pirates
pytz==20
19.3
# via django, django-modelcluster, l18n
pytz==20
20.1
# via django, django-modelcluster, l18n
requests==2.23.0 # via mozilla-django-oidc, wagtail
six==1.14.0 # via cryptography, django-extensions, html5lib, josepy, l18n, mozilla-django-oidc, pyopenssl
soupsieve==2.0 # via beautifulsoup4
sqlparse==0.3.1 # via django
unidecode==1.1.1 # via wagtail
urllib3==1.25.
8
# via requests
wagtail==2.
8.1
# via -r base.in
urllib3==1.25.
9
# via requests
wagtail==2.
9
# via -r base.in
wagtailmenus==3.0.1 # via -r base.in
webencodings==0.5.1 # via html5lib
willow==1.3 # via wagtail
xlsxwriter==1.2.8 # via wagtail
# The following packages are considered to be unsafe in a requirements file:
# setuptools
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