-
Notifications
You must be signed in to change notification settings - Fork 52
/
requirements.txt
89 lines (86 loc) · 2.08 KB
/
requirements.txt
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Note that App Engine / Cloud Build's default pip cache is overly aggressive
# with GitHub dependency URLs like these. If I push a new commit to the branch
# in one of these URLs, Cloud Build still uses the old cached version.
# https://cloud.google.com/appengine/docs/standard/python3/specifying-dependencies
#
# Use this to bust that cache: gcloud -q beta app deploy --no-cache ...
git+https://github.com/kylewm/brevity.git#egg=brevity
git+https://github.com/snarfed/oauth-dropins.git#egg=oauth_dropins
git+https://github.com/snarfed/granary.git#egg=granary
git+https://github.com/snarfed/lexrpc.git#egg=lexrpc
git+https://github.com/snarfed/mox3.git#egg=mox3
git+https://github.com/dvska/gdata-python3.git#egg=gdata
# required for mox3, not prod
fixtures==4.1.0
pbr==6.1.0
beautifulsoup4==4.12.3
bech32==1.2.0
Brotli==1.1.0
cachetools==5.5.0
certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
colorama==0.4.6
domain2idna==1.12.2
ecdsa==0.19.0
feedgen==1.0.0
Flask==3.0.3
Flask-Caching==2.3.0
flask-gae-static==1.0
google-api-core[grpc]==2.19.1
google-auth==2.27.0
google-cloud-appengine-logging==1.5.0
google-cloud-audit-log==0.3.0
google-cloud-core==2.3.2
google-cloud-datastore==2.20.1
google-cloud-error-reporting==1.11.1
google-cloud-logging==3.11.3
google-cloud-ndb==2.3.2
google-cloud-tasks==2.17.0
googleapis-common-protos==1.65.0
grapheme==0.6.0
grpc-google-iam-v1==0.13.1
grpcio==1.67.1
grpcio-status==1.67.1
gunicorn==23.0.0
html2text==2024.2.26
html5lib==1.1
humanfriendly==10.0
humanize==4.11.0
idna==3.10
itsdangerous==2.2.0
Jinja2==3.1.4
libipld==1.2.3
lxml==5.3.0
MarkupSafe==3.0.2
mf2py==2.0.1
mf2util==0.5.2
oauthlib==3.2.2
packaging==24.1
pkce==1.0.3
praw==7.8.1
prawcore==2.4.0
proto-plus==1.25.0
protobuf==5.28.3
pyasn1==0.6.1
pyasn1-modules==0.4.1
pymemcache==4.0.0
pyparsing==3.2.0
python-dateutil==2.9.0.post0
python-tumblpy==1.1.4
pytz==2024.2
PyYAML==6.0.2
redis==5.2.0
requests==2.32.3
requests-oauthlib==1.4.0
rsa==4.9
six==1.16.0
soupsieve==2.6
tlslite-ng==0.8.0a44
tweepy==4.14.0
ujson==5.10.0
update-checker==0.18.0
urllib3==2.2.3
webencodings==0.5.1
websocket-client==1.8.0
Werkzeug==3.1.2