We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc04ac commit 5252aa0Copy full SHA for 5252aa0
.github/workflows/test.yml
@@ -51,6 +51,12 @@ jobs:
51
uses: astral-sh/setup-uv@v5
52
- name: Install dependencies
53
run: |
54
+ sudo apt install gettext gcc -y
55
56
57
+ python -m pip install --upgrade pip uv
58
59
60
uv pip install --system -r tests/requirements/${{ matrix.requirements-file }}
61
uv pip install --system -e .
62
pyproject.toml
@@ -34,7 +34,6 @@ classifiers = [
34
"Topic :: Software Development",
35
]
36
dependencies = [
37
- "Django>=6.0a1,<6.1",
38
"django-cms>=4.1.1",
39
"django-fsm<3",
40
"packaging",
0 commit comments