opengridcc / opengrid-dev

Open source building monitoring, analysis and control
Apache License 2.0
26 stars 21 forks source link

Fix Houseprintparser for oauth2client 3.0 #193

Open JrtPec opened 7 years ago

JrtPec commented 7 years ago

Our requirements still state oauth2client==1.5.2, because all subsequent versions throw ImportError: cannot import name 'SignedJwtAssertionCredentials' when parsing the houseprint.

oauth2client is already at version 3.0, so it should be possible to fix our issue and update the requirement