|
@@ -1,13 +1,13 @@
|
|
|
[[package]]
|
|
|
name = "amqp"
|
|
|
-version = "2.6.1"
|
|
|
+version = "5.0.2"
|
|
|
description = "Low-level AMQP client for Python (fork of amqplib)."
|
|
|
category = "main"
|
|
|
optional = false
|
|
|
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
|
[package.dependencies]
|
|
|
-vine = ">=1.1.3,<5.0.0a1"
|
|
|
+vine = "5.0.0"
|
|
|
|
|
|
[[package]]
|
|
|
name = "anonymizeip"
|
|
@@ -110,20 +110,20 @@ d = ["aiohttp (>=3.3.2)", "aiohttp-cors"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "boto3"
|
|
|
-version = "1.16.23"
|
|
|
+version = "1.16.25"
|
|
|
description = "The AWS SDK for Python"
|
|
|
category = "main"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
|
|
|
[package.dependencies]
|
|
|
-botocore = ">=1.19.23,<1.20.0"
|
|
|
+botocore = ">=1.19.25,<1.20.0"
|
|
|
jmespath = ">=0.7.1,<1.0.0"
|
|
|
s3transfer = ">=0.3.0,<0.4.0"
|
|
|
|
|
|
[[package]]
|
|
|
name = "botocore"
|
|
|
-version = "1.19.23"
|
|
|
+version = "1.19.25"
|
|
|
description = "Low-level, data-driven core of boto 3."
|
|
|
category = "main"
|
|
|
optional = false
|
|
@@ -136,18 +136,21 @@ urllib3 = {version = ">=1.25.4,<1.27", markers = "python_version != \"3.4\""}
|
|
|
|
|
|
[[package]]
|
|
|
name = "celery"
|
|
|
-version = "4.4.7"
|
|
|
+version = "5.0.2"
|
|
|
description = "Distributed Task Queue."
|
|
|
category = "main"
|
|
|
optional = false
|
|
|
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
+python-versions = ">=3.6,"
|
|
|
|
|
|
[package.dependencies]
|
|
|
billiard = ">=3.6.3.0,<4.0"
|
|
|
-kombu = ">=4.6.10,<4.7"
|
|
|
+click = ">=7.0"
|
|
|
+click-didyoumean = ">=0.0.3"
|
|
|
+click-repl = ">=0.1.6"
|
|
|
+kombu = ">=5.0.0,<6.0"
|
|
|
pytz = ">0.0-dev"
|
|
|
redis = {version = ">=3.2.0", optional = true, markers = "extra == \"redis\""}
|
|
|
-vine = "1.3.0"
|
|
|
+vine = ">=5.0.0,<6.0"
|
|
|
|
|
|
[package.extras]
|
|
|
arangodb = ["pyArango (>=1.3.2)"]
|
|
@@ -157,13 +160,13 @@ brotli = ["brotli (>=1.0.0)", "brotlipy (>=0.7.0)"]
|
|
|
cassandra = ["cassandra-driver (<3.21.0)"]
|
|
|
consul = ["python-consul"]
|
|
|
cosmosdbsql = ["pydocumentdb (2.3.2)"]
|
|
|
-couchbase = ["couchbase-cffi (<3.0.0)", "couchbase (<3.0.0)"]
|
|
|
+couchbase = ["couchbase (>=3.0.0)"]
|
|
|
couchdb = ["pycouchdb"]
|
|
|
django = ["Django (>=1.11)"]
|
|
|
dynamodb = ["boto3 (>=1.9.178)"]
|
|
|
elasticsearch = ["elasticsearch"]
|
|
|
-eventlet = ["eventlet (>=0.24.1)"]
|
|
|
-gevent = ["gevent"]
|
|
|
+eventlet = ["eventlet (>=0.26.1)"]
|
|
|
+gevent = ["gevent (>=1.0.0)"]
|
|
|
librabbitmq = ["librabbitmq (>=1.5.0)"]
|
|
|
lzma = ["backports.lzma"]
|
|
|
memcache = ["pylibmc"]
|
|
@@ -172,7 +175,6 @@ msgpack = ["msgpack"]
|
|
|
pymemcache = ["python-memcached"]
|
|
|
pyro = ["pyro4"]
|
|
|
redis = ["redis (>=3.2.0)"]
|
|
|
-riak = ["riak (>=2.0)"]
|
|
|
s3 = ["boto3 (>=1.9.125)"]
|
|
|
slmq = ["softlayer-messaging (>=1.0.3)"]
|
|
|
solar = ["ephem"]
|
|
@@ -193,7 +195,7 @@ python-versions = "*"
|
|
|
|
|
|
[[package]]
|
|
|
name = "cffi"
|
|
|
-version = "1.14.3"
|
|
|
+version = "1.14.4"
|
|
|
description = "Foreign Function Interface for Python calling C code."
|
|
|
category = "main"
|
|
|
optional = false
|
|
@@ -214,10 +216,34 @@ python-versions = "*"
|
|
|
name = "click"
|
|
|
version = "7.1.2"
|
|
|
description = "Composable command line interface toolkit"
|
|
|
-category = "dev"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "click-didyoumean"
|
|
|
+version = "0.0.3"
|
|
|
+description = "Enable git-like did-you-mean feature in click."
|
|
|
+category = "main"
|
|
|
+optional = false
|
|
|
+python-versions = "*"
|
|
|
+
|
|
|
+[package.dependencies]
|
|
|
+click = "*"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "click-repl"
|
|
|
+version = "0.1.6"
|
|
|
+description = "REPL plugin for Click"
|
|
|
+category = "main"
|
|
|
+optional = false
|
|
|
+python-versions = "*"
|
|
|
+
|
|
|
+[package.dependencies]
|
|
|
+click = "*"
|
|
|
+prompt-toolkit = "*"
|
|
|
+six = "*"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "colorama"
|
|
|
version = "0.4.4"
|
|
@@ -299,7 +325,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
[[package]]
|
|
|
name = "dj-rest-auth"
|
|
|
-version = "2.0.1"
|
|
|
+version = "2.1.1"
|
|
|
description = "Authentication and Registration in Django Rest Framework"
|
|
|
category = "main"
|
|
|
optional = false
|
|
@@ -392,14 +418,14 @@ tests = ["flake8", "mysqlclient", "psycopg2 (>=2.3)", "pytest-django"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "django-celery-results"
|
|
|
-version = "1.2.1"
|
|
|
+version = "2.0.0"
|
|
|
description = "Celery result backends for Django."
|
|
|
category = "main"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
|
|
|
[package.dependencies]
|
|
|
-celery = ">=4.4,<5.0"
|
|
|
+celery = ">=4.4,<6.0"
|
|
|
|
|
|
[[package]]
|
|
|
name = "django-cors-headers"
|
|
@@ -449,7 +475,7 @@ python-versions = "*"
|
|
|
|
|
|
[[package]]
|
|
|
name = "django-extensions"
|
|
|
-version = "3.0.9"
|
|
|
+version = "3.1.0"
|
|
|
description = "Extensions for Django"
|
|
|
category = "main"
|
|
|
optional = false
|
|
@@ -487,7 +513,7 @@ Django = ">=1.8.0"
|
|
|
|
|
|
[[package]]
|
|
|
name = "django-redis-cache"
|
|
|
-version = "2.1.1"
|
|
|
+version = "3.0.0"
|
|
|
description = "Redis Cache Backend for Django"
|
|
|
category = "main"
|
|
|
optional = false
|
|
@@ -495,7 +521,6 @@ python-versions = "*"
|
|
|
|
|
|
[package.dependencies]
|
|
|
redis = "<4.0"
|
|
|
-six = "*"
|
|
|
|
|
|
[[package]]
|
|
|
name = "django-storages"
|
|
@@ -529,7 +554,7 @@ django = ">=2.2"
|
|
|
|
|
|
[[package]]
|
|
|
name = "drf-nested-routers"
|
|
|
-version = "0.92.1"
|
|
|
+version = "0.92.5"
|
|
|
description = "Nested resources for the Django Rest Framework"
|
|
|
category = "main"
|
|
|
optional = false
|
|
@@ -653,18 +678,18 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
[[package]]
|
|
|
name = "importlib-metadata"
|
|
|
-version = "2.0.0"
|
|
|
+version = "3.1.0"
|
|
|
description = "Read metadata from Python packages"
|
|
|
category = "main"
|
|
|
optional = false
|
|
|
-python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
|
[package.dependencies]
|
|
|
zipp = ">=0.5"
|
|
|
|
|
|
[package.extras]
|
|
|
docs = ["sphinx", "rst.linker"]
|
|
|
-testing = ["packaging", "pep517", "importlib-resources (>=1.3)"]
|
|
|
+testing = ["packaging", "pep517", "unittest2", "importlib-resources (>=1.3)"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "inflection"
|
|
@@ -821,14 +846,14 @@ format_nongpl = ["idna", "jsonpointer (>1.13)", "webcolors", "rfc3986-validator
|
|
|
|
|
|
[[package]]
|
|
|
name = "kombu"
|
|
|
-version = "4.6.11"
|
|
|
+version = "5.0.2"
|
|
|
description = "Messaging library for Python."
|
|
|
category = "main"
|
|
|
optional = false
|
|
|
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
|
[package.dependencies]
|
|
|
-amqp = ">=2.6.0,<2.7"
|
|
|
+amqp = ">=5.0.0,<6.0.0"
|
|
|
importlib-metadata = {version = ">=0.18", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
[package.extras]
|
|
@@ -926,7 +951,7 @@ signedtoken = ["cryptography", "pyjwt (>=1.0.0)"]
|
|
|
|
|
|
[[package]]
|
|
|
name = "packaging"
|
|
|
-version = "20.4"
|
|
|
+version = "20.7"
|
|
|
description = "Core utilities for Python packages"
|
|
|
category = "main"
|
|
|
optional = false
|
|
@@ -934,7 +959,6 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
[package.dependencies]
|
|
|
pyparsing = ">=2.0.2"
|
|
|
-six = "*"
|
|
|
|
|
|
[[package]]
|
|
|
name = "parso"
|
|
@@ -978,7 +1002,7 @@ python-versions = "*"
|
|
|
name = "prompt-toolkit"
|
|
|
version = "3.0.8"
|
|
|
description = "Library for building powerful interactive command lines in Python"
|
|
|
-category = "dev"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6.1"
|
|
|
|
|
@@ -1404,17 +1428,17 @@ python-versions = "*"
|
|
|
|
|
|
[[package]]
|
|
|
name = "vine"
|
|
|
-version = "1.3.0"
|
|
|
+version = "5.0.0"
|
|
|
description = "Promises, promises, promises."
|
|
|
category = "main"
|
|
|
optional = false
|
|
|
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
+python-versions = ">=3.6"
|
|
|
|
|
|
[[package]]
|
|
|
name = "wcwidth"
|
|
|
version = "0.2.5"
|
|
|
description = "Measures the displayed width of unicode strings in a terminal"
|
|
|
-category = "dev"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
|
|
@@ -1489,12 +1513,12 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|
|
[metadata]
|
|
|
lock-version = "1.1"
|
|
|
python-versions = "^3.7"
|
|
|
-content-hash = "307e5c223f601c1c0bf955cfa94eb3af099a44b600ed298d1b1e1440bf118b7d"
|
|
|
+content-hash = "e0386f30db1237f0a7bbc1ccec649e4f91d79b608290da1c22beb63c556ac986"
|
|
|
|
|
|
[metadata.files]
|
|
|
amqp = [
|
|
|
- {file = "amqp-2.6.1-py2.py3-none-any.whl", hash = "sha256:aa7f313fb887c91f15474c1229907a04dac0b8135822d6603437803424c0aa59"},
|
|
|
- {file = "amqp-2.6.1.tar.gz", hash = "sha256:70cdb10628468ff14e57ec2f751c7aa9e48e7e3651cfd62d431213c0c4e58f21"},
|
|
|
+ {file = "amqp-5.0.2-py3-none-any.whl", hash = "sha256:5b9062d5c0812335c75434bf17ce33d7a20ecfedaa0733faec7379868eb4068a"},
|
|
|
+ {file = "amqp-5.0.2.tar.gz", hash = "sha256:fcd5b3baeeb7fc19b3486ff6d10543099d40ae1f5c9196eae695d1cde1b2f784"},
|
|
|
]
|
|
|
anonymizeip = [
|
|
|
{file = "anonymizeip-1.0.0-py2.py3-none-any.whl", hash = "sha256:e0d446b06b2bbf236394a90b971de403f90f805d14db3a405f8731716acad1fe"},
|
|
@@ -1533,58 +1557,56 @@ black = [
|
|
|
{file = "black-19.10b0.tar.gz", hash = "sha256:c2edb73a08e9e0e6f65a0e6af18b059b8b1cdd5bef997d7a0b181df93dc81539"},
|
|
|
]
|
|
|
boto3 = [
|
|
|
- {file = "boto3-1.16.23-py2.py3-none-any.whl", hash = "sha256:22a6f11383965d7ece9e391722b2989780960c62997b1aa464ffa1f886e1cfa8"},
|
|
|
- {file = "boto3-1.16.23.tar.gz", hash = "sha256:6e6bd178f930309c2ec79643436aae5cf6f26d51e35aa5e58162675a04785e62"},
|
|
|
+ {file = "boto3-1.16.25-py2.py3-none-any.whl", hash = "sha256:fb25ec578fe59aee298da2c976e2bcfd79a2eabead386e8e4f68bb3eb4ec50b3"},
|
|
|
+ {file = "boto3-1.16.25.tar.gz", hash = "sha256:13e6ab0abe10b4de54583067d12ed48c8477d91b7a7a8e6097d366a2a3631d17"},
|
|
|
]
|
|
|
botocore = [
|
|
|
- {file = "botocore-1.19.23-py2.py3-none-any.whl", hash = "sha256:d73a223bf88d067c3ae0a9a3199abe56e99c94267da77d7fed4c39f572f522c0"},
|
|
|
- {file = "botocore-1.19.23.tar.gz", hash = "sha256:9f9efca44b2ab2d9c133ceeafa377e4b3d260310109284123ebfffc15e28481e"},
|
|
|
+ {file = "botocore-1.19.25-py2.py3-none-any.whl", hash = "sha256:4e488351f399501a78b16e1dc466e505ccf63897c936030c56c6d3c37e57939c"},
|
|
|
+ {file = "botocore-1.19.25.tar.gz", hash = "sha256:ccaf3979590b72625b3699d93dabf48f350f9a3304c127fc6830e8ac842b0d96"},
|
|
|
]
|
|
|
celery = [
|
|
|
- {file = "celery-4.4.7-py2.py3-none-any.whl", hash = "sha256:a92e1d56e650781fb747032a3997d16236d037c8199eacd5217d1a72893bca45"},
|
|
|
- {file = "celery-4.4.7.tar.gz", hash = "sha256:d220b13a8ed57c78149acf82c006785356071844afe0b27012a4991d44026f9f"},
|
|
|
+ {file = "celery-5.0.2-py3-none-any.whl", hash = "sha256:930c3acd55349d028c4e7104a7d377729cbcca19d9fce470c17172d9e7f9a8b6"},
|
|
|
+ {file = "celery-5.0.2.tar.gz", hash = "sha256:012c814967fe89e3f5d2cf49df2dba3de5f29253a7f4f2270e8fce6b901b4ebf"},
|
|
|
]
|
|
|
certifi = [
|
|
|
{file = "certifi-2020.11.8-py2.py3-none-any.whl", hash = "sha256:1f422849db327d534e3d0c5f02a263458c3955ec0aae4ff09b95f195c59f4edd"},
|
|
|
{file = "certifi-2020.11.8.tar.gz", hash = "sha256:f05def092c44fbf25834a51509ef6e631dc19765ab8a57b4e7ab85531f0a9cf4"},
|
|
|
]
|
|
|
cffi = [
|
|
|
- {file = "cffi-1.14.3-2-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3eeeb0405fd145e714f7633a5173318bd88d8bbfc3dd0a5751f8c4f70ae629bc"},
|
|
|
- {file = "cffi-1.14.3-2-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:cb763ceceae04803adcc4e2d80d611ef201c73da32d8f2722e9d0ab0c7f10768"},
|
|
|
- {file = "cffi-1.14.3-2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:44f60519595eaca110f248e5017363d751b12782a6f2bd6a7041cba275215f5d"},
|
|
|
- {file = "cffi-1.14.3-2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c53af463f4a40de78c58b8b2710ade243c81cbca641e34debf3396a9640d6ec1"},
|
|
|
- {file = "cffi-1.14.3-2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:33c6cdc071ba5cd6d96769c8969a0531be2d08c2628a0143a10a7dcffa9719ca"},
|
|
|
- {file = "cffi-1.14.3-2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c11579638288e53fc94ad60022ff1b67865363e730ee41ad5e6f0a17188b327a"},
|
|
|
- {file = "cffi-1.14.3-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:3cb3e1b9ec43256c4e0f8d2837267a70b0e1ca8c4f456685508ae6106b1f504c"},
|
|
|
- {file = "cffi-1.14.3-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:f0620511387790860b249b9241c2f13c3a80e21a73e0b861a2df24e9d6f56730"},
|
|
|
- {file = "cffi-1.14.3-cp27-cp27m-win32.whl", hash = "sha256:005f2bfe11b6745d726dbb07ace4d53f057de66e336ff92d61b8c7e9c8f4777d"},
|
|
|
- {file = "cffi-1.14.3-cp27-cp27m-win_amd64.whl", hash = "sha256:2f9674623ca39c9ebe38afa3da402e9326c245f0f5ceff0623dccdac15023e05"},
|
|
|
- {file = "cffi-1.14.3-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:09e96138280241bd355cd585148dec04dbbedb4f46128f340d696eaafc82dd7b"},
|
|
|
- {file = "cffi-1.14.3-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:3363e77a6176afb8823b6e06db78c46dbc4c7813b00a41300a4873b6ba63b171"},
|
|
|
- {file = "cffi-1.14.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:0ef488305fdce2580c8b2708f22d7785ae222d9825d3094ab073e22e93dfe51f"},
|
|
|
- {file = "cffi-1.14.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:0b1ad452cc824665ddc682400b62c9e4f5b64736a2ba99110712fdee5f2505c4"},
|
|
|
- {file = "cffi-1.14.3-cp35-cp35m-win32.whl", hash = "sha256:85ba797e1de5b48aa5a8427b6ba62cf69607c18c5d4eb747604b7302f1ec382d"},
|
|
|
- {file = "cffi-1.14.3-cp35-cp35m-win_amd64.whl", hash = "sha256:e66399cf0fc07de4dce4f588fc25bfe84a6d1285cc544e67987d22663393926d"},
|
|
|
- {file = "cffi-1.14.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:15f351bed09897fbda218e4db5a3d5c06328862f6198d4fb385f3e14e19decb3"},
|
|
|
- {file = "cffi-1.14.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:4d7c26bfc1ea9f92084a1d75e11999e97b62d63128bcc90c3624d07813c52808"},
|
|
|
- {file = "cffi-1.14.3-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:23e5d2040367322824605bc29ae8ee9175200b92cb5483ac7d466927a9b3d537"},
|
|
|
- {file = "cffi-1.14.3-cp36-cp36m-win32.whl", hash = "sha256:a624fae282e81ad2e4871bdb767e2c914d0539708c0f078b5b355258293c98b0"},
|
|
|
- {file = "cffi-1.14.3-cp36-cp36m-win_amd64.whl", hash = "sha256:de31b5164d44ef4943db155b3e8e17929707cac1e5bd2f363e67a56e3af4af6e"},
|
|
|
- {file = "cffi-1.14.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:f92cdecb618e5fa4658aeb97d5eb3d2f47aa94ac6477c6daf0f306c5a3b9e6b1"},
|
|
|
- {file = "cffi-1.14.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:22399ff4870fb4c7ef19fff6eeb20a8bbf15571913c181c78cb361024d574579"},
|
|
|
- {file = "cffi-1.14.3-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:f4eae045e6ab2bb54ca279733fe4eb85f1effda392666308250714e01907f394"},
|
|
|
- {file = "cffi-1.14.3-cp37-cp37m-win32.whl", hash = "sha256:b0358e6fefc74a16f745afa366acc89f979040e0cbc4eec55ab26ad1f6a9bfbc"},
|
|
|
- {file = "cffi-1.14.3-cp37-cp37m-win_amd64.whl", hash = "sha256:6642f15ad963b5092d65aed022d033c77763515fdc07095208f15d3563003869"},
|
|
|
- {file = "cffi-1.14.3-cp38-cp38-manylinux1_i686.whl", hash = "sha256:2791f68edc5749024b4722500e86303a10d342527e1e3bcac47f35fbd25b764e"},
|
|
|
- {file = "cffi-1.14.3-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:529c4ed2e10437c205f38f3691a68be66c39197d01062618c55f74294a4a4828"},
|
|
|
- {file = "cffi-1.14.3-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:8f0f1e499e4000c4c347a124fa6a27d37608ced4fe9f7d45070563b7c4c370c9"},
|
|
|
- {file = "cffi-1.14.3-cp38-cp38-win32.whl", hash = "sha256:3b8eaf915ddc0709779889c472e553f0d3e8b7bdf62dab764c8921b09bf94522"},
|
|
|
- {file = "cffi-1.14.3-cp38-cp38-win_amd64.whl", hash = "sha256:bbd2f4dfee1079f76943767fce837ade3087b578aeb9f69aec7857d5bf25db15"},
|
|
|
- {file = "cffi-1.14.3-cp39-cp39-manylinux1_i686.whl", hash = "sha256:cc75f58cdaf043fe6a7a6c04b3b5a0e694c6a9e24050967747251fb80d7bce0d"},
|
|
|
- {file = "cffi-1.14.3-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:bf39a9e19ce7298f1bd6a9758fa99707e9e5b1ebe5e90f2c3913a47bc548747c"},
|
|
|
- {file = "cffi-1.14.3-cp39-cp39-win32.whl", hash = "sha256:d80998ed59176e8cba74028762fbd9b9153b9afc71ea118e63bbf5d4d0f9552b"},
|
|
|
- {file = "cffi-1.14.3-cp39-cp39-win_amd64.whl", hash = "sha256:c150eaa3dadbb2b5339675b88d4573c1be3cb6f2c33a6c83387e10cc0bf05bd3"},
|
|
|
- {file = "cffi-1.14.3.tar.gz", hash = "sha256:f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591"},
|
|
|
+ {file = "cffi-1.14.4-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:ebb253464a5d0482b191274f1c8bf00e33f7e0b9c66405fbffc61ed2c839c775"},
|
|
|
+ {file = "cffi-1.14.4-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:2c24d61263f511551f740d1a065eb0212db1dbbbbd241db758f5244281590c06"},
|
|
|
+ {file = "cffi-1.14.4-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:9f7a31251289b2ab6d4012f6e83e58bc3b96bd151f5b5262467f4bb6b34a7c26"},
|
|
|
+ {file = "cffi-1.14.4-cp27-cp27m-win32.whl", hash = "sha256:5cf4be6c304ad0b6602f5c4e90e2f59b47653ac1ed9c662ed379fe48a8f26b0c"},
|
|
|
+ {file = "cffi-1.14.4-cp27-cp27m-win_amd64.whl", hash = "sha256:f60567825f791c6f8a592f3c6e3bd93dd2934e3f9dac189308426bd76b00ef3b"},
|
|
|
+ {file = "cffi-1.14.4-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:c6332685306b6417a91b1ff9fae889b3ba65c2292d64bd9245c093b1b284809d"},
|
|
|
+ {file = "cffi-1.14.4-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:d9efd8b7a3ef378dd61a1e77367f1924375befc2eba06168b6ebfa903a5e59ca"},
|
|
|
+ {file = "cffi-1.14.4-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:51a8b381b16ddd370178a65360ebe15fbc1c71cf6f584613a7ea08bfad946698"},
|
|
|
+ {file = "cffi-1.14.4-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:1d2c4994f515e5b485fd6d3a73d05526aa0fcf248eb135996b088d25dfa1865b"},
|
|
|
+ {file = "cffi-1.14.4-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:af5c59122a011049aad5dd87424b8e65a80e4a6477419c0c1015f73fb5ea0293"},
|
|
|
+ {file = "cffi-1.14.4-cp35-cp35m-win32.whl", hash = "sha256:594234691ac0e9b770aee9fcdb8fa02c22e43e5c619456efd0d6c2bf276f3eb2"},
|
|
|
+ {file = "cffi-1.14.4-cp35-cp35m-win_amd64.whl", hash = "sha256:64081b3f8f6f3c3de6191ec89d7dc6c86a8a43911f7ecb422c60e90c70be41c7"},
|
|
|
+ {file = "cffi-1.14.4-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:f803eaa94c2fcda012c047e62bc7a51b0bdabda1cad7a92a522694ea2d76e49f"},
|
|
|
+ {file = "cffi-1.14.4-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:105abaf8a6075dc96c1fe5ae7aae073f4696f2905fde6aeada4c9d2926752362"},
|
|
|
+ {file = "cffi-1.14.4-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:0638c3ae1a0edfb77c6765d487fee624d2b1ee1bdfeffc1f0b58c64d149e7eec"},
|
|
|
+ {file = "cffi-1.14.4-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:7c6b1dece89874d9541fc974917b631406233ea0440d0bdfbb8e03bf39a49b3b"},
|
|
|
+ {file = "cffi-1.14.4-cp36-cp36m-win32.whl", hash = "sha256:155136b51fd733fa94e1c2ea5211dcd4c8879869008fc811648f16541bf99668"},
|
|
|
+ {file = "cffi-1.14.4-cp36-cp36m-win_amd64.whl", hash = "sha256:6bc25fc545a6b3d57b5f8618e59fc13d3a3a68431e8ca5fd4c13241cd70d0009"},
|
|
|
+ {file = "cffi-1.14.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a7711edca4dcef1a75257b50a2fbfe92a65187c47dab5a0f1b9b332c5919a3fb"},
|
|
|
+ {file = "cffi-1.14.4-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:00e28066507bfc3fe865a31f325c8391a1ac2916219340f87dfad602c3e48e5d"},
|
|
|
+ {file = "cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:798caa2a2384b1cbe8a2a139d80734c9db54f9cc155c99d7cc92441a23871c03"},
|
|
|
+ {file = "cffi-1.14.4-cp37-cp37m-win32.whl", hash = "sha256:00a1ba5e2e95684448de9b89888ccd02c98d512064b4cb987d48f4b40aa0421e"},
|
|
|
+ {file = "cffi-1.14.4-cp37-cp37m-win_amd64.whl", hash = "sha256:9cc46bc107224ff5b6d04369e7c595acb700c3613ad7bcf2e2012f62ece80c35"},
|
|
|
+ {file = "cffi-1.14.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:df5169c4396adc04f9b0a05f13c074df878b6052430e03f50e68adf3a57aa28d"},
|
|
|
+ {file = "cffi-1.14.4-cp38-cp38-manylinux1_i686.whl", hash = "sha256:9ffb888f19d54a4d4dfd4b3f29bc2c16aa4972f1c2ab9c4ab09b8ab8685b9c2b"},
|
|
|
+ {file = "cffi-1.14.4-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:8d6603078baf4e11edc4168a514c5ce5b3ba6e3e9c374298cb88437957960a53"},
|
|
|
+ {file = "cffi-1.14.4-cp38-cp38-win32.whl", hash = "sha256:b4e248d1087abf9f4c10f3c398896c87ce82a9856494a7155823eb45a892395d"},
|
|
|
+ {file = "cffi-1.14.4-cp38-cp38-win_amd64.whl", hash = "sha256:ec80dc47f54e6e9a78181ce05feb71a0353854cc26999db963695f950b5fb375"},
|
|
|
+ {file = "cffi-1.14.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:840793c68105fe031f34d6a086eaea153a0cd5c491cde82a74b420edd0a2b909"},
|
|
|
+ {file = "cffi-1.14.4-cp39-cp39-manylinux1_i686.whl", hash = "sha256:b18e0a9ef57d2b41f5c68beefa32317d286c3d6ac0484efd10d6e07491bb95dd"},
|
|
|
+ {file = "cffi-1.14.4-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:045d792900a75e8b1e1b0ab6787dd733a8190ffcf80e8c8ceb2fb10a29ff238a"},
|
|
|
+ {file = "cffi-1.14.4-cp39-cp39-win32.whl", hash = "sha256:ba4e9e0ae13fc41c6b23299545e5ef73055213e466bd107953e4a013a5ddd7e3"},
|
|
|
+ {file = "cffi-1.14.4-cp39-cp39-win_amd64.whl", hash = "sha256:f032b34669220030f905152045dfa27741ce1a6db3324a5bc0b96b6c7420c87b"},
|
|
|
+ {file = "cffi-1.14.4.tar.gz", hash = "sha256:1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c"},
|
|
|
]
|
|
|
chardet = [
|
|
|
{file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"},
|
|
@@ -1594,6 +1616,13 @@ click = [
|
|
|
{file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"},
|
|
|
{file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"},
|
|
|
]
|
|
|
+click-didyoumean = [
|
|
|
+ {file = "click-didyoumean-0.0.3.tar.gz", hash = "sha256:112229485c9704ff51362fe34b2d4f0b12fc71cc20f6d2b3afabed4b8bfa6aeb"},
|
|
|
+]
|
|
|
+click-repl = [
|
|
|
+ {file = "click-repl-0.1.6.tar.gz", hash = "sha256:b9f29d52abc4d6059f8e276132a111ab8d94980afe6a5432b9d996544afa95d5"},
|
|
|
+ {file = "click_repl-0.1.6-py3-none-any.whl", hash = "sha256:9c4c3d022789cae912aad8a3f5e1d7c2cdd016ee1225b5212ad3e8691563cda5"},
|
|
|
+]
|
|
|
colorama = [
|
|
|
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
|
|
]
|
|
@@ -1641,7 +1670,7 @@ defusedxml = [
|
|
|
{file = "defusedxml-0.6.0.tar.gz", hash = "sha256:f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5"},
|
|
|
]
|
|
|
dj-rest-auth = [
|
|
|
- {file = "dj-rest-auth-2.0.1.tar.gz", hash = "sha256:2312c1d722a12c453a5bd1678dc1d93e87eba3562bb2711a11547abaa134926c"},
|
|
|
+ {file = "dj-rest-auth-2.1.1.tar.gz", hash = "sha256:c0d3495d3629f54644966da31611ca4619b8470978ae8bdc03f6b87e04cb562c"},
|
|
|
]
|
|
|
dj-stripe = [
|
|
|
{file = "dj-stripe-2.4.0.tar.gz", hash = "sha256:f54f063a388b028617afcb2ad2ae6f70044148981f5624bc403057c2e043ea67"},
|
|
@@ -1663,8 +1692,8 @@ django-bitfield = [
|
|
|
{file = "django_bitfield-2.0.1-py2.py3-none-any.whl", hash = "sha256:83bfa27da718caff436f646369ce58e2d9f922e1f3d65a93f0b731a835cbfc58"},
|
|
|
]
|
|
|
django-celery-results = [
|
|
|
- {file = "django_celery_results-1.2.1-py2.py3-none-any.whl", hash = "sha256:a29ab580f0e38c66c39f51cc426bbdbb2a391b8cc0867df9dea748db2c961db2"},
|
|
|
- {file = "django_celery_results-1.2.1.tar.gz", hash = "sha256:e390f70cc43bbc2cd7c8e4607dc29ab6211a2ab968f93677583f0160921f670c"},
|
|
|
+ {file = "django_celery_results-2.0.0-py2.py3-none-any.whl", hash = "sha256:f82280a9a25c44048b9e64ae4d47ade7d522c8221304b0e25388080021b95468"},
|
|
|
+ {file = "django_celery_results-2.0.0.tar.gz", hash = "sha256:754e01f22f70fddee5f2ca95c18f183fccee42ad98f9803577bffa717d45ac5d"},
|
|
|
]
|
|
|
django-cors-headers = [
|
|
|
{file = "django-cors-headers-3.5.0.tar.gz", hash = "sha256:db82b2840f667d47872ae3e4a4e0a0d72fbecb42779b8aa233fa8bb965f7836a"},
|
|
@@ -1683,8 +1712,8 @@ django-environ = [
|
|
|
{file = "django_environ-0.4.5-py2.py3-none-any.whl", hash = "sha256:c57b3c11ec1f319d9474e3e5a79134f40174b17c7cc024bbb2fad84646b120c4"},
|
|
|
]
|
|
|
django-extensions = [
|
|
|
- {file = "django-extensions-3.0.9.tar.gz", hash = "sha256:6809c89ca952f0e08d4e0766bc0101dfaf508d7649aced1180c091d737046ea7"},
|
|
|
- {file = "django_extensions-3.0.9-py3-none-any.whl", hash = "sha256:dc663652ac9460fd06580a973576820430c6d428720e874ae46b041fa63e0efa"},
|
|
|
+ {file = "django-extensions-3.1.0.tar.gz", hash = "sha256:7cd002495ff0a0e5eb6cdd6be759600905b4e4079232ea27618fc46bdd853651"},
|
|
|
+ {file = "django_extensions-3.1.0-py3-none-any.whl", hash = "sha256:c7f88625a53f631745d4f2bef9ec4dcb999ed59476393bdbbe99db8596778846"},
|
|
|
]
|
|
|
django-filter = [
|
|
|
{file = "django-filter-2.4.0.tar.gz", hash = "sha256:84e9d5bb93f237e451db814ed422a3a625751cbc9968b484ecc74964a8696b06"},
|
|
@@ -1698,8 +1727,7 @@ django-organizations = [
|
|
|
{file = "django_organizations-1.1.2-py2.py3-none-any.whl", hash = "sha256:d3d84da2d0199780db076e253b5a738a9518684fce26a229fd298172f55b7ea1"},
|
|
|
]
|
|
|
django-redis-cache = [
|
|
|
- {file = "django-redis-cache-2.1.1.tar.gz", hash = "sha256:06d4e48545243883f88dc9263dda6c8a0012cb7d0cee2d8758d8917eca92cece"},
|
|
|
- {file = "django_redis_cache-2.1.1-py3-none-any.whl", hash = "sha256:b19ee6654cc2f2c89078c99255e07e19dc2dba8792351d76ba7ea899d465fbb0"},
|
|
|
+ {file = "django-redis-cache-3.0.0.tar.gz", hash = "sha256:9a2eebef421d996a82098a19d17ff6b321265cd73178fa398913019764e8394a"},
|
|
|
]
|
|
|
django-storages = [
|
|
|
{file = "django-storages-1.10.1.tar.gz", hash = "sha256:652275ab7844538c462b62810276c0244866f345878256a9e0e86f5b1283ae18"},
|
|
@@ -1709,8 +1737,8 @@ djangorestframework = [
|
|
|
{file = "djangorestframework-3.12.2-py3-none-any.whl", hash = "sha256:0209bafcb7b5010fdfec784034f059d512256424de2a0f084cb82b096d6dd6a7"},
|
|
|
]
|
|
|
drf-nested-routers = [
|
|
|
- {file = "drf-nested-routers-0.92.1.tar.gz", hash = "sha256:e043fc937f94ac462a92d2d9fc9a7e55710a67164b558442adfe9634fc519c3b"},
|
|
|
- {file = "drf_nested_routers-0.92.1-py2.py3-none-any.whl", hash = "sha256:52be428b046078ed21e9137167035cc2eb8daad036900fd2235ce026306e143a"},
|
|
|
+ {file = "drf-nested-routers-0.92.5.tar.gz", hash = "sha256:9d6a326333e9b16549e63b893c27075d98bbc217cd05fb10bbfa770d728d3f66"},
|
|
|
+ {file = "drf_nested_routers-0.92.5-py2.py3-none-any.whl", hash = "sha256:995b831be036911e330a86b7129dc6589de62f2a53d72067e7ce2b4a90f28c35"},
|
|
|
]
|
|
|
drf-yasg = [
|
|
|
{file = "drf-yasg-1.20.0.tar.gz", hash = "sha256:d50f197c7f02545d0b736df88c6d5cf874f8fea2507ad85ad7de6ae5bf2d9e5a"},
|
|
@@ -1826,8 +1854,8 @@ idna = [
|
|
|
{file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
|
|
|
]
|
|
|
importlib-metadata = [
|
|
|
- {file = "importlib_metadata-2.0.0-py2.py3-none-any.whl", hash = "sha256:cefa1a2f919b866c5beb7c9f7b0ebb4061f30a8a9bf16d609b000e2dfaceb9c3"},
|
|
|
- {file = "importlib_metadata-2.0.0.tar.gz", hash = "sha256:77a540690e24b0305878c37ffd421785a6f7e53c8b5720d211b211de8d0e95da"},
|
|
|
+ {file = "importlib_metadata-3.1.0-py2.py3-none-any.whl", hash = "sha256:590690d61efdd716ff82c39ca9a9d4209252adfe288a4b5721181050acbd4175"},
|
|
|
+ {file = "importlib_metadata-3.1.0.tar.gz", hash = "sha256:d9b8a46a0885337627a6430db287176970fff18ad421becec1d64cfc763c2099"},
|
|
|
]
|
|
|
inflection = [
|
|
|
{file = "inflection-0.5.1-py2.py3-none-any.whl", hash = "sha256:f38b2b640938a4f35ade69ac3d053042959b62a0f1076a5bbaa1b9526605a8a2"},
|
|
@@ -1877,8 +1905,8 @@ jsonschema = [
|
|
|
{file = "jsonschema-3.2.0.tar.gz", hash = "sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a"},
|
|
|
]
|
|
|
kombu = [
|
|
|
- {file = "kombu-4.6.11-py2.py3-none-any.whl", hash = "sha256:be48cdffb54a2194d93ad6533d73f69408486483d189fe9f5990ee24255b0e0a"},
|
|
|
- {file = "kombu-4.6.11.tar.gz", hash = "sha256:ca1b45faac8c0b18493d02a8571792f3c40291cf2bcf1f55afed3d8f3aa7ba74"},
|
|
|
+ {file = "kombu-5.0.2-py2.py3-none-any.whl", hash = "sha256:6dc509178ac4269b0e66ab4881f70a2035c33d3a622e20585f965986a5182006"},
|
|
|
+ {file = "kombu-5.0.2.tar.gz", hash = "sha256:f4965fba0a4718d47d470beeb5d6446e3357a62402b16c510b6a2f251e05ac3c"},
|
|
|
]
|
|
|
lazy-object-proxy = [
|
|
|
{file = "lazy-object-proxy-1.4.3.tar.gz", hash = "sha256:f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0"},
|
|
@@ -1975,8 +2003,8 @@ oauthlib = [
|
|
|
{file = "oauthlib-3.1.0.tar.gz", hash = "sha256:bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889"},
|
|
|
]
|
|
|
packaging = [
|
|
|
- {file = "packaging-20.4-py2.py3-none-any.whl", hash = "sha256:998416ba6962ae7fbd6596850b80e17859a5753ba17c32284f67bfff33784181"},
|
|
|
- {file = "packaging-20.4.tar.gz", hash = "sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"},
|
|
|
+ {file = "packaging-20.7-py2.py3-none-any.whl", hash = "sha256:eb41423378682dadb7166144a4926e443093863024de508ca5c9737d6bc08376"},
|
|
|
+ {file = "packaging-20.7.tar.gz", hash = "sha256:05af3bb85d320377db281cf254ab050e1a7ebcbf5410685a9a407e18a1f81236"},
|
|
|
]
|
|
|
parso = [
|
|
|
{file = "parso-0.7.1-py2.py3-none-any.whl", hash = "sha256:97218d9159b2520ff45eb78028ba8b50d2bc61dcc062a9682666f2dc4bd331ea"},
|
|
@@ -2342,8 +2370,8 @@ uwsgi = [
|
|
|
{file = "uWSGI-2.0.19.1.tar.gz", hash = "sha256:faa85e053c0b1be4d5585b0858d3a511d2cd10201802e8676060fd0a109e5869"},
|
|
|
]
|
|
|
vine = [
|
|
|
- {file = "vine-1.3.0-py2.py3-none-any.whl", hash = "sha256:ea4947cc56d1fd6f2095c8d543ee25dad966f78692528e68b4fada11ba3f98af"},
|
|
|
- {file = "vine-1.3.0.tar.gz", hash = "sha256:133ee6d7a9016f177ddeaf191c1f58421a1dcc6ee9a42c58b34bed40e1d2cd87"},
|
|
|
+ {file = "vine-5.0.0-py2.py3-none-any.whl", hash = "sha256:4c9dceab6f76ed92105027c49c823800dd33cacce13bdedc5b914e3514b7fb30"},
|
|
|
+ {file = "vine-5.0.0.tar.gz", hash = "sha256:7d3b1624a953da82ef63462013bbd271d3eb75751489f9807598e8f340bd637e"},
|
|
|
]
|
|
|
wcwidth = [
|
|
|
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
|