Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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-Core
Commits
813e5523
Verified
Commit
813e5523
authored
3 years ago
by
Tom Teichler
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into drop-dependencies
parents
caea3893
db09888b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!604
Remove dependency "requests". Closes #436
Pipeline
#10744
passed
3 years ago
Stage: test
Stage: build
Stage: publish
Stage: docker
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
aleksis/core/settings.py
+0
-2
0 additions, 2 deletions
aleksis/core/settings.py
poetry.lock
+40
-10
40 additions, 10 deletions
poetry.lock
pyproject.toml
+4
-0
4 additions, 0 deletions
pyproject.toml
with
44 additions
and
12 deletions
aleksis/core/settings.py
+
0
−
2
View file @
813e5523
...
...
@@ -414,8 +414,6 @@ merge_app_settings("ALTERNATIVE_LOGIN_VIEWS", ALTERNATIVE_LOGIN_VIEWS, True)
LANGUAGES
=
[
(
"
en
"
,
_
(
"
English
"
)),
(
"
de
"
,
_
(
"
German
"
)),
(
"
fr
"
,
_
(
"
French
"
)),
(
"
nb
"
,
_
(
"
Norwegian (bokmål)
"
)),
]
LANGUAGE_CODE
=
_settings
.
get
(
"
l10n.lang
"
,
"
en
"
)
TIME_ZONE
=
_settings
.
get
(
"
l10n.tz
"
,
"
UTC
"
)
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
40
−
10
View file @
813e5523
...
...
@@ -502,7 +502,7 @@ dev = ["black (==19.10b0)", "flake8 (==3.8.4)", "mypy (==0.812)", "pytest (==6.2
[[
package
]]
name
=
"decorator"
version
=
"5.0.
8
"
version
=
"5.0.
9
"
description
=
"Decorators for Humans"
category
=
"main"
optional
=
false
...
...
@@ -728,7 +728,7 @@ Django = ">=2.2"
[[
package
]]
name
=
"django-favicon-plus-reloaded"
version
=
"1.
0.4
"
version
=
"1.
1.0
"
description
=
"simple Django app which allows you to upload a image and it renders a wide variety for html link tags to display the favicon"
category
=
"main"
optional
=
false
...
...
@@ -1991,7 +1991,7 @@ testing = ["fields", "hunter", "process-tests (==2.0.2)", "six", "pytest-xdist",
[[
package
]]
name
=
"pytest-django"
version
=
"4.
2
.0"
version
=
"4.
3
.0"
description
=
"A Django plugin for pytest."
category
=
"dev"
optional
=
false
...
...
@@ -2580,6 +2580,26 @@ category = "main"
optional
=
false
python-versions
=
"*"
[[
package
]]
name
=
"whoosh"
version
=
"2.7.4"
description
=
"Fast, pure-Python full text indexing, search, and spell checking library."
category
=
"main"
optional
=
true
python-versions
=
"*"
[[
package
]]
name
=
"xapian-haystack"
version
=
"2.1.1"
description
=
"A Xapian backend for Haystack"
category
=
"main"
optional
=
true
python-versions
=
"*"
[
package.dependencies
]
django
=
">
=
1.8
"
django-haystack
=
">
=
2.5
.
1
"
[[
package
]]
name
=
"yubiotp"
version
=
"1.0.0.post1"
...
...
@@ -2606,11 +2626,13 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
[
extras
]
ldap
=
[
"django-auth-ldap"
]
s3
=
[
"boto3"
,
"django-storages"
]
whoosh
=
[
"Whoosh"
]
xapian
=
[
"xapian-haystack"
]
[
metadata
]
lock-version
=
"1.1"
python-versions
=
"^3.7"
content-hash
=
"
567835b9a3ff72d2f9d716260789638b208073fd3a1fd6a9e929464458600122
"
content-hash
=
"
8e11157e2ad9602ee7e2650bc26a623ddff853913b398d34521c9c5d39382e35
"
[
metadata.files
]
alabaster
=
[
...
...
@@ -2853,8 +2875,8 @@ curlylint = [
{file
=
"curlylint-0.12.2.tar.gz"
,
hash
=
"sha256:76b557cf8d007bd92df2dae61a02e65f8aa2ff3e05c6398b1314d92692fbb0d8"
}
,
]
decorator
=
[
{file
=
"decorator-5.0.
8
-py3-none-any.whl"
,
hash
=
"sha256:
77a3141f7f5837b5de43569c35508ca4570022ba501db8c8a2a8b292bd35772a
"
}
,
{file
=
"decorator-5.0.
8
.tar.gz"
,
hash
=
"sha256:
bff00cfb18698f9a19fa6400451fd7ea894f3845cedd7b8b7b0ce9c53171fefb
"
}
,
{file
=
"decorator-5.0.
9
-py3-none-any.whl"
,
hash
=
"sha256:
6e5c199c16f7a9f0e3a61a4a54b3d27e7dad0dbdde92b944426cb20914376323
"
}
,
{file
=
"decorator-5.0.
9
.tar.gz"
,
hash
=
"sha256:
72ecfba4320a893c53f9706bebb2d55c270c1e51a28789361aa93e4a21319ed5
"
}
,
]
dj-database-url
=
[
{file
=
"dj-database-url-0.5.0.tar.gz"
,
hash
=
"sha256:4aeaeb1f573c74835b0686a2b46b85990571159ffc21aa57ecd4d1e1cb334163"
}
,
...
...
@@ -2932,8 +2954,8 @@ django-extensions = [
{file
=
"django_extensions-3.1.3-py3-none-any.whl"
,
hash
=
"sha256:50de8977794a66a91575dd40f87d5053608f679561731845edbd325ceeb387e3"
}
,
]
django-favicon-plus-reloaded
=
[
{file
=
"django-favicon-plus-reloaded-1.
0.4
.tar.gz"
,
hash
=
"sha256:
90c761c636a338e6e9fb1d086649d82095085f92cff816c9cf074607f28c85a5
"
}
,
{file
=
"django_favicon_plus_reloaded-1.
0.4
-py3-none-any.whl"
,
hash
=
"sha256:
26e4316d41328a61ced52c7fc0ead795f0eb194d6a30311c34a9833c6fe30a7c
"
}
,
{file
=
"django-favicon-plus-reloaded-1.
1.0
.tar.gz"
,
hash
=
"sha256:
56e8b6db2814611a21ef46003c73a2222fb723db1f309bde6561cfed8fa8720f
"
}
,
{file
=
"django_favicon_plus_reloaded-1.
1.0
-py3-none-any.whl"
,
hash
=
"sha256:
ad5db2921fd4ef4d39bbbe24eea65cb74ca250bd3156e5a2e03b5ae03a234de1
"
}
,
]
django-filter
=
[
{file
=
"django-filter-2.4.0.tar.gz"
,
hash
=
"sha256:84e9d5bb93f237e451db814ed422a3a625751cbc9968b484ecc74964a8696b06"
}
,
...
...
@@ -3539,8 +3561,8 @@ pytest-cov = [
{file
=
"pytest_cov-2.12.0-py2.py3-none-any.whl"
,
hash
=
"sha256:95d4933dcbbacfa377bb60b29801daa30d90c33981ab2a79e9ab4452c165066e"
}
,
]
pytest-django
=
[
{file
=
"pytest-django-4.
2
.0.tar.gz"
,
hash
=
"sha256:
80f8875226ec4dc0b205f0578072034563879d98d9b1bec143a80b9045716cb0
"
}
,
{file
=
"pytest_django-4.
2
.0-py3-none-any.whl"
,
hash
=
"sha256:
a51150d8962200250e850c6adcab670779b9c2aa07271471059d1fb92a843fa9
"
}
,
{file
=
"pytest-django-4.
3
.0.tar.gz"
,
hash
=
"sha256:
d1c6758a592fb0ef8abaa2fe12dd28858c1dcfc3d466102ffe52aa8934733dca
"
}
,
{file
=
"pytest_django-4.
3
.0-py3-none-any.whl"
,
hash
=
"sha256:
f96c4556f4e7b15d987dd1dcc1d1526df81d40c1548d31ce840d597ed2be8c46
"
}
,
]
pytest-django-testing-postgresql
=
[
{file
=
"pytest-django-testing-postgresql-0.1.post0.tar.gz"
,
hash
=
"sha256:78b0c58930084cb4393407b2e5a2a3b8734c627b841ecef7d62d39bbfb8e8a45"
}
,
...
...
@@ -3862,6 +3884,14 @@ webencodings = [
{file
=
"webencodings-0.5.1-py2.py3-none-any.whl"
,
hash
=
"sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"
}
,
{file
=
"webencodings-0.5.1.tar.gz"
,
hash
=
"sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"
}
,
]
whoosh
=
[
{file
=
"Whoosh-2.7.4-py2.py3-none-any.whl"
,
hash
=
"sha256:aa39c3c3426e3fd107dcb4bde64ca1e276a65a889d9085a6e4b54ba82420a852"
}
,
{file
=
"Whoosh-2.7.4.tar.gz"
,
hash
=
"sha256:7ca5633dbfa9e0e0fa400d3151a8a0c4bec53bd2ecedc0a67705b17565c31a83"
}
,
{file
=
"Whoosh-2.7.4.zip"
,
hash
=
"sha256:e0857375f63e9041e03fedd5b7541f97cf78917ac1b6b06c1fcc9b45375dda69"
}
,
]
xapian-haystack
=
[
{file
=
"xapian-haystack-2.1.1.tar.gz"
,
hash
=
"sha256:1e2fc4d84dc32f132e5b143266e4d4a32e6abac1d363742d0ebc212fac8ade70"
}
,
]
yubiotp
=
[
{file
=
"YubiOTP-1.0.0.post1-py2.py3-none-any.whl"
,
hash
=
"sha256:7ad57011866e0bc6c6d179ffbc3926fcc0e82d410178a6d01ba4da0f88332878"
}
,
{file
=
"YubiOTP-1.0.0.post1.tar.gz"
,
hash
=
"sha256:c13825f7b76a69afb92f19521f4dea9f5031d70f45123b505dc2e0ac03132065"
}
,
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
4
−
0
View file @
813e5523
...
...
@@ -97,10 +97,14 @@ django-storages = {version = "^1.11.1", optional = true}
boto3
=
{
version
=
"^1.17.33"
,
optional
=
true
}
django-cleanup
=
"^5.1.0"
djangorestframework
=
"^3.12.4"
Whoosh
=
{
version
=
"^2.7.4"
,
optional
=
true
}
xapian-haystack
=
{
version
=
"^2.1.1"
,
optional
=
true
}
[tool.poetry.extras]
ldap
=
[
"django-auth-ldap"
]
s3
=
[
"boto3"
,
"django-storages"
]
whoosh
=
[
"whoosh"
]
xapian
=
[
"xapian-haystack"
]
[tool.poetry.dev-dependencies]
aleksis-builddeps
=
"*"
...
...
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