Skip to content

Commit

Permalink
chore: pluralize
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 18, 2022
1 parent 646eea8 commit 768b7f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "test-panel-wheel"
name = "test-panel-wheels"
version = "0.1.0"
description = "Test of wheel for panel"
description = "Test of wheel for panel, pillow and bokeh"
authors = ["Your Name <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.9"
bokeh = "~2.4"
panel = "^0.14.2"
pillow = "^9.3.0"
bokeh = "~2.4.3"

[build-system]
requires = ["poetry-core>=1"]
Expand Down

0 comments on commit 768b7f5

Please sign in to comment.