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
a24d1d2c
Commit
a24d1d2c
authored
4 years ago
by
jan.bednarik
Browse files
Options
Downloads
Patches
Plain Diff
majak: upgrade requirements
parent
679bb5fd
No related branches found
Branches containing commit
No related tags found
2 merge requests
!200
release
,
!198
Kniha
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+8
-1
8 additions, 1 deletion
Makefile
requirements/base.txt
+12
-13
12 additions, 13 deletions
requirements/base.txt
requirements/dev.txt
+2
-2
2 additions, 2 deletions
requirements/dev.txt
with
22 additions
and
16 deletions
Makefile
+
8
−
1
View file @
a24d1d2c
...
...
@@ -10,6 +10,7 @@ help:
@
echo
" install Install dependencies to venv"
@
echo
" install-hooks Install pre-commit hooks"
@
echo
" hooks Run pre-commit hooks manually"
@
echo
" upgrade Upgrade requirements"
@
echo
""
@
echo
"Application:"
@
echo
" run Run the application on port
${
PORT
}
"
...
...
@@ -55,7 +56,13 @@ test:
coverage
:
${
VENV
}
/bin/pytest
--cov
--cov-report
term-missing
.PHONY
:
help venv install install-hooks hooks run shell
upgrade
:
(
cd
requirements
&&
pip-compile
-U
base.in
)
(
cd
requirements
&&
pip-compile
-U
dev.in
)
(
cd
requirements
&&
pip-compile
-U
production.in
)
.PHONY
:
help venv install install-hooks hooks run shell upgrade
.PHONY
:
migrations migrate test coverage
# EOF
This diff is collapsed.
Click to expand it.
requirements/base.txt
+
12
−
13
View file @
a24d1d2c
...
...
@@ -19,23 +19,22 @@ django-modelcluster==5.1 # via wagtail
django-redis==4.12.1 # via -r base.in
django-settings-export==1.2.1 # via -r base.in
django-taggit==1.3.0 # via wagtail
django-treebeard==4.5
# via wagtail
django==3.1.
6
# via django-filter, django-redis, django-settings-export, django-taggit, django-treebeard, djangorestframework, mozilla-django-oidc, wagtail
django-treebeard==4.5
.1
# via 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
draftjs-exporter==2.1.7 # via wagtail
et-xmlfile==1.0.1 # via openpyxl
html5lib==1.1 # via wagtail
ics==0.7 # via -r base.in
idna==2.10 # via requests
jdcal==1.4.1 # via openpyxl
josepy==1.7.0 # via mozilla-django-oidc
josepy==1.8.0 # via mozilla-django-oidc
l18n==2020.6.1 # via wagtail
markdown==3.3.
3
# via -r base.in
markdown==3.3.
4
# via -r base.in
mozilla-django-oidc==1.2.4 # via pirates
numpy==1.20.1 # via opencv-python
opencv-python==4.5.1.48 # via -r base.in
openpyxl==3.0.
6
# via tablib
pillow==8.1.
0
# via wagtail
openpyxl==3.0.
7
# via tablib
pillow==8.1.
2
# via wagtail
pirates==0.5.0 # via -r base.in
psycopg2-binary==2.8.6 # via -r base.in
pycparser==2.20 # via cffi
...
...
@@ -44,15 +43,15 @@ python-dateutil==2.8.1 # via arrow, ics
pytz==2021.1 # via django, django-modelcluster, l18n
redis==3.5.3 # via django-redis
requests==2.25.1 # via -r base.in, mozilla-django-oidc, wagtail
sentry-sdk==
0.20.2
# via -r base.in
six==1.15.0 # via html5lib, ics,
josepy,
l18n, mozilla-django-oidc, pyopenssl, python-dateutil
soupsieve==2.2
# via beautifulsoup4
sentry-sdk==
1.0.0
# via -r base.in
six==1.15.0 # via html5lib, ics, l18n, mozilla-django-oidc, pyopenssl, python-dateutil
soupsieve==2.2
.1
# via beautifulsoup4
sqlparse==0.4.1 # via django
tablib[xls,xlsx]==3.0.0 # via wagtail
tatsu==5.
5
.0 # via ics
urllib3==1.26.
3
# via requests, sentry-sdk
tatsu==5.
6
.0 # via ics
urllib3==1.26.
4
# via requests, sentry-sdk
wagtail-metadata==3.4.0 # via -r base.in
wagtail==2.12.
1
# via -r base.in, wagtail-metadata
wagtail==2.12.
3
# via -r base.in, wagtail-metadata
webencodings==0.5.1 # via html5lib
whitenoise==5.2.0 # via -r base.in
willow==1.4 # via wagtail
...
...
This diff is collapsed.
Click to expand it.
requirements/dev.txt
+
2
−
2
View file @
a24d1d2c
...
...
@@ -5,9 +5,9 @@
# pip-compile dev.in
#
attrs==20.3.0 # via pytest
coverage==5.
4
# via pytest-cov
coverage==5.
5
# via pytest-cov
factory-boy==3.2.0 # via pytest-factoryboy
faker==6.
3.0
# via factory-boy
faker==6.
6.2
# via factory-boy
fastdiff==0.2.0 # via snapshottest
freezegun==1.1.0 # via pytest-freezegun
inflection==0.5.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