ppetrid / yawd-admin

An administration website for Django
Other
138 stars 32 forks source link

Make oauth2client optional #37

Open oscarcp opened 10 years ago

oscarcp commented 10 years ago

oauth2client doesn't have support for Python3, since that package is only required for the Google Analytics part, shouldn't it be optional like the google-api-python-client?

Currently the oauth2client requirement is preventing to set up yawd admin in any Python 3 projects.