Skip to content
Snippets Groups Projects
Commit 076ca4a0 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[deps] Use clapp instead of exposed.

parent df0927b4
Branches
Tags
1 merge request!106Autoupdate pre-commit and apply on all files
Pipeline #69871 failed
......@@ -21,6 +21,7 @@ requirements:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- clapp
- bob.extension
- bob.io.base
- bob.pipelines
......@@ -38,6 +39,7 @@ requirements:
run:
- python
- setuptools
- clapp
- bob.extension
- bob.io.base
- bob.pipelines
......
......@@ -26,6 +26,7 @@
]
dependencies = [
"setuptools",
"clapp",
"bob.extension",
"bob.io.base",
"bob.pipelines",
......
......@@ -10,7 +10,7 @@ import click
import jinja2
import yaml
from exposed.click import log_parameters, verbosity_option
from clapp.click import log_parameters, verbosity_option
from tabulate import tabulate
from bob.bio.base.score.load import get_negatives_positives, load_score
......
......@@ -4,7 +4,7 @@ import logging
import click
from exposed.click import log_parameters, verbosity_option
from clapp.click import log_parameters, verbosity_option
logger = logging.getLogger(__name__)
......
......@@ -3,8 +3,8 @@
import click
import pkg_resources
from clapp.click import AliasedGroup
from click_plugins import with_plugins
from exposed.click import AliasedGroup
@with_plugins(pkg_resources.iter_entry_points("bob.pad.cli"))
......
......@@ -9,7 +9,7 @@ from functools import partial
import click
import numpy
from exposed.click import verbosity_option
from clapp.click import verbosity_option
import bob.measure.script.figure as measure_figure
......
......@@ -5,7 +5,7 @@ import logging
import click
from exposed.click import (
from clapp.click import (
ConfigCommand,
ResourceOption,
log_parameters,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment