We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e23e71 commit 6aa6f32Copy full SHA for 6aa6f32
1 file changed
pyproject.toml
@@ -16,10 +16,10 @@ classifiers = [
16
17
[tool.poetry.dependencies]
18
python = "^3.9"
19
-devind-core = ">=0.3,<0.5"
+devind-core = "^0"
20
Django = "^3"
21
graphene-django = "^2.15.0"
22
-devind-helpers = "^0.3"
+devind-helpers = "^0"
23
celery = "^5.2.3"
24
25
[tool.poetry.dev-dependencies]
@@ -36,4 +36,4 @@ version_variable = [
36
branch = "main"
37
upload_to_pypi = true
38
upload_to_release = true
39
-build_command = "pip install poetry && poetry build"
+build_command = "pip install poetry && poetry build"
0 commit comments