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.
2 parents 05ccff2 + 03330de commit b9ef8eeCopy full SHA for b9ef8ee
ellar_django/__init__.py
@@ -1,6 +1,6 @@
1
"""Enables Django ORM and Admin feature in Ellar's application"""
2
3
-__version__ = "1.0.7"
+__version__ = "1.0.9"
4
5
from .module import DjangoModule
6
pyproject.toml
@@ -47,7 +47,7 @@ classifiers = [
47
]
48
49
dependencies = [
50
- "ellar-cli >= 0.4.1",
+ "ellar-cli >= 0.4.3",
51
"Django >= 3.1",
52
53
requirements-tests.txt
@@ -2,7 +2,6 @@ autoflake
httpx >=0.22.0
mypy == 1.10.1
pytest >=7.1.3,<9.0.0
-pytest-cov >=2.12.0,<6.0.0
pytest-asyncio==0.23.8
7
pytest-django
8
-ruff ==0.5.0
+ruff ==0.5.5
0 commit comments