forked from google/clusterfuzz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
47 lines (45 loc) · 1.12 KB
/
Pipfile
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
antlr4-python3-runtime = "==4.7.2"
google-api-python-client = "==1.8.3"
google-auth = "==1.25.0"
google-auth-oauthlib = "==0.4.1"
google-cloud-core = "==1.4.1"
google-cloud-datastore = "==1.12.0"
google-cloud-logging = "==1.15.0"
google-cloud-monitoring = "==0.36.0"
google-cloud-ndb = "==1.4.0"
google-cloud-profiler = "==1.0.3"
google-cloud-storage = "==1.28.1"
grpcio = "==1.38.0"
httplib2 = "==0.19.0"
lxml = "==4.6.5"
mozprocess = "==1.1.0"
oauth2client = "==4.1.3"
protobuf = "==3.19.0"
PyYAML = "==5.4"
redis = "==3.3.11"
requests = "==2.21.0"
six = "==1.14.0"
tlslite-ng = "==0.7.6"
twisted = "==20.3.0"
# Hack: We are using this to specify App Engine packages,
# since there is no support for custom package sets.
[dev-packages]
cryptography = "==3.4.8"
firebase-admin = "==2.16.0"
Flask = "==1.1.2"
itsdangerous = "==2.0.1"
Jinja2 = "==2.11.3"
jira = "==2.0.0"
markupsafe = "==2.0.1"
PyJWT = "==2.3.0"
pyOpenSSL = "==19.1.0"
python-dateutil = "==2.8.1"
requests-toolbelt = "==0.9.1"
sendgrid = "==6.0.4"
pygithub = "==1.55"
werkzeug = "==2.0.3"