Skip to content

Commit 3f3ec00

Browse files
Merge branch 'master' into moto_disable
2 parents 9d8b299 + 1256615 commit 3f3ec00

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: python
2+
dist: bionic
23

34
matrix:
45
include:

diffy/accounts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:license: Apache, see LICENSE for more details.
66
"""
77
import logging
8-
from fuzzywuzzy import process
8+
from rapidfuzz import process
99

1010
from honeybee.extensions import swag
1111
from honeybee.exceptions import ResolveException

requirements.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
boto3
22
click
33
click-log
4-
fuzzywuzzy
4+
rapidfuzz
55
jsondiff
66
jsonschema
77
marshmallow-jsonschema
88
python-dateutil
9-
python-Levenshtein
109
PyYAML
1110
retrying
1211
swag-client

web-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ swag-client==0.4.7
4949
tabulate==0.8.6
5050
urllib3==1.25.8
5151
werkzeug==1.0.0 # via flask
52-
zipp==2.2.0
52+
zipp==2.2.0

0 commit comments

Comments
 (0)