File tree 2 files changed +4
-4
lines changed
src/tailwind/app_template/{{cookiecutter.app_name}}/static_src
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " django-tailwind"
3
- version = " 3.9.0 "
3
+ version = " 3.9.1 "
4
4
description = " Tailwind CSS Framework for Django projects"
5
5
authors = [
" Tim Kamanin <[email protected] >" ]
6
6
license = " MIT"
@@ -25,7 +25,7 @@ packages = [
25
25
]
26
26
27
27
[tool .poetry .dependencies ]
28
- python = " ^3.11.0 "
28
+ python = " ^3.10 "
29
29
django = " >=4.2.20"
30
30
django-browser-reload = { version = " ^1.18.0" , optional = true }
31
31
@@ -37,7 +37,7 @@ pre-commit = "^4.2.0"
37
37
isort = " ^6.0.1"
38
38
flake8 = " ^7.2.0"
39
39
black = " ^25.1.0"
40
- Sphinx = " ^8.2 .3"
40
+ Sphinx = " ^8.1 .3"
41
41
recommonmark = " ^0.7.1"
42
42
sphinx-rtd-theme = " ^3.0.2"
43
43
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " {{ cookiecutter.app_name }}" ,
3
- "version" : " 3.9.0 " ,
3
+ "version" : " 3.9.1 " ,
4
4
"description" : " " ,
5
5
"scripts" : {
6
6
"start" : " npm run dev" ,
You can’t perform that action at this time.
0 commit comments