Skip to content

Commit

Permalink
Merge pull request #150 from pmoris/linkify-dependency
Browse files Browse the repository at this point in the history
Add linkify-it-py as explicit dependency
  • Loading branch information
davidbrochart authored Oct 29, 2024
2 parents 8f571af + 56f4c6c commit 4d01ae4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
number: 1

requirements:
host:
Expand All @@ -24,6 +24,8 @@ requirements:
- platformdirs >=3.6.0,<5
- python >=3.8.1,<4.0.0
- markdown-it-py >=2.1.0
- linkify-it-py >=1,<3
- mdit-py-plugins
- rich >=13.3.3
- typing-extensions >=4.4.0,<5.0.0
run_constrained:
Expand Down

0 comments on commit 4d01ae4

Please sign in to comment.