forked from firebase/firebase-admin-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
47 lines (40 loc) · 1 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{% set name = "firebase-admin" %}
{% set version = "6.5.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/firebase_admin-{{ version }}.tar.gz
sha256: e716dde1447f0a1cd1523be76ff872df33c4e1a3c079564ace033b2ad60bcc4f
build:
skip: true # [py<37]
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
requirements:
host:
- python
- pip
run:
- python
- cachecontrol >=0.12.6
- google-api-core >=1.22.1,<3.0.0dev
- google-api-python-client >=1.7.8
- google-cloud-firestore >=2.9.1
- google-cloud-storage >=1.37.1
- pyjwt >=2.5.0
test:
imports:
- firebase_admin
commands:
- pip check
requires:
- pip
about:
home: https://firebase.google.com/docs/admin/setup/
summary: Firebase Admin Python SDK
dev_url: https://github.com/firebase/firebase-admin-python
license: Apache-2.0
license_file: LICENSE
extra:
recipe-maintainers:
- tbd