Trying out larl parser
This commit is contained in:
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
description = "Port of the Ziffers numerical notation for Python"
|
||||
authors = [
|
||||
{name = "Raphaël Forment", email="raphael.forment@gmail.com"},
|
||||
{email = "raphael.forment@gmail.com"}
|
||||
{name = "Miika Alonen" email = "amiika@gmail.com"}
|
||||
]
|
||||
license = {file = "LICENSE.txt"}
|
||||
readme = "README.md"
|
||||
@ -17,7 +17,7 @@ classifiers = [
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
"parsimonious>=0.10.0",
|
||||
"lark>=1.1.5",
|
||||
"rich>=12.6.0"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user