Skip to content

Commit 35a43e3

Browse files
committed
Set requirements to released TG
1 parent 18328f0 commit 35a43e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devtools/gearbox/quickstart/template/pyproject.toml_tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors = [
1818
urls = { Homepage = "http://unknown.org" }
1919
readme = { file = "README.rst", content-type = "text/x-rst" }
2020
dependencies = [
21-
"TurboGears2 >= 2.4.3",
21+
"TurboGears2 >= 2.5.0",
2222
"Beaker >= 1.8.0",
2323
{{if kajiki}}
2424
"Kajiki >= 0.6.3",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
license = { text = "MIT" }
1616
urls = { Homepage = "http://www.turbogears.org" }
1717
dependencies = [
18-
"TurboGears2 >= 2.5.0a0",
18+
"TurboGears2 >= 2.5.0",
1919
"gearbox >= 0.3.2",
2020
"backlash >= 0.0.7",
2121
"tgext.debugbar"

0 commit comments

Comments
 (0)