|
@@ -12,13 +12,13 @@ django-sudo>=3.0.0,<4.0.0
|
|
|
Django>=1.11,<1.12
|
|
|
djangorestframework==3.6.4
|
|
|
email-reply-parser>=0.5.0,<0.6.0
|
|
|
-google-api-core==1.14.3
|
|
|
-google-auth==1.6.3
|
|
|
-google-cloud-core==0.29.1
|
|
|
-google-cloud-bigtable==0.32.2
|
|
|
-google-cloud-pubsub==0.35.4
|
|
|
-google-cloud-storage==1.13.3
|
|
|
-googleapis-common-protos==1.6.0
|
|
|
+google-api-core==1.25.1
|
|
|
+google-auth==1.24.0
|
|
|
+google-cloud-bigtable==1.6.1
|
|
|
+google-cloud-core==1.5.0
|
|
|
+googleapis-common-protos==1.52.0
|
|
|
+google-cloud-pubsub==2.2.0
|
|
|
+google-cloud-storage==1.35.0
|
|
|
jsonschema==3.2.0
|
|
|
lxml>=4.6.1,<4.7.0
|
|
|
maxminddb==1.5.4
|
|
@@ -50,7 +50,7 @@ rfc3986-validator==0.1.1
|
|
|
sentry-relay>=0.8.1,<0.9.0
|
|
|
sentry-sdk>=0.19.5,<0.20.0
|
|
|
simplejson>=3.11.0,<3.12.0
|
|
|
-six>=1.11.0,<1.12.0
|
|
|
+six>=1.13.0
|
|
|
sqlparse>=0.2.0,<0.3.0
|
|
|
statsd>=3.1.0,<3.2.0
|
|
|
structlog==17.1.0
|
|
@@ -67,6 +67,11 @@ msgpack>=1.0.0,<1.1.0
|
|
|
billiard==3.6.3
|
|
|
kombu==4.6.11
|
|
|
|
|
|
+# Note, grpcio>1.30.0 requires setting GRPC_POLL_STRATEGY=epoll1
|
|
|
+# See https://github.com/grpc/grpc/issues/23796 and
|
|
|
+# https://github.com/grpc/grpc/blob/v1.35.x/doc/core/grpc-polling-engines.md#polling-engine-implementations-in-grpc
|
|
|
+grpcio==1.35.0
|
|
|
+
|
|
|
# not directly used, but provides a speedup for redis
|
|
|
hiredis==0.3.1
|
|
|
|