mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-07-07 17:45:01 +00:00
30 lines
No EOL
622 B
TOML
30 lines
No EOL
622 B
TOML
[project]
|
|
name = "cotton-dev-app"
|
|
version = "0.9"
|
|
requires-python = ">=3.10, <4"
|
|
dependencies = [
|
|
"django~=5.1",
|
|
"heroicons~=2.6.0",
|
|
"gunicorn~=20.1.0",
|
|
"asgiref>=3.6.0,<4",
|
|
"whitenoise~=6.2.0",
|
|
"redis~=5.0.1",
|
|
]
|
|
authors = [
|
|
{ name = "Will Abbott", email = "willabb83@gmail.com" }
|
|
]
|
|
|
|
[tool.poetry]
|
|
name = "cotton-docs-app"
|
|
version = "0.1"
|
|
description = "Docs site for django_cotton."
|
|
authors = ["Will Abbott <willabb83@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
Django = "^5.1"
|
|
django-cotton = "*"
|
|
heroicons = "2.6.0"
|
|
gunicorn = "20.1.0"
|
|
asgiref = ">=3.6.0,<4"
|
|
whitenoise = "6.2.0" |