Skip to content

Commit

Permalink
MementoBear: Use hyphen in dependency package name
Browse files Browse the repository at this point in the history
memento_client is unrecognised by `packaging`.  Use hyphens.
  • Loading branch information
jayvdb committed Nov 11, 2018
1 parent 3c2334a commit c11558a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bear-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ isort~=4.2
language-check~=1.0
libclang-py3~=3.4.0
lxml==3.6.0
memento_client~=0.6.1
memento-client~=0.6.1
munkres3~=1.0
mypy==0.590
nbformat~=4.1
Expand Down
2 changes: 1 addition & 1 deletion bear-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ pip_requirements:
version: ~=3.4.0
lxml:
version: ==3.6.0
memento_client:
memento-client:
version: ~=0.6.1
munkres3:
version: ~=1.0
Expand Down
2 changes: 1 addition & 1 deletion bears/general/MementoBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class MementoBear(LocalBear):
DEFAULT_TIMEOUT = 15
LANGUAGES = {'All'}
REQUIREMENTS = {PipRequirement('memento_client', '0.6.1')}
REQUIREMENTS = {PipRequirement('memento-client', '0.6.1')}
AUTHORS = {'The coala developers'}
AUTHORS_EMAILS = {'[email protected]'}
LICENSE = 'AGPL-3.0'
Expand Down

0 comments on commit c11558a

Please sign in to comment.