Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
214eb54b
Commit
214eb54b
authored
May 01, 2018
by
André Anjos
💬
Browse files
Remove useless bob.extension dep
parent
4eb87491
Pipeline
#19640
failed with stages
in 14 minutes
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/config.py
View file @
214eb54b
...
...
@@ -101,8 +101,6 @@ class Configuration(object):
def
__init__
(
self
,
args
):
from
bob.extension.config
import
load
,
mod_to_context
self
.
files
=
[
os
.
path
.
expanduser
(
'~/.beatrc'
),
os
.
path
.
realpath
(
'./.beatrc'
),
...
...
conda/meta.yaml
View file @
214eb54b
...
...
@@ -29,13 +29,13 @@ requirements:
-
beat.core
-
termcolor
-
oset
-
bob.extension
-
docopt
test
:
requires
:
-
bob-devel {{ bob_devel }}.*
-
beat-devel {{ beat_devel }}.*
-
bob.extension
-
nose
-
coverage
-
sphinx
...
...
requirements.txt
View file @
214eb54b
...
...
@@ -3,5 +3,4 @@ beat.core
beat.backend.python
oset
termcolor
bob.extension
docopt
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment