Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
InterRadio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
rokoli
InterRadio
Commits
2433d9a1
Commit
2433d9a1
authored
1 month ago
by
Henning Schumann
Browse files
Options
Downloads
Patches
Plain Diff
fix: add whitenoise
parent
1927afdc
Branches
Branches containing commit
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
poetry.lock
+16
-3
16 additions, 3 deletions
poetry.lock
pyproject.toml
+1
-0
1 addition, 0 deletions
pyproject.toml
with
17 additions
and
3 deletions
poetry.lock
+
16
−
3
View file @
2433d9a1
# This file is automatically @generated by Poetry 1.
8.4
and should not be changed by hand.
# This file is automatically @generated by Poetry 1.
7.1
and should not be changed by hand.
[[package]]
name
=
"amqp"
...
...
@@ -1160,7 +1160,6 @@ files = [
{file
=
"psycopg2-2.9.10-cp311-cp311-win_amd64.whl"
,
hash
=
"sha256:0435034157049f6846e95103bd8f5a668788dd913a7c30162ca9503fdf542cb4"
}
,
{file
=
"psycopg2-2.9.10-cp312-cp312-win32.whl"
,
hash
=
"sha256:65a63d7ab0e067e2cdb3cf266de39663203d38d6a8ed97f5ca0cb315c73fe067"
}
,
{file
=
"psycopg2-2.9.10-cp312-cp312-win_amd64.whl"
,
hash
=
"sha256:4a579d6243da40a7b3182e0430493dbd55950c493d8c68f4eec0b302f6bbf20e"
}
,
{file
=
"psycopg2-2.9.10-cp313-cp313-win_amd64.whl"
,
hash
=
"sha256:91fd603a2155da8d0cfcdbf8ab24a2d54bca72795b90d2a3ed2b6da8d979dee2"
}
,
{file
=
"psycopg2-2.9.10-cp39-cp39-win32.whl"
,
hash
=
"sha256:9d5b3b94b79a844a986d029eee38998232451119ad653aea42bb9220a8c5066b"
}
,
{file
=
"psycopg2-2.9.10-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:88138c8dedcbfa96408023ea2b0c369eda40fe5d75002c0964c78f46f11fa442"
}
,
{file
=
"psycopg2-2.9.10.tar.gz"
,
hash
=
"sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11"
}
,
...
...
@@ -1514,6 +1513,20 @@ files = [
{file
=
"wcwidth-0.2.13.tar.gz"
,
hash
=
"sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"
}
,
]
[[
package
]]
name
=
"whitenoise"
version
=
"6.9.0"
description
=
"Radically simplified static file serving for WSGI applications"
optional
=
false
python-versions
=
">
=
3.9
"
files
=
[
{file
=
"whitenoise-6.9.0-py3-none-any.whl"
,
hash
=
"sha256:c8a489049b7ee9889617bb4c274a153f3d979e8f51d2efd0f5b403caf41c57df"
}
,
{file
=
"whitenoise-6.9.0.tar.gz"
,
hash
=
"sha256:8c4a7c9d384694990c26f3047e118c691557481d624f069b7f7752a2f735d609"
}
,
]
[
package.extras
]
brotli
=
[
"brotli"
]
[[
package
]]
name
=
"xmlschema"
version
=
"3.4.3"
...
...
@@ -1536,4 +1549,4 @@ docs = ["Sphinx", "elementpath (>=4.4.0,<5.0.0)", "jinja2", "sphinx-rtd-theme"]
[
metadata
]
lock-version
=
"2.0"
python-versions
=
"^3.12"
content-hash
=
"
52fa818803ba85f199a1718ef0767e8f1da84eb14770f88a219bee92f0d3ba59
"
content-hash
=
"
e449ec345784497444dc022eb05f66b9440b7a22ecc6352fa6b485002a8f42a7
"
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
0
View file @
2433d9a1
...
...
@@ -13,6 +13,7 @@ django-tailwind = "^3.8.0"
httpx
=
"^0.28.1"
mozilla-django-oidc
=
"^4.0.1"
xmlschema
=
"^3.4.3"
whitenoise
=
"^6.9.0"
[tool.poetry.group.dev.dependencies]
pre-commit
=
"^2.20.0"
...
...
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