File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ packages = [{ include = "rite", from = "src" }]
42
42
43
43
[tool .poetry .dependencies ]
44
44
python = " >=3.10,<4.0"
45
+ pytz = " ^2024.2"
45
46
46
47
47
48
# =============================================================================
48
49
# Development Dependencies
49
50
# =============================================================================
50
51
51
- pytz = " ^2024.2"
52
- [tool .poetry .dev-dependencies ]
52
+ [tool .poetry .group .dev .dependencies ]
53
53
pytest = " ^8.3.4" # Framework for testing
54
54
pytest-cov = " ^6.0.0" # Code coverage for tests
55
55
black = " ^24.8.0" # Code formatter
56
56
flake8 = " ^7.1.0" # Linter for code quality
57
- mypy = " ^1.14.0 " # Static type checker
57
+ mypy = " ^1.14.1 " # Static type checker
58
58
sphinx = " ^8.0.2" # Documentation generator
59
59
isort = " ^5.10.1" # Import sorter
60
60
tox = " ^4.4.6" # Testing multiple environments
@@ -66,8 +66,6 @@ pre-commit = "^4.0.1" # Pre-commit hooks for linting and formatting
66
66
# =============================================================================
67
67
68
68
[build-system ]
69
- # requires = ["setuptools>=42", "wheel"] # PEP 508 specifications.
70
- # build-backend = "setuptools.build_meta"
71
69
requires = [" poetry-core>=1.5.0" ]
72
70
build-backend = " poetry.core.masonry.api"
73
71
You can’t perform that action at this time.
0 commit comments