Skip to content

Commit 7ea9b9f

Browse files
authored
List travertino before core when installing from local directories (#3169)
Alters the order of dependencies to guarantee resolution order with older versions of pip.
1 parent c05698f commit 7ea9b9f

File tree

46 files changed

+46
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-45
lines changed

changes/3169.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
List travertino before core when installing from local directories

examples/activityindicator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ formal_name = "Activity Indicator"
1515
description = "A testing app"
1616
sources = ["activityindicator"]
1717
requires = [
18-
"../../core",
1918
"../../travertino",
19+
"../../core",
2020
]
2121

2222

examples/beeliza/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ formal_name = "Beeliza"
1515
description = "A testing app"
1616
sources = ["beeliza"]
1717
requires = [
18-
"../../core",
1918
"../../travertino",
19+
"../../core",
2020
]
2121

2222

examples/box/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ formal_name = "Box Demo"
1515
description = "A testing app"
1616
sources = ["box"]
1717
requires = [
18-
"../../core",
1918
"../../travertino",
19+
"../../core",
2020
]
2121

2222

examples/button/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ formal_name = "Button Demo"
1515
description = "A testing app"
1616
sources = ["button"]
1717
requires = [
18-
"../../core",
1918
"../../travertino",
19+
"../../core",
2020
]
2121

2222

examples/canvas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ formal_name = "Canvas Demo"
1515
description = "A testing app"
1616
sources = ["canvas"]
1717
requires = [
18-
"../../core",
1918
"../../travertino",
19+
"../../core",
2020
]
2121

2222

examples/colors/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ formal_name = "colors"
1515
description = "A testing app"
1616
sources = ["colors"]
1717
requires = [
18-
"../../core",
1918
"../../travertino",
19+
"../../core",
2020
]
2121

2222

examples/command/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ formal_name = "Command Example"
1515
description = "A testing app"
1616
sources = ["command"]
1717
requires = [
18-
"../../core",
1918
"../../travertino",
19+
"../../core",
2020
]
2121

2222

examples/date_and_time/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ formal_name = "Date And Time"
1515
description = "A testing app"
1616
sources = ["date_and_time"]
1717
requires = [
18-
"../../core",
1918
"../../travertino",
19+
"../../core",
2020
]
2121

2222

examples/detailedlist/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ formal_name = "DetailedList Demo"
1515
description = "A testing app"
1616
sources = ["detailedlist"]
1717
requires = [
18-
"../../core",
1918
"../../travertino",
19+
"../../core",
2020
]
2121

2222

0 commit comments

Comments
 (0)