8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f619a commit 9860ec2Copy full SHA for 9860ec2
cloudfn/hooks/hook-google.cloud.firestore.py
@@ -0,0 +1,5 @@
1
+from PyInstaller.utils.hooks import copy_metadata
2
+
3
+datas = copy_metadata('google-cloud-firestore')
4
+datas += copy_metadata('google-cloud-core')
5
+datas += copy_metadata('google-api-core')
0 commit comments