olucurious / PyFCM

Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)
http://olucurious.github.io/PyFCM/
MIT License
802 stars 204 forks source link

need to include new requirements in setup.py #326

Closed jerryz1982 closed 2 months ago

jerryz1982 commented 2 months ago

when running 2.0.0 version, the following error happens

from google.oauth2 import service_account

ModuleNotFoundError: No module named 'google'

pip does not install google-auth package because it is not included in install_requires

olucurious commented 2 months ago

fixed in v2.0.1