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
6cd9ffc3
Commit
6cd9ffc3
authored
4 years ago
by
jan.bednarik
Browse files
Options
Downloads
Patches
Plain Diff
majak: upgrade requirements
parent
81561a36
No related branches found
No related tags found
2 merge requests
!206
Release
,
!205
Uniweb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
requirements/base.in
+1
-0
1 addition, 0 deletions
requirements/base.in
requirements/base.txt
+4
-3
4 additions, 3 deletions
requirements/base.txt
requirements/dev.txt
+1
-1
1 addition, 1 deletion
requirements/dev.txt
requirements/production.txt
+1
-1
1 addition, 1 deletion
requirements/production.txt
with
7 additions
and
5 deletions
requirements/base.in
+
1
−
0
View file @
6cd9ffc3
...
@@ -4,6 +4,7 @@ django-environ
...
@@ -4,6 +4,7 @@ django-environ
django-extensions
django-extensions
django-redis
django-redis
django-settings-export
django-settings-export
django-widget-tweaks
psycopg2-binary
psycopg2-binary
pirates<=0.6
pirates<=0.6
whitenoise
whitenoise
...
...
This diff is collapsed.
Click to expand it.
requirements/base.txt
+
4
−
3
View file @
6cd9ffc3
...
@@ -11,7 +11,7 @@ beautifulsoup4==4.8.2 # via wagtail
...
@@ -11,7 +11,7 @@ beautifulsoup4==4.8.2 # via wagtail
certifi==2020.12.5 # via requests, sentry-sdk
certifi==2020.12.5 # via requests, sentry-sdk
cffi==1.14.5 # via cryptography
cffi==1.14.5 # via cryptography
chardet==4.0.0 # via requests
chardet==4.0.0 # via requests
cryptography==3.4.
6
# via josepy, mozilla-django-oidc, pyopenssl
cryptography==3.4.
7
# via josepy, mozilla-django-oidc, pyopenssl
django-environ==0.4.5 # via -r base.in
django-environ==0.4.5 # via -r base.in
django-extensions==3.1.1 # via -r base.in
django-extensions==3.1.1 # via -r base.in
django-filter==2.4.0 # via wagtail
django-filter==2.4.0 # via wagtail
...
@@ -20,8 +20,9 @@ django-redis==4.12.1 # via -r base.in
...
@@ -20,8 +20,9 @@ django-redis==4.12.1 # via -r base.in
django-settings-export==1.2.1 # via -r base.in
django-settings-export==1.2.1 # via -r base.in
django-taggit==1.3.0 # via wagtail
django-taggit==1.3.0 # via wagtail
django-treebeard==4.5.1 # via wagtail
django-treebeard==4.5.1 # via wagtail
django-widget-tweaks==1.4.8 # via -r base.in
django==3.1.7 # via django-filter, django-redis, django-settings-export, django-taggit, django-treebeard, djangorestframework, mozilla-django-oidc, wagtail
django==3.1.7 # via django-filter, django-redis, django-settings-export, django-taggit, django-treebeard, djangorestframework, mozilla-django-oidc, wagtail
djangorestframework==3.12.
2
# via wagtail
djangorestframework==3.12.
4
# via wagtail
draftjs-exporter==2.1.7 # via wagtail
draftjs-exporter==2.1.7 # via wagtail
et-xmlfile==1.0.1 # via openpyxl
et-xmlfile==1.0.1 # via openpyxl
html5lib==1.1 # via wagtail
html5lib==1.1 # via wagtail
...
@@ -31,7 +32,7 @@ josepy==1.8.0 # via mozilla-django-oidc
...
@@ -31,7 +32,7 @@ josepy==1.8.0 # via mozilla-django-oidc
l18n==2020.6.1 # via wagtail
l18n==2020.6.1 # via wagtail
markdown==3.3.4 # via -r base.in
markdown==3.3.4 # via -r base.in
mozilla-django-oidc==1.2.4 # via pirates
mozilla-django-oidc==1.2.4 # via pirates
numpy==1.20.
1
# via opencv-python
numpy==1.20.
2
# via opencv-python
opencv-python==4.5.1.48 # via -r base.in
opencv-python==4.5.1.48 # via -r base.in
openpyxl==3.0.7 # via tablib
openpyxl==3.0.7 # via tablib
pillow==8.1.2 # via wagtail
pillow==8.1.2 # via wagtail
...
...
This diff is collapsed.
Click to expand it.
requirements/dev.txt
+
1
−
1
View file @
6cd9ffc3
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
attrs==20.3.0 # via pytest
attrs==20.3.0 # via pytest
coverage==5.5 # via pytest-cov
coverage==5.5 # via pytest-cov
factory-boy==3.2.0 # via pytest-factoryboy
factory-boy==3.2.0 # via pytest-factoryboy
faker==6.6.
2
# via factory-boy
faker==6.6.
3
# via factory-boy
fastdiff==0.2.0 # via snapshottest
fastdiff==0.2.0 # via snapshottest
freezegun==1.1.0 # via pytest-freezegun
freezegun==1.1.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.
requirements/production.txt
+
1
−
1
View file @
6cd9ffc3
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#
#
# pip-compile production.in
# pip-compile production.in
#
#
gunicorn==20.
0.4
# via -r production.in
gunicorn==20.
1.0
# via -r production.in
# The following packages are considered to be unsafe in a requirements file:
# The following packages are considered to be unsafe in a requirements file:
# setuptools
# 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