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 21, 2024
1 parent d715152 commit a21fd7c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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.dev3"
version = "0.0.0.dev4"
name = "MDit"
requires-python = ">=3.10"
dependencies = [
Expand All @@ -29,13 +29,14 @@ dependencies = [
"markdown-it-py",
"mdit-py-plugins",
"linkify-it-py",
"readme-renderer",
"cmarkgfm",
"readme-renderer[md]",
"cmarkgfm >= 0.8.0",
"zundler",
"IPython",
"jupyterlab_myst",
"pygments",
"rich",
"rich >= 13.8",
"pydantic >= 2.9",
"PkgData == 0.0.0.dev3",
"PySerials == 0.0.0.dev7",
"PyLinks == 0.0.0.dev27",
Expand Down

0 comments on commit a21fd7c

Please sign in to comment.