Skip to content

Commit 4ee227f

Browse files
committed
fix pytest dependencies
1 parent 1066982 commit 4ee227f

File tree

2 files changed

+170
-3
lines changed

2 files changed

+170
-3
lines changed

poetry.lock

+167-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@ classifiers = [
3333
]
3434

3535
[tool.poetry.dependencies]
36-
python = ">=3.9"
36+
python = ">=3.9,<4"
3737
django-cms = ">=4.1.1"
3838
djangorestframework = "*"
3939
djangocms-link = "^5.0.0"
4040
djangocms-text = "^0.8.0"
4141
pytest-cov = "^6.0.0"
4242
pytest-django = "^4.10.0"
43+
djangocms-picture = "^4.1.1"
44+
django-filer = "^3.3.1"
4345

4446
[tool.poetry.group.dev.dependencies]
4547
pytest = "^7.3.1"

0 commit comments

Comments
 (0)