Skip to content

Commit

Permalink
Include a temporary branch of travertino.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 1, 2023
1 parent 7e598b0 commit 02b4c35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ keywords =

[options]
install_requires =
travertino>=0.1.3
# travertino>=0.1.3
# Temporary until beeware/travertino#78 is merged
"git+https://github.com/beeware/travertino.git@min-width"
importlib_metadata>=4.4.0; python_version <= "3.9"
packages = find:
package_dir =
Expand Down
1 change: 1 addition & 0 deletions testbed/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ test_sources = [
]
requires = [
"../core",
"git+https://github.com/beeware/travertino.git@min-width",
]
test_requires = [
"coverage==7.2.0",
Expand Down

0 comments on commit 02b4c35

Please sign in to comment.