Files
thrillwiki_django_no_react/pyproject.toml
dependabot[bot] 1a60658f17 [DEPENDABOT] Update: Update reactivated requirement
Updates the requirements on [reactivated](https://github.com/silviogutierrez/django-react) to permit the latest version.
- [Commits](https://github.com/silviogutierrez/django-react/compare/v0.41.1...v0.45.3)

---
updated-dependencies:
- dependency-name: reactivated
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 16:44:37 +00:00

26 lines
581 B
TOML

[tool.poetry]
name = "thrillwiki"
version = "0.1.0"
description = "A Django + React application using reactivated.io"
authors = ["Your Name <your.email@example.com>"]
[tool.poetry.dependencies]
python = "^3.11"
Django = "^5.0"
reactivated = "^0.45.3"
djangorestframework = "^3.14.0"
django-cors-headers = "^4.3.1"
[tool.poetry.dev-dependencies]
black = "^24.1.0"
isort = "^5.13.0"
mypy = "^1.8.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.reactivated]
django_project = "thrillwiki"
django_settings = "thrillwiki.settings"