Fix typo in module imports and package dependencies

This commit is contained in:
Mark Haines 2015-08-25 10:42:59 +01:00
parent 01fc3943f1
commit cf8c04948f
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ logger = logging.getLogger(__name__)
REQUIREMENTS = {
"unpaddedbase64>=1.0.1": ["unpaddedbase64>=1.0.1"],
"canonicaljson>=1.0.0": ["canconicaljson>=1.0.0"],
"canonicaljson>=1.0.0": ["canonicaljson>=1.0.0"],
"signedjson>=1.0.0": ["signedjson>=1.0.0"],
"Twisted>=15.1.0": ["twisted>=15.1.0"],
"service_identity>=1.0.0": ["service_identity>=1.0.0"],