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
60833769
Commit
60833769
authored
3 years ago
by
jan.bednarik
Browse files
Options
Downloads
Patches
Plain Diff
Update requirements
parent
1c12c3e3
No related branches found
No related tags found
2 merge requests
!496
Release
,
!494
Fix
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements/base.txt
+10
-8
10 additions, 8 deletions
requirements/base.txt
requirements/dev.txt
+5
-5
5 additions, 5 deletions
requirements/dev.txt
with
15 additions
and
13 deletions
requirements/base.txt
+
10
−
8
View file @
60833769
...
@@ -8,11 +8,13 @@ amqp==5.1.1
...
@@ -8,11 +8,13 @@ amqp==5.1.1
# via kombu
# via kombu
anyascii==0.3.1
anyascii==0.3.1
# via wagtail
# via wagtail
appnope==0.1.3
# via ipython
arrow==0.14.7
arrow==0.14.7
# via
# via
# -r base.in
# -r base.in
# ics
# ics
asgiref==3.5.
1
asgiref==3.5.
2
# via django
# via django
asttokens==2.0.5
asttokens==2.0.5
# via stack-data
# via stack-data
...
@@ -138,7 +140,7 @@ kombu==5.2.4
...
@@ -138,7 +140,7 @@ kombu==5.2.4
# via celery
# via celery
l18n==2021.3
l18n==2021.3
# via wagtail
# via wagtail
markdown==3.3.
6
markdown==3.3.
7
# via -r base.in
# via -r base.in
matplotlib-inline==0.1.3
matplotlib-inline==0.1.3
# via ipython
# via ipython
...
@@ -158,7 +160,7 @@ pexpect==4.8.0
...
@@ -158,7 +160,7 @@ pexpect==4.8.0
# via ipython
# via ipython
pickleshare==0.7.5
pickleshare==0.7.5
# via ipython
# via ipython
pillow==9.1.
0
pillow==9.1.
1
# via
# via
# django-simple-captcha
# django-simple-captcha
# wagtail
# wagtail
...
@@ -208,14 +210,14 @@ pytz==2021.3
...
@@ -208,14 +210,14 @@ pytz==2021.3
# l18n
# l18n
pyyaml==6.0
pyyaml==6.0
# via -r base.in
# via -r base.in
redis==4.
2.2
redis==4.
3.1
# via django-redis
# via django-redis
requests==2.27.1
requests==2.27.1
# via
# via
# -r base.in
# -r base.in
# mozilla-django-oidc
# mozilla-django-oidc
# wagtail
# wagtail
sentry-sdk==1.5.1
1
sentry-sdk==1.5.1
2
# via -r base.in
# via -r base.in
six==1.16.0
six==1.16.0
# via
# via
...
@@ -242,7 +244,7 @@ tinycss2==1.1.1
...
@@ -242,7 +244,7 @@ tinycss2==1.1.1
# via
# via
# cssselect2
# cssselect2
# weasyprint
# weasyprint
traitlets==5.
1
.1
traitlets==5.
2
.1
.post0
# via
# via
# ipython
# ipython
# matplotlib-inline
# matplotlib-inline
...
@@ -263,7 +265,7 @@ wagtail-metadata==3.5.0
...
@@ -263,7 +265,7 @@ wagtail-metadata==3.5.0
# via -r base.in
# via -r base.in
wcwidth==0.2.5
wcwidth==0.2.5
# via prompt-toolkit
# via prompt-toolkit
weasyprint==5
4.3
weasyprint==5
5.0
# via -r base.in
# via -r base.in
webencodings==0.5.1
webencodings==0.5.1
# via
# via
...
@@ -271,7 +273,7 @@ webencodings==0.5.1
...
@@ -271,7 +273,7 @@ webencodings==0.5.1
# cssselect2
# cssselect2
# html5lib
# html5lib
# tinycss2
# tinycss2
whitenoise==6.
0
.0
whitenoise==6.
1
.0
# via -r base.in
# via -r base.in
willow==1.4.1
willow==1.4.1
# via wagtail
# via wagtail
...
...
This diff is collapsed.
Click to expand it.
requirements/dev.txt
+
5
−
5
View file @
60833769
...
@@ -6,11 +6,11 @@
...
@@ -6,11 +6,11 @@
#
#
appdirs==1.4.4
appdirs==1.4.4
# via pytest-factoryboy
# via pytest-factoryboy
asgiref==3.5.
1
asgiref==3.5.
2
# via django
# via django
attrs==21.4.0
attrs==21.4.0
# via pytest
# via pytest
coverage[toml]==6.3.
2
coverage[toml]==6.3.
3
# via pytest-cov
# via pytest-cov
django==4.0.4
django==4.0.4
# via django-debug-toolbar
# via django-debug-toolbar
...
@@ -18,7 +18,7 @@ django-debug-toolbar==3.4.0
...
@@ -18,7 +18,7 @@ django-debug-toolbar==3.4.0
# via -r dev.in
# via -r dev.in
factory-boy==3.2.1
factory-boy==3.2.1
# via pytest-factoryboy
# via pytest-factoryboy
faker==13.
7.0
faker==13.
11.1
# via factory-boy
# via factory-boy
fastdiff==0.3.0
fastdiff==0.3.0
# via snapshottest
# via snapshottest
...
@@ -40,7 +40,7 @@ pluggy==1.0.0
...
@@ -40,7 +40,7 @@ pluggy==1.0.0
# via pytest
# via pytest
py==1.11.0
py==1.11.0
# via pytest
# via pytest
pyparsing==
3.0.8
pyparsing==
2.4.7
# via packaging
# via packaging
pytest==7.1.2
pytest==7.1.2
# via
# via
...
@@ -55,7 +55,7 @@ pytest-cov==3.0.0
...
@@ -55,7 +55,7 @@ pytest-cov==3.0.0
# via -r dev.in
# via -r dev.in
pytest-django==4.5.2
pytest-django==4.5.2
# via -r dev.in
# via -r dev.in
pytest-factoryboy==2.
2
.0
pytest-factoryboy==2.
3
.0
# via -r dev.in
# via -r dev.in
pytest-freezegun==0.4.2
pytest-freezegun==0.4.2
# via -r dev.in
# via -r dev.in
...
...
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