Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Sep 22, 2024
1 parent 6dd445b commit 860261e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# LoggerMan
# LoggerMan

Logging in Python with support for Markdown, HTML and Rich outputs.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev15"
version = "0.0.0.dev16"
name = "LoggerMan"
dependencies = [
"MDit == 0.0.0.dev3",
"MDit == 0.0.0.dev5",
"ActionMan == 0.0.0.dev15",
"ProtocolMan == 0.0.0.dev2",
"pydantic",
"rich",
]
requires-python = ">=3.10"

0 comments on commit 860261e

Please sign in to comment.