Skip to content

Commit

Permalink
Add runtime dependency on tomli (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Apr 17, 2024
1 parent 512d480 commit 7edd66d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 30d03bbaa53b77d38863fd6b95cc4edb4a84a1512787b3b0c12fb3b4fb25d9e9

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv
entry_points:
Expand All @@ -35,6 +35,7 @@ requirements:
- packaging >=21.0
- pygments >=2.14
- requests >=2.25.0
- tomli >=2.0
- snowballstemmer >=2.0
- sphinxcontrib-applehelp
- sphinxcontrib-devhelp
Expand Down

0 comments on commit 7edd66d

Please sign in to comment.