Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin authored Jun 8, 2024
1 parent 0ff380b commit e4083fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"

Expand All @@ -32,4 +32,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
addopts = '--nomigrations'
addopts = '--nomigrations'

0 comments on commit e4083fa

Please sign in to comment.