This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
poetry_individually/module1 Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ description = ""
55authors = [" Your Name <you@example.com>" ]
66
77[tool .poetry .dependencies ]
8- python = " ^3.6 "
9- Flask = " ^1 .0"
8+ python = " ^3.7 "
9+ Flask = " 2 .0"
1010bottle = {git = " https://git@github.com/bottlepy/bottle.git" , tag = " 0.12.16" }
11- boto3 = " ^1.9 "
11+ boto3 = " 1.29.6 "
1212
1313[tool .poetry .dev-dependencies ]
1414
1515[build-system ]
16- requires = [" poetry>=0.12 " ]
16+ requires = [" poetry" ]
1717build-backend = " poetry.masonry.api"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ description = ""
55authors = [" Your Name <you@example.com>" ]
66
77[tool .poetry .dependencies ]
8- python = " ^3.6 "
9- Flask = " ^1 .0"
8+ python = " ^3.7 "
9+ Flask = " 2 .0"
1010bottle = {git = " https://git@github.com/bottlepy/bottle.git" , tag = " 0.12.16" }
11- boto3 = " ^1.9 "
11+ boto3 = " 1.29.6 "
1212
1313[tool .poetry .dev-dependencies ]
1414
1515[build-system ]
16- requires = [" poetry>=0.12 " ]
16+ requires = [" poetry" ]
1717build-backend = " poetry.masonry.api"
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ description = ""
55authors = [" Your Name <you@example.com>" ]
66
77[tool .poetry .dependencies ]
8- python = " ^3.6 "
9- Flask = " ^1 .0"
8+ python = " ^3.7 "
9+ Flask = " 2 .0"
1010
1111[tool .poetry .group .custom1 .dependencies ]
1212bottle = {git = " https://git@github.com/bottlepy/bottle.git" , tag = " 0.12.16" }
1313
1414[tool .poetry .group .custom2 .dependencies ]
15- boto3 = " ^1.9 "
15+ boto3 = " 1.29.6 "
1616
1717[build-system ]
1818requires = [" poetry-core" ]
You can’t perform that action at this time.
0 commit comments