Skip to content

Commit 8238b8b

Browse files
committed
Update pyproject.toml
1 parent 2fb4914 commit 8238b8b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ packages = [{ include = "rite", from = "src" }]
4242

4343
[tool.poetry.dependencies]
4444
python = ">=3.10,<4.0"
45+
pytz = "^2024.2"
4546

4647

4748
# =============================================================================
4849
# Development Dependencies
4950
# =============================================================================
5051

51-
pytz = "^2024.2"
52-
[tool.poetry.dev-dependencies]
52+
[tool.poetry.group.dev.dependencies]
5353
pytest = "^8.3.4" # Framework for testing
5454
pytest-cov = "^6.0.0" # Code coverage for tests
5555
black = "^24.8.0" # Code formatter
5656
flake8 = "^7.1.0" # Linter for code quality
57-
mypy = "^1.14.0" # Static type checker
57+
mypy = "^1.14.1" # Static type checker
5858
sphinx = "^8.0.2" # Documentation generator
5959
isort = "^5.10.1" # Import sorter
6060
tox = "^4.4.6" # Testing multiple environments
@@ -66,8 +66,6 @@ pre-commit = "^4.0.1" # Pre-commit hooks for linting and formatting
6666
# =============================================================================
6767

6868
[build-system]
69-
# requires = ["setuptools>=42", "wheel"] # PEP 508 specifications.
70-
# build-backend = "setuptools.build_meta"
7169
requires = ["poetry-core>=1.5.0"]
7270
build-backend = "poetry.core.masonry.api"
7371

0 commit comments

Comments
 (0)