Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Hjelp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Hjelp
Commits
4d2f713f
Verified
Commit
4d2f713f
authored
5 years ago
by
Tom Teichler
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into use-django-constance
parents
51161fe1
2d5c1622
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Use django-constance instead of django-dbsettings. Closes #4.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
poetry.lock
+107
-27
107 additions, 27 deletions
poetry.lock
with
107 additions
and
27 deletions
poetry.lock
+
107
−
27
View file @
4d2f713f
[[package]]
category
=
"main"
description
=
""
develop
=
true
name
=
"aleksis"
optional
=
false
python-versions
=
"^3.7"
...
...
@@ -13,9 +12,9 @@ Pillow = "^7.0"
colour
=
"^0.1.5"
django-any-js
=
"^1.0"
django-bootstrap4
=
"^1.0"
django-dbsettings
=
"^1.0.0"
django-debug-toolbar
=
"^2.0"
django-easy-audit
=
"^1.2rc1"
django-filter
=
"^2.2.0"
django-hattori
=
"^0.2"
django-image-cropping
=
"^1.2"
django-impersonate
=
"^1.4"
...
...
@@ -24,17 +23,23 @@ django-maintenance-mode = "^0.14.0"
django-material
=
"^1.6.0"
django-menu-generator
=
"^1.0.4"
django-middleware-global-request
=
"^0.1.2"
django-pwa
=
"^1.0.6"
django-sass-processor
=
"^0.8"
django-settings-context-processor
=
"^0.2"
django-tables2
=
"^2.1"
django-yarnpkg
=
"^6.0"
django_select2
=
"^7.1"
django_widget_tweaks
=
"^1.4.5"
easy-thumbnails
=
"^2.6"
libsass
=
"^0.19.2"
psycopg2
=
"^2.8"
python-memcached
=
"^1.59"
requests
=
"^2.22"
[package.dependencies.django-constance]
extras
=
[
"database"
]
version
=
"rev 590fa02eb30e377da0eda5cc3a84254b839176a7"
[package.dependencies.django-phonenumber-field]
extras
=
[
"phonenumbers"
]
version
=
">
=
3.0
,
<
5.0
"
...
...
@@ -53,7 +58,7 @@ ldap = ["django-auth-ldap (^2.0)"]
[package.source]
reference
=
""
type
=
"directory"
url
=
"../../..
/
"
url
=
"../../.."
[[package]]
category
=
"main"
...
...
@@ -211,12 +216,25 @@ Django = ">=1.8"
[[package]]
category
=
"main"
description
=
"
Application settings whose values can be updated while a project is up and running
."
name
=
"django-
dbsettings
"
description
=
"
Django live settings with pluggable backends, including Redis
."
name
=
"django-
constance
"
optional
=
false
python-versions
=
"*"
version
=
"
1.0
.0"
version
=
"
2.5
.0"
[package.dependencies]
[package.dependencies.django-picklefield]
optional
=
true
version
=
"*"
[package.extras]
database
=
[
"django-picklefield"
]
redis
=
[
"redis"
]
[package.source]
reference
=
"590fa02eb30e377da0eda5cc3a84254b839176a7"
type
=
"git"
url
=
"https://github.com/jazzband/django-constance"
[[package]]
category
=
"main"
description
=
"A configurable set of panels that display various debug information about the current request/response."
...
...
@@ -240,6 +258,17 @@ version = "1.2rc1"
[package.dependencies]
beautifulsoup4
=
"*"
[[package]]
category
=
"main"
description
=
"Django-filter is a reusable Django application for allowing users to filter querysets dynamically."
name
=
"django-filter"
optional
=
false
python-versions
=
">
=
3.4
"
version
=
"2.2.0"
[package.dependencies]
Django
=
">
=
1.11
"
[[package]]
category
=
"main"
description
=
"A set of high-level abstractions for Django forms"
...
...
@@ -371,10 +400,39 @@ version = "3.0.1"
Django
=
">
=
1.11
.
3
"
babel
=
"*"
[package.dependencies.phonenumbers]
optional
=
true
version
=
">
=
7.0
.
2
"
[package.extras]
phonenumbers
=
[
"phonenumbers (>=7.0.2)"
]
phonenumberslite
=
[
"phonenumberslite (>=7.0.2)"
]
[[package]]
category
=
"main"
description
=
"Pickled object field for Django"
name
=
"django-picklefield"
optional
=
false
python-versions
=
"*"
version
=
"2.0"
[package.dependencies]
Django
=
">
=
1.11
"
[package.extras]
tests
=
[
"tox"
]
[[package]]
category
=
"main"
description
=
"A Django app to include a manifest.json and Service Worker instance to enable progressive web app behavior"
name
=
"django-pwa"
optional
=
false
python-versions
=
"*"
version
=
"1.0.6"
[package.dependencies]
django
=
">
=
1.8
"
[[package]]
category
=
"main"
description
=
"SASS processor to compile SCSS files into *.css, while rendering, or offline."
...
...
@@ -393,10 +451,10 @@ description = "Select2 option fields for Django"
name
=
"django-select2"
optional
=
false
python-versions
=
"*"
version
=
"7.
1.2
"
version
=
"7.
2.0
"
[package.dependencies]
django
=
">
=
2.
0
"
django
=
">
=
2.
2
"
django-appconf
=
">
=
0.6
.
0
"
[[package]]
...
...
@@ -455,6 +513,14 @@ YubiKey = ["django-otp-yubikey"]
phonenumbers
=
[
"phonenumbers (>=7.0.9,<8.99)"
]
phonenumberslite
=
[
"phonenumberslite (>=7.0.9,<8.99)"
]
[[package]]
category
=
"main"
description
=
"Tweak the form field rendering in templates, not in python-level form definitions."
name
=
"django-widget-tweaks"
optional
=
false
python-versions
=
"*"
version
=
"1.4.5"
[[package]]
category
=
"main"
description
=
"Integrate django with yarnpkg"
...
...
@@ -650,8 +716,8 @@ category = "main"
description
=
"YAML parser and emitter for Python"
name
=
"pyyaml"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"5.
2
"
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
version
=
"5.
3
"
[[package]]
category
=
"main"
...
...
@@ -783,7 +849,7 @@ pycryptodome = "*"
six
=
"*"
[metadata]
content-hash
=
"
a8bbafb82e9a4b3c22f00996f1bf8dfbafabda9739e720b033ebb397c9b5e370
"
content-hash
=
"
056d671c2d9171d55d69347494cc406a49c782770077881c27768854a44ce34b
"
python-versions
=
"^3.7"
[metadata.files]
...
...
@@ -843,9 +909,7 @@ django-bulk-update = [
{file
=
"django-bulk-update-2.2.0.tar.gz"
,
hash
=
"sha256:5ab7ce8a65eac26d19143cc189c0f041d5c03b9d1b290ca240dc4f3d6aaeb337"
}
,
{file
=
"django_bulk_update-2.2.0-py2.py3-none-any.whl"
,
hash
=
"sha256:49a403392ae05ea872494d74fb3dfa3515f8df5c07cc277c3dc94724c0ee6985"
}
,
]
django-dbsettings
=
[
{file
=
"django-dbsettings-1.0.0.tar.gz"
,
hash
=
"sha256:42b04dffd3bc90d91718c822f1e0212d9368e8efe340f7ef09517b5fb1cf49f5"
}
,
]
django-constance
=
[]
django-debug-toolbar
=
[
{file
=
"django-debug-toolbar-2.1.tar.gz"
,
hash
=
"sha256:24c157bc6c0e1648e0a6587511ecb1b007a00a354ce716950bff2de12693e7a8"
}
,
{file
=
"django_debug_toolbar-2.1-py3-none-any.whl"
,
hash
=
"sha256:77cfba1d6e91b9bc3d36dc7dc74a9bb80be351948db5f880f2562a0cbf20b6c5"
}
,
...
...
@@ -854,6 +918,10 @@ django-easy-audit = [
{file
=
"django-easy-audit-1.2rc1.tar.gz"
,
hash
=
"sha256:80f82fa4006290dcd6589a345e75de1c780de49d38218050eedd9048c54b647d"
}
,
{file
=
"django_easy_audit-1.2rc1-py3-none-any.whl"
,
hash
=
"sha256:fb9c5ec3e90f0900302448d3648acc11da6d6b3d35d13d77eab917ab8c813d77"
}
,
]
django-filter
=
[
{file
=
"django-filter-2.2.0.tar.gz"
,
hash
=
"sha256:c3deb57f0dd7ff94d7dce52a047516822013e2b441bed472b722a317658cfd14"
}
,
{file
=
"django_filter-2.2.0-py3-none-any.whl"
,
hash
=
"sha256:558c727bce3ffa89c4a7a0b13bc8976745d63e5fd576b3a9a851650ef11c401b"
}
,
]
django-formtools
=
[
{file
=
"django-formtools-2.2.tar.gz"
,
hash
=
"sha256:c5272c03c1cd51b2375abf7397a199a3148a9fbbf2f100e186467a84025d13b2"
}
,
{file
=
"django_formtools-2.2-py2.py3-none-any.whl"
,
hash
=
"sha256:304fa777b8ef9e0693ce7833f885cb89ba46b0e46fc23b01176900a93f46742f"
}
,
...
...
@@ -897,12 +965,20 @@ django-phonenumber-field = [
{file
=
"django-phonenumber-field-3.0.1.tar.gz"
,
hash
=
"sha256:794ebbc3068a7af75aa72a80cb0cec67e714ff8409a965968040f1fd210b2d97"
}
,
{file
=
"django_phonenumber_field-3.0.1-py3-none-any.whl"
,
hash
=
"sha256:1ab19f723928582fed412bd9844221fa4ff466276d8526b8b4a9913ee1487c5e"
}
,
]
django-picklefield
=
[
{file
=
"django-picklefield-2.0.tar.gz"
,
hash
=
"sha256:f1733a8db1b6046c0d7d738e785f9875aa3c198215de11993463a9339aa4ea24"
}
,
{file
=
"django_picklefield-2.0-py2.py3-none-any.whl"
,
hash
=
"sha256:9052f2dcf4882c683ce87b4356f29b4d014c0dad645b6906baf9f09571f52bc8"
}
,
]
django-pwa
=
[
{file
=
"django-pwa-1.0.6.tar.gz"
,
hash
=
"sha256:b3f1ad0c5241fae4c7505423540de4db93077d7c88416ff6d2af545ffe209f34"
}
,
{file
=
"django_pwa-1.0.6-py3-none-any.whl"
,
hash
=
"sha256:9306105fcb637ae16fea6527be4b147d45fd53db85efb1d4f61dfea6bf793e56"
}
,
]
django-sass-processor
=
[
{file
=
"django-sass-processor-0.8.tar.gz"
,
hash
=
"sha256:e039551994feaaba6fcf880412b25a772dd313162a34cbb4289814988cfae340"
}
,
]
django-select2
=
[
{file
=
"django-select2-7.
1.2
.tar.gz"
,
hash
=
"sha256:
bcd7e5fc920ceee0e63c36372d8e75bd2254d8a37ac67fc16581634766680d30
"
}
,
{file
=
"django_select2-7.
1.2
-py2.py3-none-any.whl"
,
hash
=
"sha256:
4c8c4c7c4afee12c17e64d1eabf77af4cd2666a784cba1e74455ce759dd29393
"
}
,
{file
=
"django-select2-7.
2.0
.tar.gz"
,
hash
=
"sha256:
4c531cb7e9eb4152c7e5f8ab83be386f46978b3d80e91e55ad1fb46382222a0b
"
}
,
{file
=
"django_select2-7.
2.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
d17bb0e64503a7e52ba405f73a187664906cefda5f1c33971c67ab0b3891e91c
"
}
,
]
django-settings-context-processor
=
[
{file
=
"django-settings-context-processor-0.2.tar.gz"
,
hash
=
"sha256:d37c853d69a3069f5abbf94c7f4f6fc0fac38bbd0524190cd5a250ba800e496a"
}
,
...
...
@@ -915,6 +991,10 @@ django-two-factor-auth = [
{file
=
"django-two-factor-auth-1.10.0.tar.gz"
,
hash
=
"sha256:3c3af3cd747462be18e7494c4068a2bdc606d7a2d2b2914f8d4590fc80995a71"
}
,
{file
=
"django_two_factor_auth-1.10.0-py2.py3-none-any.whl"
,
hash
=
"sha256:0945260fa84e4522d8fa951c35e401616579fd8564938441614399dc588a1c1f"
}
,
]
django-widget-tweaks
=
[
{file
=
"django-widget-tweaks-1.4.5.tar.gz"
,
hash
=
"sha256:f2e2c9c9be1ccc59061e248dcc2144f4906d594abe1a563902f4bdf6aa14e432"
}
,
{file
=
"django_widget_tweaks-1.4.5-py2.py3-none-any.whl"
,
hash
=
"sha256:65c960f3d75008a285e4b10f4d21f9eae4160fd77a0f6097ad545185f8648bd6"
}
,
]
django-yarnpkg
=
[
{file
=
"django-yarnpkg-6.0.1.tar.gz"
,
hash
=
"sha256:aa059347b246c6f242401581d2c129bdcb45aa726be59fe2f288762a9843348a"
}
,
]
...
...
@@ -1053,17 +1133,17 @@ pytz = [
{file
=
"pytz-2019.3.tar.gz"
,
hash
=
"sha256:b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be"
}
,
]
pyyaml
=
[
{file
=
"PyYAML-5.
2
-cp27-cp27m-win32.whl"
,
hash
=
"sha256:
35ace9b4147848cafac3db142795ee42deebe9d0dad885ce643928e88daebdcc
"
}
,
{file
=
"PyYAML-5.
2
-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:
ebc4ed52dcc93eeebeae5cf5deb2ae4347b3a81c3fa12b0b8c976544829396a4
"
}
,
{file
=
"PyYAML-5.
2
-cp35-cp35m-win32.whl"
,
hash
=
"sha256:
38a4f0d114101c58c0f3a88aeaa44d63efd588845c5a2df5290b73db8f246d15
"
}
,
{file
=
"PyYAML-5.
2
-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:
483eb6a33b671408c8529106df3707270bfacb2447bf8ad856a4b4f57f6e3075
"
}
,
{file
=
"PyYAML-5.
2
-cp36-cp36m-win32.whl"
,
hash
=
"sha256:
7f38e35c00e160db592091751d385cd7b3046d6d51f578b29943225178257b31
"
}
,
{file
=
"PyYAML-5.
2
-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:
0e7f69397d53155e55d10ff68fdfb2cf630a35e6daf65cf0bdeaf04f127c09dc
"
}
,
{file
=
"PyYAML-5.
2
-cp37-cp37m-win32.whl"
,
hash
=
"sha256:
e4c015484ff0ff197564917b4b4246ca03f411b9bd7f16e02a2f586eb48b6d04
"
}
,
{file
=
"PyYAML-5.
2
-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:
4b6be5edb9f6bb73680f5bf4ee08ff25416d1400fbd4535fe0069b2994da07cd
"
}
,
{file
=
"PyYAML-5.
2
-cp38-cp38-win32.whl"
,
hash
=
"sha256:
8100c896ecb361794d8bfdb9c11fce618c7cf83d624d73d5ab38aef3bc82d43f
"
}
,
{file
=
"PyYAML-5.
2
-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:
2e9f0b7c5914367b0916c3c104a024bb68f269a486b9d04a2e8ac6f6597b7803
"
}
,
{file
=
"PyYAML-5.
2
.tar.gz"
,
hash
=
"sha256:
c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c
"
}
,
{file
=
"PyYAML-5.
3
-cp27-cp27m-win32.whl"
,
hash
=
"sha256:
940532b111b1952befd7db542c370887a8611660d2b9becff75d39355303d82d
"
}
,
{file
=
"PyYAML-5.
3
-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:
059b2ee3194d718896c0ad077dd8c043e5e909d9180f387ce42012662a4946d6
"
}
,
{file
=
"PyYAML-5.
3
-cp35-cp35m-win32.whl"
,
hash
=
"sha256:
4fee71aa5bc6ed9d5f116327c04273e25ae31a3020386916905767ec4fc5317e
"
}
,
{file
=
"PyYAML-5.
3
-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:
dbbb2379c19ed6042e8f11f2a2c66d39cceb8aeace421bfc29d085d93eda3689
"
}
,
{file
=
"PyYAML-5.
3
-cp36-cp36m-win32.whl"
,
hash
=
"sha256:
e3a057b7a64f1222b56e47bcff5e4b94c4f61faac04c7c4ecb1985e18caa3994
"
}
,
{file
=
"PyYAML-5.
3
-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:
74782fbd4d4f87ff04159e986886931456a1894c61229be9eaf4de6f6e44b99e
"
}
,
{file
=
"PyYAML-5.
3
-cp37-cp37m-win32.whl"
,
hash
=
"sha256:
24521fa2890642614558b492b473bee0ac1f8057a7263156b02e8b14c88ce6f5
"
}
,
{file
=
"PyYAML-5.
3
-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:
1cf708e2ac57f3aabc87405f04b86354f66799c8e62c28c5fc5f88b5521b2dbf
"
}
,
{file
=
"PyYAML-5.
3
-cp38-cp38-win32.whl"
,
hash
=
"sha256:
70024e02197337533eef7b85b068212420f950319cc8c580261963aefc75f811
"
}
,
{file
=
"PyYAML-5.
3
-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:
cb1f2f5e426dc9f07a7681419fe39cee823bb74f723f36f70399123f439e9b20
"
}
,
{file
=
"PyYAML-5.
3
.tar.gz"
,
hash
=
"sha256:
e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615
"
}
,
]
qrcode
=
[
{file
=
"qrcode-6.1-py2.py3-none-any.whl"
,
hash
=
"sha256:3996ee560fc39532910603704c82980ff6d4d5d629f9c3f25f34174ce8606cf5"
}
,
...
...
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