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
f70b7408
Commit
f70b7408
authored
5 months ago
by
Alexa Valentová
Browse files
Options
Downloads
Patches
Plain Diff
fix reqs (again?)
parent
e984997b
No related branches found
No related tags found
2 merge requests
!1175
Release
,
!1173
fix reqs
Pipeline
#20024
passed
5 months ago
Stage: build
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
requirements/base.in
+2
-2
2 additions, 2 deletions
requirements/base.in
requirements/base.txt
+13
-12
13 additions, 12 deletions
requirements/base.txt
requirements/dev.in
+1
-1
1 addition, 1 deletion
requirements/dev.in
requirements/dev.txt
+2
-2
2 additions, 2 deletions
requirements/dev.txt
with
18 additions
and
17 deletions
requirements/base.in
+
2
−
2
View file @
f70b7408
wagtail
wagtail-metadata
wagtail-trash
django
<4.2 # PostgreSQL 12.20 support
django
django-environ
django-extensions
django-redis
...
...
@@ -33,4 +33,4 @@ wand
httplib2
icalendar
pytz
nh3
nh3
\ No newline at end of file
This diff is collapsed.
Click to expand it.
requirements/base.txt
+
13
−
12
View file @
f70b7408
...
...
@@ -34,7 +34,7 @@ attrs==24.2.0
# requests-cache
backoff==2.2.1
# via gql
beautifulsoup4==4.1
1.2
beautifulsoup4==4.1
2.3
# via
# -r base.in
# wagtail
...
...
@@ -85,7 +85,7 @@ decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via willow
django==
4
.1.
13
django==
5
.1.
2
# via
# -r base.in
# django-extensions
...
...
@@ -99,13 +99,14 @@ django==4.1.13
# django-taggit
# django-treebeard
# djangorestframework
# laces
# mozilla-django-oidc
# wagtail
django-environ==0.11.2
# via -r base.in
django-extensions==3.2.3
# via -r base.in
django-filter==2
3.5
django-filter==2
4.3
# via wagtail
django-modelcluster==6.3
# via wagtail
...
...
@@ -117,17 +118,17 @@ django-redis==5.4.0
# via -r base.in
django-settings-export==1.2.1
# via -r base.in
django-simple-captcha==0.
5.2
0
django-simple-captcha==0.
6.
0
# via -r base.in
django-taggit==
4
.0.
0
django-taggit==
5
.0.
1
# via wagtail
django-treebeard==4.7.1
# via wagtail
django-widget-tweaks==1.5.0
# via -r base.in
djangorestframework==3.15.
1
djangorestframework==3.15.
2
# via wagtail
draftjs-exporter==
2.1.7
draftjs-exporter==
5.0.0
# via wagtail
et-xmlfile==2.0.0
# via openpyxl
...
...
@@ -150,9 +151,7 @@ graphql-core==3.2.5
h11==0.14.0
# via httpcore
html5lib==1.1
# via
# wagtail
# weasyprint
# via weasyprint
httpcore==1.0.6
# via httpx
httplib2==0.22.0
...
...
@@ -181,6 +180,8 @@ kombu==5.4.2
# via celery
l18n==2021.3
# via wagtail
laces==0.1.1
# via wagtail
markdown==3.7
# via -r base.in
matplotlib-inline==0.1.7
...
...
@@ -336,7 +337,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wagtail==
5
.2.
6
wagtail==
6
.2.
2
# via
# -r base.in
# wagtail-metadata
...
...
@@ -364,7 +365,7 @@ websockets==11.0.3
# via gql
whitenoise==5.3.0
# via -r base.in
willow[heif]==1.
6.3
willow[heif]==1.
9.0
# via
# wagtail
# willow
...
...
This diff is collapsed.
Click to expand it.
requirements/dev.in
+
1
−
1
View file @
f70b7408
django
<4.2
django
django-debug-toolbar
pytest
pytest-sugar
...
...
This diff is collapsed.
Click to expand it.
requirements/dev.txt
+
2
−
2
View file @
f70b7408
...
...
@@ -8,11 +8,11 @@ asgiref==3.8.1
# via django
coverage[toml]==7.6.4
# via pytest-cov
django==
4
.1.
13
django==
5
.1.
2
# via
# -r dev.in
# django-debug-toolbar
django-debug-toolbar==4.
3.0
django-debug-toolbar==4.
4.6
# via -r dev.in
factory-boy==3.3.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