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

[deps] Replace clapp by clapper.

parent 5ca1b84b
No related branches found
No related tags found
1 merge request!109Replace clapp by clapper.
Pipeline #70628 passed
...@@ -21,7 +21,7 @@ requirements: ...@@ -21,7 +21,7 @@ requirements:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- pip {{ pip }} - pip {{ pip }}
- clapp - clapper
- bob.extension - bob.extension
- bob.io.base - bob.io.base
- bob.pipelines - bob.pipelines
...@@ -39,7 +39,7 @@ requirements: ...@@ -39,7 +39,7 @@ requirements:
run: run:
- python - python
- setuptools - setuptools
- clapp - clapper
- bob.extension - bob.extension
- bob.io.base - bob.io.base
- bob.pipelines - bob.pipelines
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
] ]
dependencies = [ dependencies = [
"setuptools", "setuptools",
"clapp", "clapper",
"bob.extension", "bob.extension",
"bob.io.base", "bob.io.base",
"bob.pipelines", "bob.pipelines",
......
...@@ -10,7 +10,7 @@ import click ...@@ -10,7 +10,7 @@ import click
import jinja2 import jinja2
import yaml import yaml
from clapp.click import log_parameters, verbosity_option from clapper.click import log_parameters, verbosity_option
from tabulate import tabulate from tabulate import tabulate
from bob.bio.base.score.load import get_negatives_positives, load_score from bob.bio.base.score.load import get_negatives_positives, load_score
......
...@@ -4,7 +4,7 @@ import logging ...@@ -4,7 +4,7 @@ import logging
import click import click
from clapp.click import log_parameters, verbosity_option from clapper.click import log_parameters, verbosity_option
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
import click import click
import pkg_resources import pkg_resources
from clapp.click import AliasedGroup from clapper.click import AliasedGroup
from click_plugins import with_plugins from click_plugins import with_plugins
......
...@@ -9,7 +9,7 @@ from functools import partial ...@@ -9,7 +9,7 @@ from functools import partial
import click import click
import numpy import numpy
from clapp.click import verbosity_option from clapper.click import verbosity_option
import bob.measure.script.figure as measure_figure import bob.measure.script.figure as measure_figure
......
...@@ -5,7 +5,7 @@ import logging ...@@ -5,7 +5,7 @@ import logging
import click import click
from clapp.click import ( from clapper.click import (
ConfigCommand, ConfigCommand,
ResourceOption, ResourceOption,
log_parameters, log_parameters,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment