From e4083fa1ce6d499ab6347c7d227cdbc451080771 Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Sat, 8 Jun 2024 09:50:03 +0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5d59467..6b7b3b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,8 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.8" -asgiref = "^3.6" +python = ">=3.8" +asgiref = ">=3.6" django = ">=3.2" django-ninja = "*" @@ -32,4 +32,4 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.pytest.ini_options] -addopts = '--nomigrations' \ No newline at end of file +addopts = '--nomigrations'