major changes, including tailwind v4

This commit is contained in:
pacnpal
2025-08-15 12:24:20 -04:00
parent f6c8e0e25c
commit da7c7e3381
261 changed files with 22783 additions and 10465 deletions

View File

@@ -1,31 +1,8 @@
[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"
djangorestframework = "^3.14.0"
django-cors-headers = "^4.3.1"
[tool.poetry.dev-dependencies]
black = "^25.1.0"
isort = "^6.0.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"
[project]
name = "thrillwiki"
version = "0.1.0"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"Django>=5.0",
"djangorestframework>=3.14.0",