Skip to content

Commit

Permalink
don't forget to include toml
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Aug 2, 2020
1 parent 518611b commit 89e9a46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ source:
- build.patch

build:
number: 0
number: 1
script: {{ PYTHON }} -m pip install . -vv
skip: true # [py<35]
skip: true # [py<36]
entry_points:
- dvc = dvc.main:main

Expand All @@ -40,6 +40,7 @@ requirements:
- appdirs >=1.4.3
- pyyaml >=5.1.2,<5.4
- ruamel.yaml >=0.16.1
- toml >=0.10.1
- funcy >=1.14
- pathspec >=0.6.0
- shortuuid >=0.5.0
Expand Down

0 comments on commit 89e9a46

Please sign in to comment.