|
@@ -3,10 +3,9 @@ boto3==1.13.16
|
|
|
botocore==1.16.16
|
|
|
celery==4.4.7
|
|
|
click==7.1.2
|
|
|
-confluent-kafka==1.5.0; python_version <= '3.8'
|
|
|
+confluent-kafka==1.5.0; python_version == '3.8'
|
|
|
confluent-kafka==1.6.0; python_version == '3.9'
|
|
|
croniter==0.3.37
|
|
|
-dataclasses==0.8; python_version <= '3.6'
|
|
|
datadog==0.29.3
|
|
|
django-crispy-forms==1.8.1
|
|
|
django-picklefield==2.1.0
|
|
@@ -22,7 +21,7 @@ google-cloud-pubsub==2.2.0
|
|
|
google-cloud-storage==1.35.0
|
|
|
# Only necessary to prevent installing the latest version
|
|
|
# https://github.com/googleapis/python-crc32c/issues/83
|
|
|
-google-crc32c==1.1.2; python_version == '3.8'
|
|
|
+google-crc32c==1.1.2
|
|
|
jsonschema==3.2.0
|
|
|
lxml==4.6.3
|
|
|
maxminddb==2.0.3
|
|
@@ -31,8 +30,7 @@ mmh3==3.0.0
|
|
|
parsimonious==0.8.0
|
|
|
petname==2.6
|
|
|
phonenumberslite==8.12.0
|
|
|
-Pillow==8.2.0; python_version == '3.6'
|
|
|
-Pillow==8.3.1; python_version > '3.6'
|
|
|
+Pillow==8.3.1
|
|
|
progressbar2==3.32.0
|
|
|
python-rapidjson==1.4
|
|
|
psycopg2-binary==2.8.6
|
|
@@ -53,7 +51,7 @@ rfc3986-validator==0.1.1
|
|
|
# [end] jsonschema format validators
|
|
|
sentry-relay==0.8.9
|
|
|
sentry-sdk>=1.4.3,<1.5.0
|
|
|
-snuba-sdk>=0.0.25,<1.0.0
|
|
|
+snuba-sdk>=0.0.26,<1.0.0
|
|
|
simplejson==3.17.2
|
|
|
statsd==3.3
|
|
|
structlog==21.1.0
|
|
@@ -66,10 +64,7 @@ uWSGI==2.0.19.1
|
|
|
zstandard==0.14.1
|
|
|
|
|
|
msgpack==1.0.0
|
|
|
-# for encrypting stored user credentials
|
|
|
-cryptography==3.3.2; python_version == '3.6'
|
|
|
-# Development only: It has an arm64 wheel for Apple M1 chipsets
|
|
|
-cryptography==3.4.8; python_version > '3.6'
|
|
|
+cryptography==3.4.8
|
|
|
# celery
|
|
|
billiard==3.6.3
|
|
|
kombu==4.6.11
|