Closed sagepe closed 5 years ago
I've updated this PR to include some additional changes:
PYTHONIOENCODING
when running the Pipedrive bot to prevent encoding errors;site.login
from our MediaWiki library that generates errors on more recent versions of MediaWiki;I'm going to merge this - this gets everything running then we can then work on the wider improvements in dedicated issues.
The
SignedJwtAssertionCredentials
class was deprecated and removed fromoauth2client
some considerable time ago. This change uses the replacement and also updates the virtual environment's requirements file to reflect this.See also sysadmin#858.