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
e984997b
Commit
e984997b
authored
5 months ago
by
Alexa Valentová
Browse files
Options
Downloads
Patches
Plain Diff
fix reqs
parent
5be5e312
No related branches found
No related tags found
2 merge requests
!1175
Release
,
!1173
fix reqs
Pipeline
#20022
failed
5 months ago
Stage: build
Changes
4
Pipelines
1
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
-14
13 additions, 14 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
19 deletions
requirements/base.in
+
2
−
2
View file @
e984997b
wagtail
wagtail-metadata
wagtail-trash
django
django
<4.2 # PostgreSQL 12.20 support
django-environ
django-extensions
django-redis
...
...
@@ -10,7 +10,7 @@ django-widget-tweaks
django-simple-captcha
gql[all]
numpy
psycopg2-binary
<=2.9.9
psycopg2-binary
pirates
whitenoise==5.3.0
opencv-python
...
...
This diff is collapsed.
Click to expand it.
requirements/base.txt
+
13
−
14
View file @
e984997b
...
...
@@ -34,7 +34,7 @@ attrs==24.2.0
# requests-cache
backoff==2.2.1
# via gql
beautifulsoup4==4.1
2.3
beautifulsoup4==4.1
1.2
# via
# -r base.in
# wagtail
...
...
@@ -85,7 +85,7 @@ decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via willow
django==
5
.1.
2
django==
4
.1.
13
# via
# -r base.in
# django-extensions
...
...
@@ -99,14 +99,13 @@ django==5.1.2
# 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
4.3
django-filter==2
3.5
# via wagtail
django-modelcluster==6.3
# via wagtail
...
...
@@ -118,17 +117,17 @@ django-redis==5.4.0
# via -r base.in
django-settings-export==1.2.1
# via -r base.in
django-simple-captcha==0.
6.
0
django-simple-captcha==0.
5.2
0
# via -r base.in
django-taggit==
5
.0.
1
django-taggit==
4
.0.
0
# via wagtail
django-treebeard==4.7.1
# via wagtail
django-widget-tweaks==1.5.0
# via -r base.in
djangorestframework==3.15.
2
djangorestframework==3.15.
1
# via wagtail
draftjs-exporter==
5.0.0
draftjs-exporter==
2.1.7
# via wagtail
et-xmlfile==2.0.0
# via openpyxl
...
...
@@ -151,7 +150,9 @@ graphql-core==3.2.5
h11==0.14.0
# via httpcore
html5lib==1.1
# via weasyprint
# via
# wagtail
# weasyprint
httpcore==1.0.6
# via httpx
httplib2==0.22.0
...
...
@@ -180,8 +181,6 @@ 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
...
...
@@ -228,7 +227,7 @@ prompt-toolkit==3.0.48
# ipython
propcache==0.2.0
# via yarl
psycopg2-binary==2.9.
9
psycopg2-binary==2.9.
10
# via -r base.in
ptyprocess==0.7.0
# via pexpect
...
...
@@ -337,7 +336,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wagtail==
6
.2.
2
wagtail==
5
.2.
6
# via
# -r base.in
# wagtail-metadata
...
...
@@ -365,7 +364,7 @@ websockets==11.0.3
# via gql
whitenoise==5.3.0
# via -r base.in
willow[heif]==1.
9.0
willow[heif]==1.
6.3
# via
# wagtail
# willow
...
...
This diff is collapsed.
Click to expand it.
requirements/dev.in
+
1
−
1
View file @
e984997b
django
django
<4.2
django-debug-toolbar
pytest
pytest-sugar
...
...
This diff is collapsed.
Click to expand it.
requirements/dev.txt
+
2
−
2
View file @
e984997b
...
...
@@ -8,11 +8,11 @@ asgiref==3.8.1
# via django
coverage[toml]==7.6.4
# via pytest-cov
django==
5
.1.
2
django==
4
.1.
13
# via
# -r dev.in
# django-debug-toolbar
django-debug-toolbar==4.
4.6
django-debug-toolbar==4.
3.0
# 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