Skip to content

Commit

Permalink
Undo alphabetical order.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoliver committed Feb 3, 2025
1 parent e4c95ef commit 0e9221a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
[tool.poetry]
authors = ["Big Ladder Software"]
description = "A dimensionally aware scientific plotting package."
keywords = ["template"]
license = "BSD-3"
name = "dimes"
readme = "README.md"
repository = "https://github.com/bigladder/dimes"
name = "dimes"
version = "0.0.0" # Generated from git on CI
description = "A dimensionally aware scientific plotting package."
authors = ["Big Ladder Software"]
license = "BSD-3"
readme = "README.md"
keywords = ["template"]
repository = "https://github.com/bigladder/dimes"

[tool.poetry.dependencies]
python = "^3.10"
plotly = "*"
koozie = "^1.3.0"
kaleido = "==0.2.1" # Required by plotly to save figures as images
koozie = "^1.3.0"
plotly = "*"
python = "^3.10"

[tool.poetry.dev-dependencies]
pytest = "^7.1.3"
pylint = "*"
black = "*"
mypy = "*"
pylint = "*"
pytest = "^7.1.3"

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 120

[tool.mypy]
check_untyped_defs = true
disallow_incomplete_defs = true
no_implicit_optional = true
check_untyped_defs = true

[[tool.mypy.overrides]]
disable_error_code = ["import"]
module = "dimes.*"
disable_error_code = ["import"]

0 comments on commit 0e9221a

Please sign in to comment.