Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Sep 23, 2024
1 parent 32326fe commit 9897157
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev273"
version = "0.0.0.dev274"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand All @@ -27,16 +27,16 @@ dependencies = [
"jsonpath-ng == 1.6.1",
"ruamel.yaml == 0.17.40",
"PyLinks == 0.0.0.dev27",
"LoggerMan == 0.0.0.dev18",
"PySerials == 0.0.0.dev10",
"GitTidy == 0.0.0.dev10",
"LoggerMan == 0.0.0.dev19",
"PySerials == 0.0.0.dev11",
"GitTidy == 0.0.0.dev11",
"PkgData == 0.0.0.dev4",
"PyShellMan == 0.0.0.dev2",
"PySyntax == 0.0.0.dev3",
"ExceptionMan == 0.0.0.dev7",
"MDit == 0.0.0.dev7",
"JSONSchemata == 0.0.0.dev6",
"ExceptionMan == 0.0.0.dev8",
"MDit == 0.0.0.dev8",
"JSONSchemata == 0.0.0.dev7",
"VersionMan == 0.0.0.dev248",
"HTMP == 0.0.0.dev4",
"HTMP == 0.0.0.dev5",
]
requires-python = ">=3.10"

0 comments on commit 9897157

Please sign in to comment.