mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
fix pyproject.toml
This commit is contained in:
@@ -75,8 +75,6 @@ dependencies = [
|
||||
'email-validator==2.2.0', # to validate email addresses
|
||||
'pydantic==2.10.3', # to validate and parse the input file
|
||||
'pydantic-extra-types==2.10.1', # to validate some extra types
|
||||
'pydantic==2.10.2', # to validate and parse the input file
|
||||
'pydantic-extra-types==2.10.1', # to validate some extra types
|
||||
'ruamel.yaml==0.18.6', # to parse YAML files
|
||||
'typer==0.15.1', # to create the command-line interface
|
||||
"markdown==3.7", # to convert Markdown to HTML
|
||||
|
||||
Reference in New Issue
Block a user