Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
fc331c97
Verified
Commit
fc331c97
authored
3 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Update poetry.lock
parent
f93bdf98
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!793
Prepare release 2.2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
poetry.lock
+339
-206
339 additions, 206 deletions
poetry.lock
with
339 additions
and
206 deletions
poetry.lock
+
339
−
206
View file @
fc331c97
...
@@ -8,7 +8,7 @@ python-versions = "*"
...
@@ -8,7 +8,7 @@ python-versions = "*"
[[package]]
[[package]]
name
=
"aleksis-builddeps"
name
=
"aleksis-builddeps"
version
=
"5+2021111
2
18
4746.775b478d
"
version
=
"5+2021111
8
18
5200.f1c0d03f
"
description
=
"AlekSIS (School Information System) — Build/Dev dependencies for apps"
description
=
"AlekSIS (School Information System) — Build/Dev dependencies for apps"
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
...
@@ -18,7 +18,7 @@ python-versions = ">=3.9,<4.0"
...
@@ -18,7 +18,7 @@ python-versions = ">=3.9,<4.0"
black
=
">
=
21.10
b
0
,
<
22.0
"
black
=
">
=
21.10
b
0
,
<
22.0
"
curlylint
=
">
=
0.13
.
0
,
<
0.14
.
0
"
curlylint
=
">
=
0.13
.
0
,
<
0.14
.
0
"
django-stubs
=
">
=
1.1
,
<
2.0
"
django-stubs
=
">
=
1.1
,
<
2.0
"
flake8
=
">
=
3.7
.
9
,
<
4
.0
.
0
"
flake8
=
">
=
4.0
.
0
,
<
5
.0
.
0
"
flake8-bandit
=
">
=
2.1
.
2
,
<
3.0
.
0
"
flake8-bandit
=
">
=
2.1
.
2
,
<
3.0
.
0
"
flake8-black
=
">
=
0.2
.
0
,
<
0.3
.
0
"
flake8-black
=
">
=
0.2
.
0
,
<
0.3
.
0
"
flake8-builtins
=
">
=
1.4
.
1
,
<
2.0
.
0
"
flake8-builtins
=
">
=
1.4
.
1
,
<
2.0
.
0
"
...
@@ -31,12 +31,12 @@ flake8-rst-docstrings = ">=0.2.0,<0.3.0"
...
@@ -31,12 +31,12 @@ flake8-rst-docstrings = ">=0.2.0,<0.3.0"
freezegun
=
">
=
1.1
.
0
,
<
2.0
.
0
"
freezegun
=
">
=
1.1
.
0
,
<
2.0
.
0
"
isort
=
">
=
5.0
.
0
,
<
6.0
.
0
"
isort
=
">
=
5.0
.
0
,
<
6.0
.
0
"
pytest
=
">
=
6.0
,
<
7.0
"
pytest
=
">
=
6.0
,
<
7.0
"
pytest-cov
=
">
=
2.8
.
1
,
<
3
.0
.
0
"
pytest-cov
=
">
=
3.0
.
0
,
<
4
.0
.
0
"
pytest-django
=
">
=
4.1
,
<
5.0
"
pytest-django
=
">
=
4.1
,
<
5.0
"
pytest-django-testing-postgresql
=
">
=
0.1
,
<
0.2
"
pytest-django-testing-postgresql
=
">
=
0.1
,
<
0.2
"
pytest-sugar
=
">
=
0.9
.
2
,
<
0.10
.
0
"
pytest-sugar
=
">
=
0.9
.
2
,
<
0.10
.
0
"
safety
=
">
=
1.8
.
5
,
<
2.0
.
0
"
safety
=
">
=
1.8
.
5
,
<
2.0
.
0
"
selenium
=
">
=
3.141
.
0
,
<
4
.0
.
0
"
selenium
=
">
=
4.0
.
0
,
<
5
.0
.
0
"
sphinx
=
">
=
3.0
,
<
4.0
"
sphinx
=
">
=
3.0
,
<
4.0
"
sphinx-autodoc-typehints
=
">
=
1.7
,
<
2.0
"
sphinx-autodoc-typehints
=
">
=
1.7
,
<
2.0
"
sphinx_materialdesign_theme
=
">
=
0.1
.
11
,
<
0.2
.
0
"
sphinx_materialdesign_theme
=
">
=
0.1
.
11
,
<
0.2
.
0
"
...
@@ -85,6 +85,14 @@ category = "dev"
...
@@ -85,6 +85,14 @@ category = "dev"
optional
=
false
optional
=
false
python-versions
=
"*"
python-versions
=
"*"
[[package]]
name
=
"async-generator"
version
=
"1.10"
description
=
"Async generators and context managers for Python 3.5+"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.5
"
[[package]]
[[package]]
name
=
"atomicwrites"
name
=
"atomicwrites"
version
=
"1.4.0"
version
=
"1.4.0"
...
@@ -165,7 +173,7 @@ python-versions = "*"
...
@@ -165,7 +173,7 @@ python-versions = "*"
[[
package
]]
[[
package
]]
name
=
"black"
name
=
"black"
version
=
"21.1
0b0
"
version
=
"21.1
1b1
"
description
=
"The uncompromising code formatter."
description
=
"The uncompromising code formatter."
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
...
@@ -176,7 +184,7 @@ click = ">=7.1.2"
...
@@ -176,7 +184,7 @@ click = ">=7.1.2"
mypy-extensions
=
">
=
0.4
.
3
"
mypy-extensions
=
">
=
0.4
.
3
"
pathspec
=
">
=
0.9
.
0
,
<
1
"
pathspec
=
">
=
0.9
.
0
,
<
1
"
platformdirs
=
">
=
2
"
platformdirs
=
">
=
2
"
regex
=
">
=
202
0.1
.
8
"
regex
=
">
=
202
1.4
.
4
"
tomli
=
">
=
0.2
.
6
,
<
2.0
.
0
"
tomli
=
">
=
0.2
.
6
,
<
2.0
.
0
"
typing-extensions
=
[
typing-extensions
=
[
{version
=
">
=
3.10
.
0.0
", markers = "
python_version
<
\"
3.10
\"
"},
{version
=
">
=
3.10
.
0.0
", markers = "
python_version
<
\"
3.10
\"
"},
...
@@ -213,14 +221,14 @@ python-versions = "*"
...
@@ -213,14 +221,14 @@ python-versions = "*"
[[
package
]]
[[
package
]]
name
=
"boto3"
name
=
"boto3"
version
=
"1.20.5"
version
=
"1.20.
1
5"
description
=
"The AWS SDK for Python"
description
=
"The AWS SDK for Python"
category
=
"main"
category
=
"main"
optional
=
true
optional
=
true
python-versions
=
">
=
3.6
"
python-versions
=
">
=
3.6
"
[
package.dependencies
]
[
package.dependencies
]
botocore
=
">
=
1.23
.
5
,
<
1.24
.
0
"
botocore
=
">
=
1.23
.
1
5
,
<
1.24
.
0
"
jmespath
=
">
=
0.7
.
1
,
<
1.0
.
0
"
jmespath
=
">
=
0.7
.
1
,
<
1.0
.
0
"
s3transfer
=
">
=
0.5
.
0
,
<
0.6
.
0
"
s3transfer
=
">
=
0.5
.
0
,
<
0.6
.
0
"
...
@@ -229,7 +237,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
...
@@ -229,7 +237,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[
package
]]
[[
package
]]
name
=
"botocore"
name
=
"botocore"
version
=
"1.23.5"
version
=
"1.23.
1
5"
description
=
"Low-level, data-driven core of boto 3."
description
=
"Low-level, data-driven core of boto 3."
category
=
"main"
category
=
"main"
optional
=
true
optional
=
true
...
@@ -267,7 +275,7 @@ django = ["Django (>=2.2,<4.0)"]
...
@@ -267,7 +275,7 @@ django = ["Django (>=2.2,<4.0)"]
[[
package
]]
[[
package
]]
name
=
"celery"
name
=
"celery"
version
=
"5.2.
0
"
version
=
"5.2.
1
"
description
=
"Distributed Task Queue."
description
=
"Distributed Task Queue."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -280,9 +288,9 @@ click-didyoumean = ">=0.0.3"
...
@@ -280,9 +288,9 @@ click-didyoumean = ">=0.0.3"
click-plugins
=
">
=
1.1
.
1
"
click-plugins
=
">
=
1.1
.
1
"
click-repl
=
">
=
0.2
.
0
"
click-repl
=
">
=
0.2
.
0
"
Django
=
{
version
=
">
=
1.11
", optional = true, markers = "
extra
=
=
\"
django
\"
"}
Django
=
{
version
=
">
=
1.11
", optional = true, markers = "
extra
=
=
\"
django
\"
"}
kombu
=
">
=
5.2
.
1
,
<
6.0
"
kombu
=
">
=
5.2
.
2
,
<
6.0
"
pytz
=
">0.
0-
dev"
pytz
=
">0.dev
.0
"
redis
=
{
version
=
">
=
3.
2
.
0
", optional = true, markers = "
extra
=
=
\"
redis
\"
"}
redis
=
{
version
=
">
=
3.
4
.
1
,
<
4.0
.
0
", optional = true, markers = "
extra
=
=
\"
redis
\"
"}
vine
=
">
=
5.0
.
0
,
<
6.0
"
vine
=
">
=
5.0
.
0
,
<
6.0
"
[
package.extras
]
[
package.extras
]
...
@@ -298,8 +306,8 @@ couchdb = ["pycouchdb"]
...
@@ -298,8 +306,8 @@ couchdb = ["pycouchdb"]
django
=
[
"Django (>=1.11)"
]
django
=
[
"Django (>=1.11)"
]
dynamodb
=
[
"boto3 (>=1.9.178)"
]
dynamodb
=
[
"boto3 (>=1.9.178)"
]
elasticsearch
=
[
"elasticsearch"
]
elasticsearch
=
[
"elasticsearch"
]
eventlet
=
[
"eventlet (>=0.
26.1
)"
]
eventlet
=
[
"eventlet (>=0.
32.0
)"
]
gevent
=
[
"gevent (>=1.
0
.0)"
]
gevent
=
[
"gevent (>=1.
5
.0)"
]
librabbitmq
=
[
"librabbitmq (>=1.5.0)"
]
librabbitmq
=
[
"librabbitmq (>=1.5.0)"
]
memcache
=
[
"pylibmc"
]
memcache
=
[
"pylibmc"
]
mongodb
=
[
"pymongo[srv] (>=3.3.0,<3.12.1)"
]
mongodb
=
[
"pymongo[srv] (>=3.3.0,<3.12.1)"
]
...
@@ -307,7 +315,7 @@ msgpack = ["msgpack"]
...
@@ -307,7 +315,7 @@ msgpack = ["msgpack"]
pymemcache
=
[
"python-memcached"
]
pymemcache
=
[
"python-memcached"
]
pyro
=
[
"pyro4"
]
pyro
=
[
"pyro4"
]
pytest
=
[
"pytest-celery"
]
pytest
=
[
"pytest-celery"
]
redis
=
[
"redis (>=3.
2
.0)"
]
redis
=
[
"redis (>=3.
4.1,<4.0
.0)"
]
s3
=
[
"boto3 (>=1.9.125)"
]
s3
=
[
"boto3 (>=1.9.125)"
]
slmq
=
[
"softlayer-messaging (>=1.0.3)"
]
slmq
=
[
"softlayer-messaging (>=1.0.3)"
]
solar
=
[
"ephem"
]
solar
=
[
"ephem"
]
...
@@ -365,7 +373,7 @@ pycparser = "*"
...
@@ -365,7 +373,7 @@ pycparser = "*"
[[
package
]]
[[
package
]]
name
=
"charset-normalizer"
name
=
"charset-normalizer"
version
=
"2.0.
7
"
version
=
"2.0.
8
"
description
=
"The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
description
=
"The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -455,18 +463,21 @@ six = "*"
...
@@ -455,18 +463,21 @@ six = "*"
[[
package
]]
[[
package
]]
name
=
"coverage"
name
=
"coverage"
version
=
"6.
1.
2"
version
=
"6.2"
description
=
"Code coverage measurement for Python"
description
=
"Code coverage measurement for Python"
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
python-versions
=
">
=
3.6
"
python-versions
=
">
=
3.6
"
[
package.dependencies
]
tomli
=
{
version
=
"*"
,
optional
=
true
,
markers
=
"extra
=
=
\"
toml
\"
"}
[
package.extras
]
[
package.extras
]
toml
=
[
"tomli"
]
toml
=
[
"tomli"
]
[[
package
]]
[[
package
]]
name
=
"cryptography"
name
=
"cryptography"
version
=
"3
5
.0.0"
version
=
"3
6
.0.0"
description
=
"cryptography is a package which provides cryptographic recipes and primitives to Python developers."
description
=
"cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -477,7 +488,7 @@ cffi = ">=1.12"
...
@@ -477,7 +488,7 @@ cffi = ">=1.12"
[
package.extras
]
[
package.extras
]
docs
=
[
"sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)"
,
"sphinx-rtd-theme"
]
docs
=
[
"sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)"
,
"sphinx-rtd-theme"
]
docstest
=
[
"doc8"
,
"pyenchant (>=1.6.11)"
,
"twine (>=1.12.0)"
,
"sphinxcontrib-spelling (>=4.0.1)"
]
docstest
=
[
"pyenchant (>=1.6.11)"
,
"twine (>=1.12.0)"
,
"sphinxcontrib-spelling (>=4.0.1)"
]
pep8test
=
[
"black"
,
"flake8"
,
"flake8-import-order"
,
"pep8-naming"
]
pep8test
=
[
"black"
,
"flake8"
,
"flake8-import-order"
,
"pep8-naming"
]
sdist
=
[
"setuptools_rust (>=0.11.4)"
]
sdist
=
[
"setuptools_rust (>=0.11.4)"
]
ssh
=
[
"bcrypt (>=3.1.5)"
]
ssh
=
[
"bcrypt (>=3.1.5)"
]
...
@@ -676,7 +687,7 @@ celery = ">=5.0,<6.0"
...
@@ -676,7 +687,7 @@ celery = ">=5.0,<6.0"
[[
package
]]
[[
package
]]
name
=
"django-ckeditor"
name
=
"django-ckeditor"
version
=
"6.
1
.0"
version
=
"6.
2
.0"
description
=
"Django admin CKEditor integration."
description
=
"Django admin CKEditor integration."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -964,7 +975,7 @@ phonenumberslite = ["phonenumberslite (>=7.0.2)"]
...
@@ -964,7 +975,7 @@ phonenumberslite = ["phonenumberslite (>=7.0.2)"]
[[
package
]]
[[
package
]]
name
=
"django-polymorphic"
name
=
"django-polymorphic"
version
=
"3.
0
.0"
version
=
"3.
1
.0"
description
=
"Seamless polymorphic inheritance for Django models"
description
=
"Seamless polymorphic inheritance for Django models"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -1258,16 +1269,16 @@ yaml = ["ruamel.yaml"]
...
@@ -1258,16 +1269,16 @@ yaml = ["ruamel.yaml"]
[[
package
]]
[[
package
]]
name
=
"flake8"
name
=
"flake8"
version
=
"
3.9.2
"
version
=
"
4.0.1
"
description
=
"the modular source code checker: pep8 pyflakes and co"
description
=
"the modular source code checker: pep8 pyflakes and co"
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
python-versions
=
"
!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>
=
2.7
"
python-versions
=
"
>
=
3.6
"
[
package.dependencies
]
[
package.dependencies
]
mccabe
=
">
=
0.6
.
0
,
<
0.7
.
0
"
mccabe
=
">
=
0.6
.
0
,
<
0.7
.
0
"
pycodestyle
=
">
=
2.
7
.
0
,
<
2.
8
.
0
"
pycodestyle
=
">
=
2.
8
.
0
,
<
2.
9
.
0
"
pyflakes
=
">
=
2.
3
.
0
,
<
2.
4
.
0
"
pyflakes
=
">
=
2.
4
.
0
,
<
2.
5
.
0
"
[[
package
]]
[[
package
]]
name
=
"flake8-bandit"
name
=
"flake8-bandit"
...
@@ -1312,14 +1323,14 @@ test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"]
...
@@ -1312,14 +1323,14 @@ test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"]
[[
package
]]
[[
package
]]
name
=
"flake8-django"
name
=
"flake8-django"
version
=
"1.1.
2
"
version
=
"1.1.
1
"
description
=
"Plugin to catch bad style specific to Django Projects
.
"
description
=
"Plugin to catch bad style specific to Django Projects"
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
python-versions
=
"
>
=
3.6
,
<
4.0
"
python-versions
=
"
*
"
[
package.dependencies
]
[
package.dependencies
]
flake8
=
"
>
=
3.8
.
4
,
<
4.0
.
0
"
flake8
=
"
*
"
[[
package
]]
[[
package
]]
name
=
"flake8-docstrings"
name
=
"flake8-docstrings"
...
@@ -1428,6 +1439,14 @@ python-versions = ">=3.7"
...
@@ -1428,6 +1439,14 @@ python-versions = ">=3.7"
gitdb
=
">
=
4.0
.
1
,
<
5
"
gitdb
=
">
=
4.0
.
1
,
<
5
"
typing-extensions
=
{
version
=
">
=
3.7
.
4.3
", markers = "
python_version
<
\"
3.10
\"
"}
typing-extensions
=
{
version
=
">
=
3.7
.
4.3
", markers = "
python_version
<
\"
3.10
\"
"}
[[
package
]]
name
=
"h11"
version
=
"0.12.0"
description
=
"A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.6
"
[[
package
]]
[[
package
]]
name
=
"haystack-redis"
name
=
"haystack-redis"
version
=
"0.0.1"
version
=
"0.0.1"
...
@@ -1475,7 +1494,7 @@ python-versions = "*"
...
@@ -1475,7 +1494,7 @@ python-versions = "*"
[[
package
]]
[[
package
]]
name
=
"ipython"
name
=
"ipython"
version
=
"7.
29
.0"
version
=
"7.
30
.0"
description
=
"IPython: Productive Interactive Computing"
description
=
"IPython: Productive Interactive Computing"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -1521,7 +1540,7 @@ plugins = ["setuptools"]
...
@@ -1521,7 +1540,7 @@ plugins = ["setuptools"]
[[
package
]]
[[
package
]]
name
=
"jedi"
name
=
"jedi"
version
=
"0.18.
0
"
version
=
"0.18.
1
"
description
=
"An autocompletion tool for Python that can be used for text editors."
description
=
"An autocompletion tool for Python that can be used for text editors."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -1532,7 +1551,7 @@ parso = ">=0.8.0,<0.9.0"
...
@@ -1532,7 +1551,7 @@ parso = ">=0.8.0,<0.9.0"
[
package.extras
]
[
package.extras
]
qa
=
[
"flake8 (==3.8.3)"
,
"mypy (==0.782)"
]
qa
=
[
"flake8 (==3.8.3)"
,
"mypy (==0.782)"
]
testing
=
[
"Django (<3.1)"
,
"colorama"
,
"docopt"
,
"pytest (<
6
.0.0)"
]
testing
=
[
"Django (<3.1)"
,
"colorama"
,
"docopt"
,
"pytest (<
7
.0.0)"
]
[[
package
]]
[[
package
]]
name
=
"jinja2"
name
=
"jinja2"
...
@@ -1570,7 +1589,7 @@ deprecated = "*"
...
@@ -1570,7 +1589,7 @@ deprecated = "*"
[[
package
]]
[[
package
]]
name
=
"kombu"
name
=
"kombu"
version
=
"5.2.
1
"
version
=
"5.2.
2
"
description
=
"Messaging library for Python."
description
=
"Messaging library for Python."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -1589,7 +1608,7 @@ mongodb = ["pymongo (>=3.3.0,<3.12.1)"]
...
@@ -1589,7 +1608,7 @@ mongodb = ["pymongo (>=3.3.0,<3.12.1)"]
msgpack
=
[
"msgpack"
]
msgpack
=
[
"msgpack"
]
pyro
=
[
"pyro4"
]
pyro
=
[
"pyro4"
]
qpid
=
[
"qpid-python (>=0.26)"
,
"qpid-tools (>=0.26)"
]
qpid
=
[
"qpid-python (>=0.26)"
,
"qpid-tools (>=0.26)"
]
redis
=
[
"redis (>=3.4.1)"
]
redis
=
[
"redis (>=3.4.1
,<4.0.0
)"
]
slmq
=
[
"softlayer-messaging (>=1.0.3)"
]
slmq
=
[
"softlayer-messaging (>=1.0.3)"
]
sqlalchemy
=
[
"sqlalchemy"
]
sqlalchemy
=
[
"sqlalchemy"
]
sqs
=
[
"boto3 (>=1.9.12)"
,
"pycurl (>=7.44.1,<7.45.0)"
,
"urllib3 (>=1.26.7)"
]
sqs
=
[
"boto3 (>=1.9.12)"
,
"pycurl (>=7.44.1,<7.45.0)"
,
"urllib3 (>=1.26.7)"
]
...
@@ -1683,16 +1702,27 @@ rsa = ["cryptography (>=3.0.0,<4)"]
...
@@ -1683,16 +1702,27 @@ rsa = ["cryptography (>=3.0.0,<4)"]
signals
=
[
"blinker (>=1.4.0)"
]
signals
=
[
"blinker (>=1.4.0)"
]
signedtoken
=
[
"cryptography (>=3.0.0,<4)"
,
"pyjwt (>=2.0.0,<3)"
]
signedtoken
=
[
"cryptography (>=3.0.0,<4)"
,
"pyjwt (>=2.0.0,<3)"
]
[[
package
]]
name
=
"outcome"
version
=
"1.1.0"
description
=
"Capture the outcome of Python function calls."
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.6
"
[
package.dependencies
]
attrs
=
">
=
19.2
.
0
"
[[
package
]]
[[
package
]]
name
=
"packaging"
name
=
"packaging"
version
=
"21.
2
"
version
=
"21.
3
"
description
=
"Core utilities for Python packages"
description
=
"Core utilities for Python packages"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.6
"
python-versions
=
">
=
3.6
"
[
package.dependencies
]
[
package.dependencies
]
pyparsing
=
">
=
2.0
.
2
,
<
3
"
pyparsing
=
">
=
2.0
.
2
,
<
3
.0
.
5
||
>
3.0
.
5
"
[[
package
]]
[[
package
]]
name
=
"parso"
name
=
"parso"
...
@@ -1724,7 +1754,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
...
@@ -1724,7 +1754,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[[
package
]]
[[
package
]]
name
=
"pbr"
name
=
"pbr"
version
=
"5.
7
.0"
version
=
"5.
8
.0"
description
=
"Python Build Reasonableness"
description
=
"Python Build Reasonableness"
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
...
@@ -1751,7 +1781,7 @@ ptyprocess = ">=0.5"
...
@@ -1751,7 +1781,7 @@ ptyprocess = ">=0.5"
[[
package
]]
[[
package
]]
name
=
"pg8000"
name
=
"pg8000"
version
=
"1.2
2.1
"
version
=
"1.2
3.0
"
description
=
"PostgreSQL interface library"
description
=
"PostgreSQL interface library"
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
...
@@ -1762,7 +1792,7 @@ scramp = ">=1.4.1"
...
@@ -1762,7 +1792,7 @@ scramp = ">=1.4.1"
[[
package
]]
[[
package
]]
name
=
"phonenumbers"
name
=
"phonenumbers"
version
=
"8.12.3
7
"
version
=
"8.12.3
8
"
description
=
"Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
description
=
"Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -1821,7 +1851,7 @@ twisted = ["twisted"]
...
@@ -1821,7 +1851,7 @@ twisted = ["twisted"]
[[
package
]]
[[
package
]]
name
=
"prompt-toolkit"
name
=
"prompt-toolkit"
version
=
"3.0.2
2
"
version
=
"3.0.2
3
"
description
=
"Library for building powerful interactive command lines in Python"
description
=
"Library for building powerful interactive command lines in Python"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -1886,11 +1916,11 @@ pyasn1 = ">=0.4.6,<0.5.0"
...
@@ -1886,11 +1916,11 @@ pyasn1 = ">=0.4.6,<0.5.0"
[[
package
]]
[[
package
]]
name
=
"pycodestyle"
name
=
"pycodestyle"
version
=
"2.
7
.0"
version
=
"2.
8
.0"
description
=
"Python style guide checker"
description
=
"Python style guide checker"
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
[[
package
]]
[[
package
]]
name
=
"pycparser"
name
=
"pycparser"
...
@@ -1924,7 +1954,7 @@ toml = ["toml"]
...
@@ -1924,7 +1954,7 @@ toml = ["toml"]
[[
package
]]
[[
package
]]
name
=
"pyflakes"
name
=
"pyflakes"
version
=
"2.
3.1
"
version
=
"2.
4.0
"
description
=
"passive checker of Python programs"
description
=
"passive checker of Python programs"
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
...
@@ -1955,13 +1985,32 @@ dev = ["sphinx", "sphinx-rtd-theme", "zope.interface", "cryptography (>=3.3.1)",
...
@@ -1955,13 +1985,32 @@ dev = ["sphinx", "sphinx-rtd-theme", "zope.interface", "cryptography (>=3.3.1)",
docs
=
[
"sphinx"
,
"sphinx-rtd-theme"
,
"zope.interface"
]
docs
=
[
"sphinx"
,
"sphinx-rtd-theme"
,
"zope.interface"
]
tests
=
[
"pytest (>=6.0.0,<7.0.0)"
,
"coverage[toml] (==5.0.4)"
]
tests
=
[
"pytest (>=6.0.0,<7.0.0)"
,
"coverage[toml] (==5.0.4)"
]
[[
package
]]
name
=
"pyopenssl"
version
=
"21.0.0"
description
=
"Python wrapper module around the OpenSSL library"
category
=
"dev"
optional
=
false
python-versions
=
">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!
=
3.5
.*
"
[
package.dependencies
]
cryptography
=
">
=
3.3
"
six
=
">
=
1.5
.
2
"
[
package.extras
]
docs
=
[
"sphinx"
,
"sphinx-rtd-theme"
]
test
=
[
"flaky"
,
"pretend"
,
"pytest (>=3.0.1)"
]
[[
package
]]
[[
package
]]
name
=
"pyparsing"
name
=
"pyparsing"
version
=
"
2.4.7
"
version
=
"
3.0.6
"
description
=
"Python parsing module"
description
=
"Python parsing module"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
2.6
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
"
python-versions
=
">
=
3.6
"
[
package.extras
]
diagrams
=
[
"jinja2"
,
"railroad-diagrams"
]
[[
package
]]
[[
package
]]
name
=
"pytest"
name
=
"pytest"
...
@@ -1986,16 +2035,15 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm
...
@@ -1986,16 +2035,15 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm
[[
package
]]
[[
package
]]
name
=
"pytest-cov"
name
=
"pytest-cov"
version
=
"
2.12.1
"
version
=
"
3.0.0
"
description
=
"Pytest plugin for measuring coverage."
description
=
"Pytest plugin for measuring coverage."
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
python-versions
=
">
=
3.6
"
[
package.dependencies
]
[
package.dependencies
]
coverage
=
">
=
5.2
.
1
"
coverage
=
{
version
=
">
=
5.2
.
1
", extras = ["
toml
"]}
pytest
=
">
=
4.6
"
pytest
=
">
=
4.6
"
toml
=
"*"
[
package.extras
]
[
package.extras
]
testing
=
[
"fields"
,
"hunter"
,
"process-tests"
,
"six"
,
"pytest-xdist"
,
"virtualenv"
]
testing
=
[
"fields"
,
"hunter"
,
"process-tests"
,
"six"
,
"pytest-xdist"
,
"virtualenv"
]
...
@@ -2068,7 +2116,7 @@ six = ">=1.5"
...
@@ -2068,7 +2116,7 @@ six = ">=1.5"
[[
package
]]
[[
package
]]
name
=
"python-gnupg"
name
=
"python-gnupg"
version
=
"0.4.
7
"
version
=
"0.4.
8
"
description
=
"A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
description
=
"A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -2076,11 +2124,11 @@ python-versions = "*"
...
@@ -2076,11 +2124,11 @@ python-versions = "*"
[[
package
]]
[[
package
]]
name
=
"python-ldap"
name
=
"python-ldap"
version
=
"3.
3.1
"
version
=
"3.
4.0
"
description
=
"Python modules for implementing LDAP clients"
description
=
"Python modules for implementing LDAP clients"
category
=
"main"
category
=
"main"
optional
=
true
optional
=
true
python-versions
=
">=
2.7,!=3.0.*,!=3.1.*,!=3.2.*,!
=
3.3
.*
"
python-versions
=
">
=
3.6
"
[
package.dependencies
]
[
package.dependencies
]
pyasn1
=
">
=
0.3
.
7
"
pyasn1
=
">
=
0.3
.
7
"
...
@@ -2270,18 +2318,20 @@ asn1crypto = ">=1.4.0"
...
@@ -2270,18 +2318,20 @@ asn1crypto = ">=1.4.0"
[[
package
]]
[[
package
]]
name
=
"selenium"
name
=
"selenium"
version
=
"
3.1
41.0"
version
=
"4
.
1.0"
description
=
"
Python bindings for Selenium
"
description
=
""
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
python-versions
=
"
*
"
python-versions
=
"
~
=
3.7
"
[
package.dependencies
]
[
package.dependencies
]
urllib3
=
"*"
trio
=
">
=
0.17
,
<
1.0
"
trio-websocket
=
">
=
0.9
,
<
1.0
"
urllib3
=
{
version
=
">
=
1.26
,
<
2.0
", extras = ["
secure
"]}
[[
package
]]
[[
package
]]
name
=
"sentry-sdk"
name
=
"sentry-sdk"
version
=
"1.
4.3
"
version
=
"1.
5.0
"
description
=
"Python client for Sentry (https://sentry.io)"
description
=
"Python client for Sentry (https://sentry.io)"
category
=
"main"
category
=
"main"
optional
=
true
optional
=
true
...
@@ -2324,14 +2374,30 @@ category = "dev"
...
@@ -2324,14 +2374,30 @@ category = "dev"
optional
=
false
optional
=
false
python-versions
=
">
=
3.6
"
python-versions
=
">
=
3.6
"
[[
package
]]
name
=
"sniffio"
version
=
"1.2.0"
description
=
"Sniff out which async library your code is running under"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.5
"
[[
package
]]
[[
package
]]
name
=
"snowballstemmer"
name
=
"snowballstemmer"
version
=
"2.
1
.0"
version
=
"2.
2
.0"
description
=
"This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
description
=
"This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
python-versions
=
"*"
python-versions
=
"*"
[[
package
]]
name
=
"sortedcontainers"
version
=
"2.4.0"
description
=
"Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
category
=
"dev"
optional
=
false
python-versions
=
"*"
[[
package
]]
[[
package
]]
name
=
"soupsieve"
name
=
"soupsieve"
version
=
"2.3.1"
version
=
"2.3.1"
...
@@ -2574,9 +2640,39 @@ python-versions = ">=3.7"
...
@@ -2574,9 +2640,39 @@ python-versions = ">=3.7"
[
package.extras
]
[
package.extras
]
test
=
[
"pytest"
]
test
=
[
"pytest"
]
[[
package
]]
name
=
"trio"
version
=
"0.19.0"
description
=
"A friendly Python library for async concurrency and I/O"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.6
"
[
package.dependencies
]
async-generator
=
">
=
1.9
"
attrs
=
">
=
19.2
.
0
"
cffi
=
{
version
=
">
=
1.14
", markers = "
os_name
=
=
\"
nt
\"
and
implementation_name
!
=
\"
pypy
\"
"}
idna
=
"*"
outcome
=
"*"
sniffio
=
"*"
sortedcontainers
=
"*"
[[
package
]]
name
=
"trio-websocket"
version
=
"0.9.2"
description
=
"WebSocket library for Trio"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.5
"
[
package.dependencies
]
async-generator
=
">
=
1.10
"
trio
=
">
=
0.11
"
wsproto
=
">
=
0.14
"
[[
package
]]
[[
package
]]
name
=
"twilio"
name
=
"twilio"
version
=
"7.3.
0
"
version
=
"7.3.
1
"
description
=
"Twilio API client and TwiML generator"
description
=
"Twilio API client and TwiML generator"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
...
@@ -2589,7 +2685,7 @@ requests = ">=2.0.0"
...
@@ -2589,7 +2685,7 @@ requests = ">=2.0.0"
[[
package
]]
[[
package
]]
name
=
"types-pytz"
name
=
"types-pytz"
version
=
"2021.3.
0
"
version
=
"2021.3.
1
"
description
=
"Typing stubs for pytz"
description
=
"Typing stubs for pytz"
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
...
@@ -2605,11 +2701,11 @@ python-versions = "*"
...
@@ -2605,11 +2701,11 @@ python-versions = "*"
[[
package
]]
[[
package
]]
name
=
"typing-extensions"
name
=
"typing-extensions"
version
=
"
3.1
0.0
.2
"
version
=
"
4.
0.0"
description
=
"Backported and Experimental Type Hints for Python 3.
5
+"
description
=
"Backported and Experimental Type Hints for Python 3.
6
+"
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
python-versions
=
"
*
"
python-versions
=
"
>
=
3.6
"
[[
package
]]
[[
package
]]
name
=
"urllib3"
name
=
"urllib3"
...
@@ -2619,6 +2715,12 @@ category = "main"
...
@@ -2619,6 +2715,12 @@ category = "main"
optional
=
false
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
,
<
4
"
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
,
<
4
"
[
package.dependencies
]
certifi
=
{
version
=
"*"
,
optional
=
true
,
markers
=
"extra
=
=
\"
secure
\"
"}
cryptography
=
{
version
=
">
=
1.3
.
4
", optional = true, markers = "
extra
=
=
\"
secure
\"
"}
idna
=
{
version
=
">
=
2.0
.
0
", optional = true, markers = "
extra
=
=
\"
secure
\"
"}
pyOpenSSL
=
{
version
=
">
=
0.14
", optional = true, markers = "
extra
=
=
\"
secure
\"
"}
[
package.extras
]
[
package.extras
]
brotli
=
[
"brotlipy (>=0.6.0)"
]
brotli
=
[
"brotlipy (>=0.6.0)"
]
secure
=
[
"pyOpenSSL (>=0.14)"
,
"cryptography (>=1.3.4)"
,
"idna (>=2.0.0)"
,
"certifi"
,
"ipaddress"
]
secure
=
[
"pyOpenSSL (>=0.14)"
,
"cryptography (>=1.3.4)"
,
"idna (>=2.0.0)"
,
"certifi"
,
"ipaddress"
]
...
@@ -2672,6 +2774,17 @@ category = "main"
...
@@ -2672,6 +2774,17 @@ category = "main"
optional
=
false
optional
=
false
python-versions
=
"!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>
=
2.7
"
python-versions
=
"!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>
=
2.7
"
[[
package
]]
name
=
"wsproto"
version
=
"1.0.0"
description
=
"WebSockets state-machine based protocol implementation"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.6
.
1
"
[
package.dependencies
]
h11
=
">
=
0.9
.
0
,
<
1
"
[[
package
]]
[[
package
]]
name
=
"yubiotp"
name
=
"yubiotp"
version
=
"1.0.0.post1"
version
=
"1.0.0.post1"
...
@@ -2699,8 +2812,8 @@ alabaster = [
...
@@ -2699,8 +2812,8 @@ alabaster = [
{file
=
"alabaster-0.7.12.tar.gz"
,
hash
=
"sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"
}
,
{file
=
"alabaster-0.7.12.tar.gz"
,
hash
=
"sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"
}
,
]
]
aleksis-builddeps
=
[
aleksis-builddeps
=
[
{file
=
"AlekSIS-Builddeps-5+2021111
2
18
4746.775b478d
.tar.gz"
,
hash
=
"sha256:
1541d9d20f1153104827949e3ece9b71c5a4d5dc53f233764f406fb9895bfd9b
"
}
,
{file
=
"AlekSIS-Builddeps-5+2021111
8
18
5200.f1c0d03f
.tar.gz"
,
hash
=
"sha256:
dbc9e006f12e74a6a8533e83376a6290184b02af364ea7c5af24c4879d18cf60
"
}
,
{file
=
"AlekSIS_Builddeps-5+2021111
2
18
4746.775b478d
-py3-none-any.whl"
,
hash
=
"sha256:
9edd3ce8047bdb76c2c5770e1597a8bdf720f04f0c90634e17b55e7a9f1343a6
"
}
,
{file
=
"AlekSIS_Builddeps-5+2021111
8
18
5200.f1c0d03f
-py3-none-any.whl"
,
hash
=
"sha256:
d653c965007e6e320e19b528d97a0e36909daee09a31c653ea81e470589afe9c
"
}
,
]
]
amqp
=
[
amqp
=
[
{file
=
"amqp-5.0.6-py3-none-any.whl"
,
hash
=
"sha256:493a2ac6788ce270a2f6a765b017299f60c1998f5a8617908ee9be082f7300fb"
}
,
{file
=
"amqp-5.0.6-py3-none-any.whl"
,
hash
=
"sha256:493a2ac6788ce270a2f6a765b017299f60c1998f5a8617908ee9be082f7300fb"
}
,
...
@@ -2718,6 +2831,10 @@ asn1crypto = [
...
@@ -2718,6 +2831,10 @@ asn1crypto = [
{file
=
"asn1crypto-1.4.0-py2.py3-none-any.whl"
,
hash
=
"sha256:4bcdf33c861c7d40bdcd74d8e4dd7661aac320fcdf40b9a3f95b4ee12fde2fa8"
}
,
{file
=
"asn1crypto-1.4.0-py2.py3-none-any.whl"
,
hash
=
"sha256:4bcdf33c861c7d40bdcd74d8e4dd7661aac320fcdf40b9a3f95b4ee12fde2fa8"
}
,
{file
=
"asn1crypto-1.4.0.tar.gz"
,
hash
=
"sha256:f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99be7641c"
}
,
{file
=
"asn1crypto-1.4.0.tar.gz"
,
hash
=
"sha256:f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99be7641c"
}
,
]
]
async-generator
=
[
{file
=
"async_generator-1.10-py3-none-any.whl"
,
hash
=
"sha256:01c7bf666359b4967d2cda0000cc2e4af16a0ae098cbffcb8472fb9e8ad6585b"
}
,
{file
=
"async_generator-1.10.tar.gz"
,
hash
=
"sha256:6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144"
}
,
]
atomicwrites
=
[
atomicwrites
=
[
{file
=
"atomicwrites-1.4.0-py2.py3-none-any.whl"
,
hash
=
"sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"
}
,
{file
=
"atomicwrites-1.4.0-py2.py3-none-any.whl"
,
hash
=
"sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"
}
,
{file
=
"atomicwrites-1.4.0.tar.gz"
,
hash
=
"sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"
}
,
{file
=
"atomicwrites-1.4.0.tar.gz"
,
hash
=
"sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"
}
,
...
@@ -2747,8 +2864,8 @@ billiard = [
...
@@ -2747,8 +2864,8 @@ billiard = [
{file
=
"billiard-3.6.4.0.tar.gz"
,
hash
=
"sha256:299de5a8da28a783d51b197d496bef4f1595dd023a93a4f59dde1886ae905547"
}
,
{file
=
"billiard-3.6.4.0.tar.gz"
,
hash
=
"sha256:299de5a8da28a783d51b197d496bef4f1595dd023a93a4f59dde1886ae905547"
}
,
]
]
black
=
[
black
=
[
{file
=
"black-21.1
0b0
-py3-none-any.whl"
,
hash
=
"sha256:
6eb7448da9143ee65b856a5f3676b7dda98ad9abe0f87fce8c59291f15e82a5b
"
}
,
{file
=
"black-21.1
1b1
-py3-none-any.whl"
,
hash
=
"sha256:
802c6c30b637b28645b7fde282ed2569c0cd777dbe493a41b6a03c1d903f99ac
"
}
,
{file
=
"black-21.1
0b0
.tar.gz"
,
hash
=
"sha256:a
9952229092e325fe5f3dae56d81f639b23f7131eb840781947e4b2886030f33
"
}
,
{file
=
"black-21.1
1b1
.tar.gz"
,
hash
=
"sha256:a
042adbb18b3262faad5aff4e834ff186bb893f95ba3a8013f09de1e5569def2
"
}
,
]
]
bleach
=
[
bleach
=
[
{file
=
"bleach-4.1.0-py2.py3-none-any.whl"
,
hash
=
"sha256:4d2651ab93271d1129ac9cbc679f524565cc8a1b791909c4a51eac4446a15994"
}
,
{file
=
"bleach-4.1.0-py2.py3-none-any.whl"
,
hash
=
"sha256:4d2651ab93271d1129ac9cbc679f524565cc8a1b791909c4a51eac4446a15994"
}
,
...
@@ -2759,12 +2876,12 @@ bleach = [
...
@@ -2759,12 +2876,12 @@ bleach = [
{file
=
"boolean.py-3.8.tar.gz"
,
hash
=
"sha256:cc24e20f985d60cd4a3a5a1c0956dd12611159d32a75081dabd0c9ab981acaa4"
}
,
{file
=
"boolean.py-3.8.tar.gz"
,
hash
=
"sha256:cc24e20f985d60cd4a3a5a1c0956dd12611159d32a75081dabd0c9ab981acaa4"
}
,
]
]
boto3
=
[
boto3
=
[
{file
=
"boto3-1.20.5-py3-none-any.whl"
,
hash
=
"sha256:
81ca80fbb3d551819c35c809cb159fd0bec6701d3d8f0e5906a22da7558d098e
"
}
,
{file
=
"boto3-1.20.
1
5-py3-none-any.whl"
,
hash
=
"sha256:
0684825d74ad41675279b9bbb725b8acbf4c5ae299b2e426c93d98e16bc6c473
"
}
,
{file
=
"boto3-1.20.5.tar.gz"
,
hash
=
"sha256:
cc620c289b12d7bf7c2706b517c9f8950f9be4622aacc9e7580b8b4ee0d3bc73
"
}
,
{file
=
"boto3-1.20.
1
5.tar.gz"
,
hash
=
"sha256:
dd763ead8541688d7ed4641414c236b592672e990dbea5e114ca56b8f42a181c
"
}
,
]
]
botocore
=
[
botocore
=
[
{file
=
"botocore-1.23.5-py3-none-any.whl"
,
hash
=
"sha256:
c8eaeee0bac356396386aa9165043808fe736fb9e03ac0dedb1dfd82f41ad1a3
"
}
,
{file
=
"botocore-1.23.
1
5-py3-none-any.whl"
,
hash
=
"sha256:
6ae8ef3d86009c71d8aeef19e37b7042f008ddc60128f469ad495bcd2c5a615e
"
}
,
{file
=
"botocore-1.23.5.tar.gz"
,
hash
=
"sha256:
49d1f012dc8467577a5fe603fc87cc13af816dd926b2bc2e28a3b2999ab14d36
"
}
,
{file
=
"botocore-1.23.
1
5.tar.gz"
,
hash
=
"sha256:
0d66edd9e2bbeb430bc71cbf1420afa1d9a07a5e31c9eb1ff7874968bd2b011a
"
}
,
]
]
bs4
=
[
bs4
=
[
{file
=
"bs4-0.0.1.tar.gz"
,
hash
=
"sha256:36ecea1fd7cc5c0c6e4a1ff075df26d50da647b75376626cc186e2212886dd3a"
}
,
{file
=
"bs4-0.0.1.tar.gz"
,
hash
=
"sha256:36ecea1fd7cc5c0c6e4a1ff075df26d50da647b75376626cc186e2212886dd3a"
}
,
...
@@ -2774,8 +2891,8 @@ calendarweek = [
...
@@ -2774,8 +2891,8 @@ calendarweek = [
{file
=
"calendarweek-0.5.0.tar.gz"
,
hash
=
"sha256:32f5c8663799a2f5a0b8909976c7a3ae77397acd7e7c31d1456ece5b452988a5"
}
,
{file
=
"calendarweek-0.5.0.tar.gz"
,
hash
=
"sha256:32f5c8663799a2f5a0b8909976c7a3ae77397acd7e7c31d1456ece5b452988a5"
}
,
]
]
celery
=
[
celery
=
[
{file
=
"celery-5.2.
0
-py3-none-any.whl"
,
hash
=
"sha256:
1664b8cf5051c86188e86f1afb85213927f92b8818e2315e34b010da0d767b98
"
}
,
{file
=
"celery-5.2.
1
-py3-none-any.whl"
,
hash
=
"sha256:
cc63ea6572d558be65297ba6db7a7979e64c0a3d0d61212d6302ef1ca05a0d22
"
}
,
{file
=
"celery-5.2.
0
.tar.gz"
,
hash
=
"sha256:
4d858a8fe53c07a9f0cbf8cf1da28e8abe5464d0aba5713bf83908e74277734b
"
}
,
{file
=
"celery-5.2.
1
.tar.gz"
,
hash
=
"sha256:
b41a590b49caf8e6498a57db628e580d5f8dc6febda0f42de5d783aed5b7f808
"
}
,
]
]
celery-haystack-ng
=
[
celery-haystack-ng
=
[
{file
=
"celery-haystack-ng-0.20.post2.tar.gz"
,
hash
=
"sha256:d2e077851f13dddc36fc86134c7c8a937e46ae75e576eb8e77e03b03977fc7bb"
}
,
{file
=
"celery-haystack-ng-0.20.post2.tar.gz"
,
hash
=
"sha256:d2e077851f13dddc36fc86134c7c8a937e46ae75e576eb8e77e03b03977fc7bb"
}
,
...
@@ -2842,8 +2959,8 @@ cffi = [
...
@@ -2842,8 +2959,8 @@ cffi = [
{file
=
"cffi-1.15.0.tar.gz"
,
hash
=
"sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954"
}
,
{file
=
"cffi-1.15.0.tar.gz"
,
hash
=
"sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954"
}
,
]
]
charset-normalizer
=
[
charset-normalizer
=
[
{file
=
"charset-normalizer-2.0.
7
.tar.gz"
,
hash
=
"sha256:
e019de665e2bcf9c2b64e2e5aa025fa991da8720daa3c1138cadd2fd1856aed
0"
}
,
{file
=
"charset-normalizer-2.0.
8
.tar.gz"
,
hash
=
"sha256:
735e240d9a8506778cd7a453d97e817e536bb1fc29f4f6961ce297b9c7a917b
0"
}
,
{file
=
"charset_normalizer-2.0.
7
-py3-none-any.whl"
,
hash
=
"sha256:
f7af805c321bfa1ce6714c51f254e0d5bb5e5834039bc17db7ebe3a4cec9492b
"
}
,
{file
=
"charset_normalizer-2.0.
8
-py3-none-any.whl"
,
hash
=
"sha256:
83fcdeb225499d6344c8f7f34684c2981270beacc32ede2e669e94f7fa544405
"
}
,
]
]
click
=
[
click
=
[
{file
=
"click-8.0.3-py3-none-any.whl"
,
hash
=
"sha256:353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3"
}
,
{file
=
"click-8.0.3-py3-none-any.whl"
,
hash
=
"sha256:353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3"
}
,
...
@@ -2873,75 +2990,76 @@ configobj = [
...
@@ -2873,75 +2990,76 @@ configobj = [
{file
=
"configobj-5.0.6.tar.gz"
,
hash
=
"sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
}
,
{file
=
"configobj-5.0.6.tar.gz"
,
hash
=
"sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
}
,
]
]
coverage
=
[
coverage
=
[
{file
=
"coverage-6.
1.
2-cp310-cp310-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:6
75adb3b3380967806b3cbb9c5b00ceb29b1c472692100a338730c1d3e59c8b9
"
}
,
{file
=
"coverage-6.2-cp310-cp310-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:6
dbc1536e105adda7a6312c778f15aaabe583b0e9a0b0a324990334fd458c94b
"
}
,
{file
=
"coverage-6.
1.
2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
95a58336aa111af54baa451c33266a8774780242cab3704b7698d5e514840758
"
}
,
{file
=
"coverage-6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
174cf9b4bef0db2e8244f82059a5a72bd47e1d40e71c68ab055425172b16b7d0
"
}
,
{file
=
"coverage-6.
1.
2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
d0a595a781f8e186580ff8e3352dd4953b1944289bec7705377c80c7e36c4d6c
"
}
,
{file
=
"coverage-6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
92b8c845527eae547a2a6617d336adc56394050c3ed8a6918683646328fbb6da
"
}
,
{file
=
"coverage-6.
1.
2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
d3c5f49ce6af61154060640ad3b3281dbc46e2e0ef2fe78414d7f8a324f0b649
"
}
,
{file
=
"coverage-6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
c7912d1526299cb04c88288e148c6c87c0df600eca76efd99d84396cfe00ef1d
"
}
,
{file
=
"coverage-6.
1.
2-cp310-cp310-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:
310c40bed6b626fd1f463e5a83dba19a61c4eb74e1ac0d07d454ebbdf9047e9d
"
}
,
{file
=
"coverage-6.2-cp310-cp310-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:
d5d2033d5db1d58ae2d62f095e1aefb6988af65b4b12cb8987af409587cc0739
"
}
,
{file
=
"coverage-6.
1.
2-cp310-cp310-musllinux_1_1_i686.whl"
,
hash
=
"sha256:
a4d48e42e17d3de212f9af44f81ab73b9378a4b2b8413fd708d0d9023f2bbde4
"
}
,
{file
=
"coverage-6.2-cp310-cp310-musllinux_1_1_i686.whl"
,
hash
=
"sha256:
3feac4084291642165c3a0d9eaebedf19ffa505016c4d3db15bfe235718d4971
"
}
,
{file
=
"coverage-6.
1.
2-cp310-cp310-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:
ffa545230ca2ad921ad066bf8fd627e7be43716b6e0fcf8e32af1b8188ccb0ab
"
}
,
{file
=
"coverage-6.2-cp310-cp310-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:
276651978c94a8c5672ea60a2656e95a3cce2a3f31e9fb2d5ebd4c215d095840
"
}
,
{file
=
"coverage-6.
1.
2-cp310-cp310-win32.whl"
,
hash
=
"sha256:
cd2d11a59afa5001ff28073ceca24ae4c506da4355aba30d1e7dd2bd0d2206d
c"
}
,
{file
=
"coverage-6.2-cp310-cp310-win32.whl"
,
hash
=
"sha256:
f506af4f27def639ba45789fa6fde45f9a217da0be05f8910458e4557eed020
c"
}
,
{file
=
"coverage-6.
1.
2-cp310-cp310-win_amd64.whl"
,
hash
=
"sha256:
96129e41405887a53a9cc564f960d7f853cc63d178f3a182fdd302e4cab2745b
"
}
,
{file
=
"coverage-6.2-cp310-cp310-win_amd64.whl"
,
hash
=
"sha256:
3f7c17209eef285c86f819ff04a6d4cbee9b33ef05cbcaae4c0b4e8e06b3ec8f
"
}
,
{file
=
"coverage-6.
1.
2-cp311-cp311-macosx_10_14_x86_64.whl"
,
hash
=
"sha256:1
de9c6f5039ee2b1860b7bad2c7bc3651fbeb9368e4c4d93e98a76358cdcb052
"
}
,
{file
=
"coverage-6.2-cp311-cp311-macosx_10_14_x86_64.whl"
,
hash
=
"sha256:1
3362889b2d46e8d9f97c421539c97c963e34031ab0cb89e8ca83a10cc71ac76
"
}
,
{file
=
"coverage-6.
1.
2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.whl"
,
hash
=
"sha256:
80cb70264e9a1d04b519cdba3cd0dc42847bf8e982a4d55c769b9b0ee7cdce1e
"
}
,
{file
=
"coverage-6.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.whl"
,
hash
=
"sha256:
22e60a3ca5acba37d1d4a2ee66e051f5b0e1b9ac950b5b0cf4aa5366eda41d47
"
}
,
{file
=
"coverage-6.
1.
2-cp311-cp311-win_amd64.whl"
,
hash
=
"sha256:b
a6125d4e55c0b8e913dad27b22722eac7abdcb1f3eab1bd090eee9105660266
"
}
,
{file
=
"coverage-6.2-cp311-cp311-win_amd64.whl"
,
hash
=
"sha256:b
637c57fdb8be84e91fac60d9325a66a5981f8086c954ea2772efe28425eaf64
"
}
,
{file
=
"coverage-6.
1.
2-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
8492d37acdc07a6eac6489f6c1954026f2260a85a4c2bb1e343fe3d35f5ee21a
"
}
,
{file
=
"coverage-6.2-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
f467bbb837691ab5a8ca359199d3429a11a01e6dfb3d9dcc676dc035ca93c0a9
"
}
,
{file
=
"coverage-6.
1.
2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
66af99c7f7b64d050d37e795baadf515b4561124f25aae6e1baa482438ecc388
"
}
,
{file
=
"coverage-6.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
2641f803ee9f95b1f387f3e8f3bf28d83d9b69a39e9911e5bfee832bea75240d
"
}
,
{file
=
"coverage-6.
1.
2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
ebcc03e1acef4ff44f37f3c61df478d6e469a573aa688e5a162f85d7e4c3860d
"
}
,
{file
=
"coverage-6.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
1219d760ccfafc03c0822ae2e06e3b1248a8e6d1a70928966bafc6838d3c9e48
"
}
,
{file
=
"coverage-6.
1.
2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:9
8d44a8136eebbf544ad91fef5bd2b20ef0c9b459c65a833c923d9aa4546b204
"
}
,
{file
=
"coverage-6.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:9
a2b5b52be0a8626fcbffd7e689781bf8c2ac01613e77feda93d96184949a98e
"
}
,
{file
=
"coverage-6.
1.
2-cp36-cp36m-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:
c18725f3cffe96732ef96f3de1939d81215fd6d7d64900dcc4acfe514ea4fcbf
"
}
,
{file
=
"coverage-6.2-cp36-cp36m-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:
8e2c35a4c1f269704e90888e56f794e2d9c0262fb0c1b1c8c4ee44d9b9e77b5d
"
}
,
{file
=
"coverage-6.
1.
2-cp36-cp36m-musllinux_1_1_i686.whl"
,
hash
=
"sha256:
c8e9c4bcaaaa932be581b3d8b88b677489975f845f7714efc8cce77568b6711c
"
}
,
{file
=
"coverage-6.2-cp36-cp36m-musllinux_1_1_i686.whl"
,
hash
=
"sha256:
5d6b09c972ce9200264c35a1d53d43ca55ef61836d9ec60f0d44273a31aa9f17
"
}
,
{file
=
"coverage-6.
1.
2-cp36-cp36m-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:
06d009e8a29483cbc0520665bc46035ffe9ae0e7484a49f9782c2a716e37d0a0
"
}
,
{file
=
"coverage-6.2-cp36-cp36m-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:
e3db840a4dee542e37e09f30859f1612da90e1c5239a6a2498c473183a50e781
"
}
,
{file
=
"coverage-6.
1.
2-cp36-cp36m-win32.whl"
,
hash
=
"sha256:e54
32d9c329b11c27be45ee5f62cf20a33065d482c8dec1941d6670622a6fb8f
"
}
,
{file
=
"coverage-6.2-cp36-cp36m-win32.whl"
,
hash
=
"sha256:
4
e54
7122ca2d244f7c090fe3f4b5a5861255ff66b7ab6d98f44a0222aaf8671a
"
}
,
{file
=
"coverage-6.
1.
2-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:
82fdcb64bf08aa5db881db061d96db102c77397a570fbc112e21c48a4d9cb31b
"
}
,
{file
=
"coverage-6.2-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:
01774a2c2c729619760320270e42cd9e797427ecfddd32c2a7b639cdc481f3c0
"
}
,
{file
=
"coverage-6.
1.
2-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
94f558f8555e79c48c422045f252ef41eb43becdd945e9c775b45ebfc0cbd78f
"
}
,
{file
=
"coverage-6.2-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
fb8b8ee99b3fffe4fd86f4c81b35a6bf7e4462cba019997af2fe679365db0c49
"
}
,
{file
=
"coverage-6.
1.
2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
046647b96969fda1ae0605f61288635209
dd
6
9d
cd27ba3ec0bf5148bc157f954
"
}
,
{file
=
"coverage-6.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
619346d57c7126ae49ac95b11b0dc8e36c1
dd
4
9d
148477461bb66c8cf13bb521
"
}
,
{file
=
"coverage-6.
1.
2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
cc799916b618ec9fd00135e576424165691fec4f70d7dc12cfaef09268a2478c
"
}
,
{file
=
"coverage-6.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
0a7726f74ff63f41e95ed3a89fef002916c828bb5fcae83b505b49d81a066884
"
}
,
{file
=
"coverage-6.
1.
2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
62646d98cf0381ffda301a816d6ac6c35fc97aa81b09c4c52d66a15c4bef9d7c
"
}
,
{file
=
"coverage-6.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
cfd9386c1d6f13b37e05a91a8583e802f8059bebfccde61a418c5808dea6bbfa
"
}
,
{file
=
"coverage-6.
1.
2-cp37-cp37m-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:
27a3df08a855522dfef8b8635f58bab81341b2fb5f447819bc252da3aa4cf44c
"
}
,
{file
=
"coverage-6.2-cp37-cp37m-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:
17e6c11038d4ed6e8af1407d9e89a2904d573be29d51515f14262d7f10ef0a64
"
}
,
{file
=
"coverage-6.
1.
2-cp37-cp37m-musllinux_1_1_i686.whl"
,
hash
=
"sha256:
610c0ba11da8de3a753dc4b1f71894f9f9debfdde6559599f303286e70aeb0c2
"
}
,
{file
=
"coverage-6.2-cp37-cp37m-musllinux_1_1_i686.whl"
,
hash
=
"sha256:
c254b03032d5a06de049ce8bca8338a5185f07fb76600afff3c161e053d88617
"
}
,
{file
=
"coverage-6.
1.
2-cp37-cp37m-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:
35b246ae3a2c042dc8f410c94bcb9754b18179cdb81ff9477a9089dbc9ecc186
"
}
,
{file
=
"coverage-6.2-cp37-cp37m-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:
dca38a21e4423f3edb821292e97cec7ad38086f84313462098568baedf4331f8
"
}
,
{file
=
"coverage-6.
1.
2-cp37-cp37m-win32.whl"
,
hash
=
"sha256:
0cde7d9fe2fb55ff68ebe7fb319ef188e9b88e0a3d1c9c5db7dd829cd93d2193
"
}
,
{file
=
"coverage-6.2-cp37-cp37m-win32.whl"
,
hash
=
"sha256:
600617008aa82032ddeace2535626d1bc212dfff32b43989539deda63b3f36e4
"
}
,
{file
=
"coverage-6.
1.
2-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:
958ac66272ff20e63d818627216e3d7412fdf68a2d25787b89a5c6f1eb7fdd93
"
}
,
{file
=
"coverage-6.2-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:
bf154ba7ee2fd613eb541c2bc03d3d9ac667080a737449d1a3fb342740eb1a74
"
}
,
{file
=
"coverage-6.
1.
2-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
a300b39c3d5905686c75a369d2a66e68fd01472ea42e16b38c948bd02b29e5bd
"
}
,
{file
=
"coverage-6.2-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
f9afb5b746781fc2abce26193d1c817b7eb0e11459510fba65d2bd77fe161d9e
"
}
,
{file
=
"coverage-6.
1.
2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
5d3855d5d26292539861f5ced2ed042fc2aa33a12f80e487053aed3bcb6ced13
"
}
,
{file
=
"coverage-6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
edcada2e24ed68f019175c2b2af2a8b481d3d084798b8c20d15d34f5c733fa58
"
}
,
{file
=
"coverage-6.
1.
2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
586d38dfc7da4a87f5816b203ff06dd7c1bb5b16211ccaa0e9788a8da2b93696
"
}
,
{file
=
"coverage-6.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
a9c8c4283e17690ff1a7427123ffb428ad6a52ed720d550e299e8291e33184dc
"
}
,
{file
=
"coverage-6.
1.
2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
a34fccb45f7b2d890183a263578d60a392a1a218fdc12f5bce1477a6a68d4373
"
}
,
{file
=
"coverage-6.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
f614fc9956d76d8a88a88bb41ddc12709caa755666f580af3a688899721efecd
"
}
,
{file
=
"coverage-6.
1.
2-cp38-cp38-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:
bc1ee1318f703bc6c971da700d74466e9b86e0c443eb85983fb2a1bd2044726
3"
}
,
{file
=
"coverage-6.2-cp38-cp38-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:
9365ed5cce5d0cf2c10afc6add145c5037d3148585b8ae0e77cc1efdd6aa295
3"
}
,
{file
=
"coverage-6.
1.
2-cp38-cp38-musllinux_1_1_i686.whl"
,
hash
=
"sha256:
3f546f48d5d80a90a266769aa613bc0719cb3e9c2ef3529d53f463996dd15a9d
"
}
,
{file
=
"coverage-6.2-cp38-cp38-musllinux_1_1_i686.whl"
,
hash
=
"sha256:
8bdfe9ff3a4ea37d17f172ac0dff1e1c383aec17a636b9b35906babc9f0f5475
"
}
,
{file
=
"coverage-6.
1.
2-cp38-cp38-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:
fd92ece726055e80d4e3f01fff3b91f54b18c9c357c48fcf6119e87e2461a091
"
}
,
{file
=
"coverage-6.2-cp38-cp38-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:
63c424e6f5b4ab1cf1e23a43b12f542b0ec2e54f99ec9f11b75382152981df57
"
}
,
{file
=
"coverage-6.
1.
2-cp38-cp38-win32.whl"
,
hash
=
"sha256:
24ed38ec86754c4d5a706fbd5b52b057c3df87901a8610d7e5642a08ec07087e
"
}
,
{file
=
"coverage-6.2-cp38-cp38-win32.whl"
,
hash
=
"sha256:
49dbff64961bc9bdd2289a2bda6a3a5a331964ba5497f694e2cbd540d656dc1c
"
}
,
{file
=
"coverage-6.
1.
2-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:9
7ef6e9
11
9
bd
39d60ef7b9cd5deea2b34869c9f0b9777450a7e3759c1ab09b9b
"
}
,
{file
=
"coverage-6.2-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:9
a293
11bd
6429be317c1f3fe4bc06c4c5ee45e2fa61b2a19d4d1d6111cb94af2
"
}
,
{file
=
"coverage-6.
1.
2-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
6e5a8c947a2a89c56655ecbb789458a3a8e3b0cbf4c04250331df8f647b3de59
"
}
,
{file
=
"coverage-6.2-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
03b20e52b7d31be571c9c06b74746746d4eb82fc260e594dc662ed48145e9efd
"
}
,
{file
=
"coverage-6.
1.
2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
7a39590d1e6acf6a3c435c5d233f72f5d43b585f5be834cff1f21fec4afda22
5"
}
,
{file
=
"coverage-6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
215f8afcc02a24c2d9a10d3790b21054b58d71f4b3c6f055d4bb1b15cecce68
5"
}
,
{file
=
"coverage-6.
1.
2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
9d2c2e3ce7b8cc932a2f918186964bd44de8c84e2f9ef72dc616f5bb8be22e71
"
}
,
{file
=
"coverage-6.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:
a4bdeb0a52d1d04123b41d90a4390b096f3ef38eee35e11f0b22c2d031222c6c
"
}
,
{file
=
"coverage-6.
1.
2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:33
48865798c077c695cae00da0924136bb5cc501f236cfd6b6d9f7a3c94e0ec4
"
}
,
{file
=
"coverage-6.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:
c
33
2d8f8d448ded473b97fefe4a0983265af21917d8b0cdcb8bb06b2afe632c3
"
}
,
{file
=
"coverage-6.
1.
2-cp39-cp39-win32.whl"
,
hash
=
"sha256:
fae3fe111670e51f1ebbc475823899524e3459ea2db2cb88279bbfb2a0b8a3de
"
}
,
{file
=
"coverage-6.2-cp39-cp39-win32.whl"
,
hash
=
"sha256:
6e1394d24d5938e561fbeaa0cd3d356207579c28bd1792f25a068743f2d5b282
"
}
,
{file
=
"coverage-6.
1.
2-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:
af45eea024c0e3a25462fade161afab4f0d9d9e0d5a5d53e86149f74f0a35ecc
"
}
,
{file
=
"coverage-6.2-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:
86f2e78b1eff847609b1ca8050c9e1fa3bd44ce755b2ec30e70f2d3ba3844644
"
}
,
{file
=
"coverage-6.
1.
2-pp36.pp37.pp38-none-any.whl"
,
hash
=
"sha256:
eab14fdd410500dae50fd14ccc332e65543e7b39f6fc076fe90603a0e5d2f929
"
}
,
{file
=
"coverage-6.2-pp36.pp37.pp38-none-any.whl"
,
hash
=
"sha256:
5829192582c0ec8ca4a2532407bc14c2f338d9878a10442f5d03804a95fac9de
"
}
,
{file
=
"coverage-6.
1.
2.tar.gz"
,
hash
=
"sha256:
d9a635114b88c0ab462e0355472d00a180a5fbfd8511e7f18e4ac32652e7d972
"
}
,
{file
=
"coverage-6.2.tar.gz"
,
hash
=
"sha256:
e2cad8093172b7d1595b4ad66f24270808658e11acf43a8f95b41276162eb5b8
"
}
,
]
]
cryptography
=
[
cryptography
=
[
{file
=
"cryptography-35.0.0-cp36-abi3-macosx_10_10_x86_64.whl"
,
hash
=
"sha256:d57e0cdc1b44b6cdf8af1d01807db06886f10177469312fbde8f44ccbb284bc9"
}
,
{file
=
"cryptography-36.0.0-cp36-abi3-macosx_10_10_universal2.whl"
,
hash
=
"sha256:9511416e85e449fe1de73f7f99b21b3aa04fba4c4d335d30c486ba3756e3a2a6"
}
,
{file
=
"cryptography-35.0.0-cp36-abi3-macosx_11_0_arm64.whl"
,
hash
=
"sha256:ced40344e811d6abba00295ced98c01aecf0c2de39481792d87af4fa58b7b4d6"
}
,
{file
=
"cryptography-36.0.0-cp36-abi3-macosx_10_10_x86_64.whl"
,
hash
=
"sha256:97199a13b772e74cdcdb03760c32109c808aff7cd49c29e9cf4b7754bb725d1d"
}
,
{file
=
"cryptography-35.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:54b2605e5475944e2213258e0ab8696f4f357a31371e538ef21e8d61c843c28d"
}
,
{file
=
"cryptography-36.0.0-cp36-abi3-macosx_11_0_arm64.whl"
,
hash
=
"sha256:494106e9cd945c2cadfce5374fa44c94cfadf01d4566a3b13bb487d2e6c7959e"
}
,
{file
=
"cryptography-35.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl"
,
hash
=
"sha256:7b7ceeff114c31f285528ba8b390d3e9cfa2da17b56f11d366769a807f17cbaa"
}
,
{file
=
"cryptography-36.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:6fbbbb8aab4053fa018984bb0e95a16faeb051dd8cca15add2a27e267ba02b58"
}
,
{file
=
"cryptography-35.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:2d69645f535f4b2c722cfb07a8eab916265545b3475fdb34e0be2f4ee8b0b15e"
}
,
{file
=
"cryptography-36.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl"
,
hash
=
"sha256:684993ff6f67000a56454b41bdc7e015429732d65a52d06385b6e9de6181c71e"
}
,
{file
=
"cryptography-35.0.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:4a2d0e0acc20ede0f06ef7aa58546eee96d2592c00f450c9acb89c5879b61992"
}
,
{file
=
"cryptography-36.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:4c702855cd3174666ef0d2d13dcc879090aa9c6c38f5578896407a7028f75b9f"
}
,
{file
=
"cryptography-35.0.0-cp36-abi3-manylinux_2_24_x86_64.whl"
,
hash
=
"sha256:07bb7fbfb5de0980590ddfc7f13081520def06dc9ed214000ad4372fb4e3c7f6"
}
,
{file
=
"cryptography-36.0.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:d91bc9f535599bed58f6d2e21a2724cb0c3895bf41c6403fe881391d29096f1d"
}
,
{file
=
"cryptography-35.0.0-cp36-abi3-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:7eba2cebca600a7806b893cb1d541a6e910afa87e97acf2021a22b32da1df52d"
}
,
{file
=
"cryptography-36.0.0-cp36-abi3-manylinux_2_24_x86_64.whl"
,
hash
=
"sha256:b17d83b3d1610e571fedac21b2eb36b816654d6f7496004d6a0d32f99d1d8120"
}
,
{file
=
"cryptography-35.0.0-cp36-abi3-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:18d90f4711bf63e2fb21e8c8e51ed8189438e6b35a6d996201ebd98a26abbbe6"
}
,
{file
=
"cryptography-36.0.0-cp36-abi3-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:8982c19bb90a4fa2aad3d635c6d71814e38b643649b4000a8419f8691f20ac44"
}
,
{file
=
"cryptography-35.0.0-cp36-abi3-win32.whl"
,
hash
=
"sha256:c10c797ac89c746e488d2ee92bd4abd593615694ee17b2500578b63cad6b93a8"
}
,
{file
=
"cryptography-36.0.0-cp36-abi3-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:24469d9d33217ffd0ce4582dfcf2a76671af115663a95328f63c99ec7ece61a4"
}
,
{file
=
"cryptography-35.0.0-cp36-abi3-win_amd64.whl"
,
hash
=
"sha256:7075b304cd567694dc692ffc9747f3e9cb393cc4aa4fb7b9f3abd6f5c4e43588"
}
,
{file
=
"cryptography-36.0.0-cp36-abi3-win32.whl"
,
hash
=
"sha256:f6a5a85beb33e57998dc605b9dbe7deaa806385fdf5c4810fb849fcd04640c81"
}
,
{file
=
"cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:a688ebcd08250eab5bb5bca318cc05a8c66de5e4171a65ca51db6bd753ff8953"
}
,
{file
=
"cryptography-36.0.0-cp36-abi3-win_amd64.whl"
,
hash
=
"sha256:2deab5ec05d83ddcf9b0916319674d3dae88b0e7ee18f8962642d3cde0496568"
}
,
{file
=
"cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:d99915d6ab265c22873f1b4d6ea5ef462ef797b4140be4c9d8b179915e0985c6"
}
,
{file
=
"cryptography-36.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:2049f8b87f449fc6190350de443ee0c1dd631f2ce4fa99efad2984de81031681"
}
,
{file
=
"cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_24_x86_64.whl"
,
hash
=
"sha256:928185a6d1ccdb816e883f56ebe92e975a262d31cc536429041921f8cb5a62fd"
}
,
{file
=
"cryptography-36.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:a776bae1629c8d7198396fd93ec0265f8dd2341c553dc32b976168aaf0e6a636"
}
,
{file
=
"cryptography-35.0.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl"
,
hash
=
"sha256:ebeddd119f526bcf323a89f853afb12e225902a24d29b55fe18dd6fcb2838a76"
}
,
{file
=
"cryptography-36.0.0-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl"
,
hash
=
"sha256:aa94d617a4cd4cdf4af9b5af65100c036bce22280ebb15d8b5262e8273ebc6ba"
}
,
{file
=
"cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:22a38e96118a4ce3b97509443feace1d1011d0571fae81fc3ad35f25ba3ea999"
}
,
{file
=
"cryptography-36.0.0-pp38-pypy38_pp73-macosx_10_10_x86_64.whl"
,
hash
=
"sha256:5c49c9e8fb26a567a2b3fa0343c89f5d325447956cc2fc7231c943b29a973712"
}
,
{file
=
"cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:eb80e8a1f91e4b7ef8b33041591e6d89b2b8e122d787e87eeb2b08da71bb16ad"
}
,
{file
=
"cryptography-36.0.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:ef216d13ac8d24d9cd851776662f75f8d29c9f2d05cdcc2d34a18d32463a9b0b"
}
,
{file
=
"cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl"
,
hash
=
"sha256:abb5a361d2585bb95012a19ed9b2c8f412c5d723a9836418fab7aaa0243e67d2"
}
,
{file
=
"cryptography-36.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:231c4a69b11f6af79c1495a0e5a85909686ea8db946935224b7825cfb53827ed"
}
,
{file
=
"cryptography-35.0.0-pp37-pypy37_pp73-win_amd64.whl"
,
hash
=
"sha256:1ed82abf16df40a60942a8c211251ae72858b25b7421ce2497c2eb7a1cee817c"
}
,
{file
=
"cryptography-36.0.0-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl"
,
hash
=
"sha256:f92556f94e476c1b616e6daec5f7ddded2c082efa7cee7f31c7aeda615906ed8"
}
,
{file
=
"cryptography-35.0.0.tar.gz"
,
hash
=
"sha256:9933f28f70d0517686bd7de36166dda42094eac49415459d9bdf5e7df3e0086d"
}
,
{file
=
"cryptography-36.0.0-pp38-pypy38_pp73-win_amd64.whl"
,
hash
=
"sha256:d73e3a96c38173e0aa5646c31bf8473bc3564837977dd480f5cbeacf1d7ef3a3"
}
,
{file
=
"cryptography-36.0.0.tar.gz"
,
hash
=
"sha256:52f769ecb4ef39865719aedc67b4b7eae167bafa48dbc2a26dd36fa56460507f"
}
,
]
]
curlylint
=
[
curlylint
=
[
{file
=
"curlylint-0.13.0-py3-none-any.whl"
,
hash
=
"sha256:63e5fc98f99c7b0eab0c4e3390356ad569b7bb3eecb6da115e6cb9ee98eb738f"
}
,
{file
=
"curlylint-0.13.0-py3-none-any.whl"
,
hash
=
"sha256:63e5fc98f99c7b0eab0c4e3390356ad569b7bb3eecb6da115e6cb9ee98eb738f"
}
,
...
@@ -3007,8 +3125,8 @@ django-celery-results = [
...
@@ -3007,8 +3125,8 @@ django-celery-results = [
{file
=
"django_celery_results-2.2.0.tar.gz"
,
hash
=
"sha256:cc0285090a306f97f1d4b7929ed98af0475bf6db2568976b3387de4fbe812edc"
}
,
{file
=
"django_celery_results-2.2.0.tar.gz"
,
hash
=
"sha256:cc0285090a306f97f1d4b7929ed98af0475bf6db2568976b3387de4fbe812edc"
}
,
]
]
django-ckeditor
=
[
django-ckeditor
=
[
{file
=
"django-ckeditor-6.
1
.0.tar.gz"
,
hash
=
"sha256:
f0d108f67a81a04e26d8de11255fe314f51026eaf8eb0534a807512ae3c21620
"
}
,
{file
=
"django-ckeditor-6.
2
.0.tar.gz"
,
hash
=
"sha256:
df64dc9e62790ef824f609605d31be847bdbce1cc7aa94e49bd5ca60d7aa79bb
"
}
,
{file
=
"django_ckeditor-6.
1
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
346b26b9d60dc8a88524d0eaaf406f4e91a4b3c22d208ae87aa032bf500b251c
"
}
,
{file
=
"django_ckeditor-6.
2
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
9f66420907e41f5b4e698fa5671a00a86995776735f2c4696174aed4640fcbd8
"
}
,
]
]
django-cleanup
=
[
django-cleanup
=
[
{file
=
"django-cleanup-5.2.0.tar.gz"
,
hash
=
"sha256:909d10ff574f5ce1a40fa63bd5c94c9ed866fd7ae770994c46cdf66c3db3e846"
}
,
{file
=
"django-cleanup-5.2.0.tar.gz"
,
hash
=
"sha256:909d10ff574f5ce1a40fa63bd5c94c9ed866fd7ae770994c46cdf66c3db3e846"
}
,
...
@@ -3108,8 +3226,8 @@ django-phonenumber-field = [
...
@@ -3108,8 +3226,8 @@ django-phonenumber-field = [
{file
=
"django_phonenumber_field-5.2.0-py3-none-any.whl"
,
hash
=
"sha256:5547fb2b2cc690a306ba77a5038419afc8fa8298a486fb7895008e9067cc7e75"
}
,
{file
=
"django_phonenumber_field-5.2.0-py3-none-any.whl"
,
hash
=
"sha256:5547fb2b2cc690a306ba77a5038419afc8fa8298a486fb7895008e9067cc7e75"
}
,
]
]
django-polymorphic
=
[
django-polymorphic
=
[
{file
=
"django-polymorphic-3.
0
.0.tar.gz"
,
hash
=
"sha256:
9d886f19f031d26bb1391c055ed9be06fb226a04a4cec1842b372c58873b3caa
"
}
,
{file
=
"django-polymorphic-3.
1
.0.tar.gz"
,
hash
=
"sha256:
d6955b5308bf6e41dcb22ba7c96f00b51dfa497a8a5ab1e9c06c7951bf417bf8
"
}
,
{file
=
"django_polymorphic-3.
0
.0-
py2.
py3-none-any.whl"
,
hash
=
"sha256:
73b75eb44ea302bd32820f8661e469509d245ce7f7ff09cd2ad149e5c42034ff
"
}
,
{file
=
"django_polymorphic-3.
1
.0-py3-none-any.whl"
,
hash
=
"sha256:
08bc4f4f4a773a19b2deced5a56deddd1ef56ebd15207bf4052e2901c25ef57e
"
}
,
]
]
django-prometheus
=
[
django-prometheus
=
[
{file
=
"django-prometheus-2.1.0.tar.gz"
,
hash
=
"sha256:dd3f8da1399140fbef5c00d1526a23d1ade286b144281c325f8e409a781643f2"
}
,
{file
=
"django-prometheus-2.1.0.tar.gz"
,
hash
=
"sha256:dd3f8da1399140fbef5c00d1526a23d1ade286b144281c325f8e409a781643f2"
}
,
...
@@ -3194,8 +3312,8 @@ dynaconf = [
...
@@ -3194,8 +3312,8 @@ dynaconf = [
{file
=
"dynaconf-3.1.7.tar.gz"
,
hash
=
"sha256:e9d80b46ba4d9372f2f40c812594c963f74178140c0b596e57f2881001fc4d35"
}
,
{file
=
"dynaconf-3.1.7.tar.gz"
,
hash
=
"sha256:e9d80b46ba4d9372f2f40c812594c963f74178140c0b596e57f2881001fc4d35"
}
,
]
]
flake8
=
[
flake8
=
[
{file
=
"flake8-
3.9.2
-py2.py3-none-any.whl"
,
hash
=
"sha256:
bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907
"
}
,
{file
=
"flake8-
4.0.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d
"
}
,
{file
=
"flake8-
3.9.2
.tar.gz"
,
hash
=
"sha256:
07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b
"
}
,
{file
=
"flake8-
4.0.1
.tar.gz"
,
hash
=
"sha256:
806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d
"
}
,
]
]
flake8-bandit
=
[
flake8-bandit
=
[
{file
=
"flake8_bandit-2.1.2.tar.gz"
,
hash
=
"sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"
}
,
{file
=
"flake8_bandit-2.1.2.tar.gz"
,
hash
=
"sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"
}
,
...
@@ -3209,8 +3327,8 @@ flake8-builtins = [
...
@@ -3209,8 +3327,8 @@ flake8-builtins = [
{file
=
"flake8_builtins-1.5.3-py2.py3-none-any.whl"
,
hash
=
"sha256:7706babee43879320376861897e5d1468e396a40b8918ed7bccf70e5f90b8687"
}
,
{file
=
"flake8_builtins-1.5.3-py2.py3-none-any.whl"
,
hash
=
"sha256:7706babee43879320376861897e5d1468e396a40b8918ed7bccf70e5f90b8687"
}
,
]
]
flake8-django
=
[
flake8-django
=
[
{file
=
"flake8-django-1.1.
2
.tar.gz"
,
hash
=
"sha256:b4
314abb5bacda450d2eae564a0604447111b1b98188e46bca41682ad2ab59d6
"
}
,
{file
=
"flake8-django-1.1.
1
.tar.gz"
,
hash
=
"sha256:
f
b4
e8f669d3cf44297bb6e1c5d0a358ab0aba373cd4c69268cf2798de6bcbd9b
"
}
,
{file
=
"flake8_django-1.1.
2
-py3-none-any.whl"
,
hash
=
"sha256:
f8bfdbe8352c2c5f3788c2a2f6652dd2604af24af07a5aa112206d63ae228fdc
"
}
,
{file
=
"flake8_django-1.1.
1
-py3-none-any.whl"
,
hash
=
"sha256:
c71da0e61b6119dae91cbffdbdb00f1d6ebe3f5d0c43f5bf136929997ab0b72d
"
}
,
]
]
flake8-docstrings
=
[
flake8-docstrings
=
[
{file
=
"flake8-docstrings-1.6.0.tar.gz"
,
hash
=
"sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"
}
,
{file
=
"flake8-docstrings-1.6.0.tar.gz"
,
hash
=
"sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"
}
,
...
@@ -3248,6 +3366,10 @@ gitpython = [
...
@@ -3248,6 +3366,10 @@ gitpython = [
{file
=
"GitPython-3.1.24-py3-none-any.whl"
,
hash
=
"sha256:dc0a7f2f697657acc8d7f89033e8b1ea94dd90356b2983bca89dc8d2ab3cc647"
}
,
{file
=
"GitPython-3.1.24-py3-none-any.whl"
,
hash
=
"sha256:dc0a7f2f697657acc8d7f89033e8b1ea94dd90356b2983bca89dc8d2ab3cc647"
}
,
{file
=
"GitPython-3.1.24.tar.gz"
,
hash
=
"sha256:df83fdf5e684fef7c6ee2c02fc68a5ceb7e7e759d08b694088d0cacb4eba59e5"
}
,
{file
=
"GitPython-3.1.24.tar.gz"
,
hash
=
"sha256:df83fdf5e684fef7c6ee2c02fc68a5ceb7e7e759d08b694088d0cacb4eba59e5"
}
,
]
]
h11
=
[
{file
=
"h11-0.12.0-py3-none-any.whl"
,
hash
=
"sha256:36a3cb8c0a032f56e2da7084577878a035d3b61d104230d4bd49c0c6b555a9c6"
}
,
{file
=
"h11-0.12.0.tar.gz"
,
hash
=
"sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042"
}
,
]
haystack-redis
=
[
haystack-redis
=
[
{file
=
"haystack-redis-0.0.1.tar.gz"
,
hash
=
"sha256:ccfea88bdc1387c9f7f6f19e9bc062a3612039ef94cfd3e78cf59a96ddd269b2"
}
,
{file
=
"haystack-redis-0.0.1.tar.gz"
,
hash
=
"sha256:ccfea88bdc1387c9f7f6f19e9bc062a3612039ef94cfd3e78cf59a96ddd269b2"
}
,
{file
=
"haystack_redis-0.0.1-py3-none-any.whl"
,
hash
=
"sha256:4fdeee5a9d8daadb1fed4584fd2ffbb25b1ed2315dacb97b53093756d6b54467"
}
,
{file
=
"haystack_redis-0.0.1-py3-none-any.whl"
,
hash
=
"sha256:4fdeee5a9d8daadb1fed4584fd2ffbb25b1ed2315dacb97b53093756d6b54467"
}
,
...
@@ -3269,16 +3391,16 @@ iniconfig = [
...
@@ -3269,16 +3391,16 @@ iniconfig = [
{file
=
"iniconfig-1.1.1.tar.gz"
,
hash
=
"sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"
}
,
{file
=
"iniconfig-1.1.1.tar.gz"
,
hash
=
"sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"
}
,
]
]
ipython
=
[
ipython
=
[
{file
=
"ipython-7.
29
.0-py3-none-any.whl"
,
hash
=
"sha256:
a658beaf856ce46bc453366d5dc6b2ddc6c481efd3540cb28aa3943819caac9f
"
}
,
{file
=
"ipython-7.
30
.0-py3-none-any.whl"
,
hash
=
"sha256:
c8f3e07aefb9cf9e067f39686f035ce09b27a1ee602116a3030b91b6fc138ee4
"
}
,
{file
=
"ipython-7.
29
.0.tar.gz"
,
hash
=
"sha256:
4f69d7423a5a1972f6347ff233e38bbf4df6a150ef20fbb00c635442ac3060aa
"
}
,
{file
=
"ipython-7.
30
.0.tar.gz"
,
hash
=
"sha256:
d41f8e80b99690122400f9b2069b12f670246a1b4cc5d332bd6c4e2500e6d6fb
"
}
,
]
]
isort
=
[
isort
=
[
{file
=
"isort-5.10.1-py3-none-any.whl"
,
hash
=
"sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"
}
,
{file
=
"isort-5.10.1-py3-none-any.whl"
,
hash
=
"sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"
}
,
{file
=
"isort-5.10.1.tar.gz"
,
hash
=
"sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"
}
,
{file
=
"isort-5.10.1.tar.gz"
,
hash
=
"sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"
}
,
]
]
jedi
=
[
jedi
=
[
{file
=
"jedi-0.18.
0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
18456d83f65f400ab0c2d3319e48520420ef43b23a086fdc05dff34132f0fb93
"
}
,
{file
=
"jedi-0.18.
1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d
"
}
,
{file
=
"jedi-0.18.
0
.tar.gz"
,
hash
=
"sha256:
92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707
"
}
,
{file
=
"jedi-0.18.
1
.tar.gz"
,
hash
=
"sha256:
74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab
"
}
,
]
]
jinja2
=
[
jinja2
=
[
{file
=
"Jinja2-3.0.3-py3-none-any.whl"
,
hash
=
"sha256:077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8"
}
,
{file
=
"Jinja2-3.0.3-py3-none-any.whl"
,
hash
=
"sha256:077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8"
}
,
...
@@ -3293,8 +3415,8 @@ jwcrypto = [
...
@@ -3293,8 +3415,8 @@ jwcrypto = [
{file
=
"jwcrypto-1.0.tar.gz"
,
hash
=
"sha256:f88816eb0a41b8f006af978ced5f171f33782525006cdb055b536a40f4d46ac9"
}
,
{file
=
"jwcrypto-1.0.tar.gz"
,
hash
=
"sha256:f88816eb0a41b8f006af978ced5f171f33782525006cdb055b536a40f4d46ac9"
}
,
]
]
kombu
=
[
kombu
=
[
{file
=
"kombu-5.2.
1
-py3-none-any.whl"
,
hash
=
"sha256:
31bd287191bf56b1addba54a28eced8d6b6b5ba57ad184f48b065578f73c8e33
"
}
,
{file
=
"kombu-5.2.
2
-py3-none-any.whl"
,
hash
=
"sha256:
d36f0cde6a18d9eb7b6b3aa62a59bfdff7f5724689850e447eca5be8efc9d501
"
}
,
{file
=
"kombu-5.2.
1
.tar.gz"
,
hash
=
"sha256:
f262a2adc71b53e5b7dad4933bbdee65d8766ca4df6a9043b13edaad2144aaec
"
}
,
{file
=
"kombu-5.2.
2
.tar.gz"
,
hash
=
"sha256:
0f5d0763fb916808f617b886697b2be28e6bc35026f08e679697fc814b48a608
"
}
,
]
]
libsass
=
[
libsass
=
[
{file
=
"libsass-0.21.0-cp27-cp27m-macosx_10_14_x86_64.whl"
,
hash
=
"sha256:06c8776417fe930714bdc930a3d7e795ae3d72be6ac883ff72a1b8f7c49e5ffb"
}
,
{file
=
"libsass-0.21.0-cp27-cp27m-macosx_10_14_x86_64.whl"
,
hash
=
"sha256:06c8776417fe930714bdc930a3d7e795ae3d72be6ac883ff72a1b8f7c49e5ffb"
}
,
...
@@ -3317,9 +3439,6 @@ markupsafe = [
...
@@ -3317,9 +3439,6 @@ markupsafe = [
{file
=
"MarkupSafe-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:2d7d807855b419fc2ed3e631034685db6079889a1f01d5d9dac950f764da3dad"
}
,
{file
=
"MarkupSafe-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:2d7d807855b419fc2ed3e631034685db6079889a1f01d5d9dac950f764da3dad"
}
,
{file
=
"MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:add36cb2dbb8b736611303cd3bfcee00afd96471b09cda130da3581cbdc56a6d"
}
,
{file
=
"MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:add36cb2dbb8b736611303cd3bfcee00afd96471b09cda130da3581cbdc56a6d"
}
,
{file
=
"MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:168cd0a3642de83558a5153c8bd34f175a9a6e7f6dc6384b9655d2697312a646"
}
,
{file
=
"MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:168cd0a3642de83558a5153c8bd34f175a9a6e7f6dc6384b9655d2697312a646"
}
,
{file
=
"MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:4dc8f9fb58f7364b63fd9f85013b780ef83c11857ae79f2feda41e270468dd9b"
}
,
{file
=
"MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_i686.whl"
,
hash
=
"sha256:20dca64a3ef2d6e4d5d615a3fd418ad3bde77a47ec8a23d984a12b5b4c74491a"
}
,
{file
=
"MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:cdfba22ea2f0029c9261a4bd07e830a8da012291fbe44dc794e488b6c9bb353a"
}
,
{file
=
"MarkupSafe-2.0.1-cp310-cp310-win32.whl"
,
hash
=
"sha256:99df47edb6bda1249d3e80fdabb1dab8c08ef3975f69aed437cb69d0a5de1e28"
}
,
{file
=
"MarkupSafe-2.0.1-cp310-cp310-win32.whl"
,
hash
=
"sha256:99df47edb6bda1249d3e80fdabb1dab8c08ef3975f69aed437cb69d0a5de1e28"
}
,
{file
=
"MarkupSafe-2.0.1-cp310-cp310-win_amd64.whl"
,
hash
=
"sha256:e0f138900af21926a02425cf736db95be9f4af72ba1bb21453432a07f6082134"
}
,
{file
=
"MarkupSafe-2.0.1-cp310-cp310-win_amd64.whl"
,
hash
=
"sha256:e0f138900af21926a02425cf736db95be9f4af72ba1bb21453432a07f6082134"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:f9081981fe268bd86831e5c75f7de206ef275defcb82bc70740ae6dc507aee51"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:f9081981fe268bd86831e5c75f7de206ef275defcb82bc70740ae6dc507aee51"
}
,
...
@@ -3331,9 +3450,6 @@ markupsafe = [
...
@@ -3331,9 +3450,6 @@ markupsafe = [
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:bf5d821ffabf0ef3533c39c518f3357b171a1651c1ff6827325e4489b0e46c3c"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:bf5d821ffabf0ef3533c39c518f3357b171a1651c1ff6827325e4489b0e46c3c"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:0d4b31cc67ab36e3392bbf3862cfbadac3db12bdd8b02a2731f509ed5b829724"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:0d4b31cc67ab36e3392bbf3862cfbadac3db12bdd8b02a2731f509ed5b829724"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:baa1a4e8f868845af802979fcdbf0bb11f94f1cb7ced4c4b8a351bb60d108145"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:baa1a4e8f868845af802979fcdbf0bb11f94f1cb7ced4c4b8a351bb60d108145"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:deb993cacb280823246a026e3b2d81c493c53de6acfd5e6bfe31ab3402bb37dd"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_i686.whl"
,
hash
=
"sha256:63f3268ba69ace99cab4e3e3b5840b03340efed0948ab8f78d2fd87ee5442a4f"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:8d206346619592c6200148b01a2142798c989edcb9c896f9ac9722a99d4e77e6"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-win32.whl"
,
hash
=
"sha256:6c4ca60fa24e85fe25b912b01e62cb969d69a23a5d5867682dd3e80b5b02581d"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-win32.whl"
,
hash
=
"sha256:6c4ca60fa24e85fe25b912b01e62cb969d69a23a5d5867682dd3e80b5b02581d"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:b2f4bf27480f5e5e8ce285a8c8fd176c0b03e93dcc6646477d4630e83440c6a9"
}
,
{file
=
"MarkupSafe-2.0.1-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:b2f4bf27480f5e5e8ce285a8c8fd176c0b03e93dcc6646477d4630e83440c6a9"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:0717a7390a68be14b8c793ba258e075c6f4ca819f15edfc2a3a027c823718567"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:0717a7390a68be14b8c793ba258e075c6f4ca819f15edfc2a3a027c823718567"
}
,
...
@@ -3345,9 +3461,6 @@ markupsafe = [
...
@@ -3345,9 +3461,6 @@ markupsafe = [
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:e9936f0b261d4df76ad22f8fee3ae83b60d7c3e871292cd42f40b81b70afae85"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:e9936f0b261d4df76ad22f8fee3ae83b60d7c3e871292cd42f40b81b70afae85"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:2a7d351cbd8cfeb19ca00de495e224dea7e7d919659c2841bbb7f420ad03e2d6"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:2a7d351cbd8cfeb19ca00de495e224dea7e7d919659c2841bbb7f420ad03e2d6"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:60bf42e36abfaf9aff1f50f52644b336d4f0a3fd6d8a60ca0d054ac9f713a864"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:60bf42e36abfaf9aff1f50f52644b336d4f0a3fd6d8a60ca0d054ac9f713a864"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:d6c7ebd4e944c85e2c3421e612a7057a2f48d478d79e61800d81468a8d842207"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_i686.whl"
,
hash
=
"sha256:f0567c4dc99f264f49fe27da5f735f414c4e7e7dd850cfd8e69f0862d7c74ea9"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:89c687013cb1cd489a0f0ac24febe8c7a666e6e221b783e53ac50ebf68e45d86"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-win32.whl"
,
hash
=
"sha256:a30e67a65b53ea0a5e62fe23682cfe22712e01f453b95233b25502f7c61cb415"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-win32.whl"
,
hash
=
"sha256:a30e67a65b53ea0a5e62fe23682cfe22712e01f453b95233b25502f7c61cb415"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:611d1ad9a4288cf3e3c16014564df047fe08410e628f89805e475368bd304914"
}
,
{file
=
"MarkupSafe-2.0.1-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:611d1ad9a4288cf3e3c16014564df047fe08410e628f89805e475368bd304914"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_universal2.whl"
,
hash
=
"sha256:5bb28c636d87e840583ee3adeb78172efc47c8b26127267f54a9c0ec251d41a9"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_universal2.whl"
,
hash
=
"sha256:5bb28c636d87e840583ee3adeb78172efc47c8b26127267f54a9c0ec251d41a9"
}
,
...
@@ -3360,9 +3473,6 @@ markupsafe = [
...
@@ -3360,9 +3473,6 @@ markupsafe = [
{file
=
"MarkupSafe-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:6fcf051089389abe060c9cd7caa212c707e58153afa2c649f00346ce6d260f1b"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:6fcf051089389abe060c9cd7caa212c707e58153afa2c649f00346ce6d260f1b"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:5855f8438a7d1d458206a2466bf82b0f104a3724bf96a1c781ab731e4201731a"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:5855f8438a7d1d458206a2466bf82b0f104a3724bf96a1c781ab731e4201731a"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:3dd007d54ee88b46be476e293f48c85048603f5f516008bee124ddd891398ed6"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:3dd007d54ee88b46be476e293f48c85048603f5f516008bee124ddd891398ed6"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:aca6377c0cb8a8253e493c6b451565ac77e98c2951c45f913e0b52facdcff83f"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_i686.whl"
,
hash
=
"sha256:04635854b943835a6ea959e948d19dcd311762c5c0c6e1f0e16ee57022669194"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:6300b8454aa6930a24b9618fbb54b5a68135092bc666f7b06901f897fa5c2fee"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-win32.whl"
,
hash
=
"sha256:023cb26ec21ece8dc3907c0e8320058b2e0cb3c55cf9564da612bc325bed5e64"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-win32.whl"
,
hash
=
"sha256:023cb26ec21ece8dc3907c0e8320058b2e0cb3c55cf9564da612bc325bed5e64"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:984d76483eb32f1bcb536dc27e4ad56bba4baa70be32fa87152832cdd9db0833"
}
,
{file
=
"MarkupSafe-2.0.1-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:984d76483eb32f1bcb536dc27e4ad56bba4baa70be32fa87152832cdd9db0833"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_universal2.whl"
,
hash
=
"sha256:2ef54abee730b502252bcdf31b10dacb0a416229b72c18b19e24a4509f273d26"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_universal2.whl"
,
hash
=
"sha256:2ef54abee730b502252bcdf31b10dacb0a416229b72c18b19e24a4509f273d26"
}
,
...
@@ -3375,9 +3485,6 @@ markupsafe = [
...
@@ -3375,9 +3485,6 @@ markupsafe = [
{file
=
"MarkupSafe-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:c47adbc92fc1bb2b3274c4b3a43ae0e4573d9fbff4f54cd484555edbf030baf1"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:c47adbc92fc1bb2b3274c4b3a43ae0e4573d9fbff4f54cd484555edbf030baf1"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:37205cac2a79194e3750b0af2a5720d95f786a55ce7df90c3af697bfa100eaac"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:37205cac2a79194e3750b0af2a5720d95f786a55ce7df90c3af697bfa100eaac"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:1f2ade76b9903f39aa442b4aadd2177decb66525062db244b35d71d0ee8599b6"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:1f2ade76b9903f39aa442b4aadd2177decb66525062db244b35d71d0ee8599b6"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:4296f2b1ce8c86a6aea78613c34bb1a672ea0e3de9c6ba08a960efe0b0a09047"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_i686.whl"
,
hash
=
"sha256:9f02365d4e99430a12647f09b6cc8bab61a6564363f313126f775eb4f6ef798e"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:5b6d930f030f8ed98e3e6c98ffa0652bdb82601e7a016ec2ab5d7ff23baa78d1"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-win32.whl"
,
hash
=
"sha256:10f82115e21dc0dfec9ab5c0223652f7197feb168c940f3ef61563fc2d6beb74"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-win32.whl"
,
hash
=
"sha256:10f82115e21dc0dfec9ab5c0223652f7197feb168c940f3ef61563fc2d6beb74"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:693ce3f9e70a6cf7d2fb9e6c9d8b204b6b39897a2c4a1aa65728d5ac97dcc1d8"
}
,
{file
=
"MarkupSafe-2.0.1-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:693ce3f9e70a6cf7d2fb9e6c9d8b204b6b39897a2c4a1aa65728d5ac97dcc1d8"
}
,
{file
=
"MarkupSafe-2.0.1.tar.gz"
,
hash
=
"sha256:594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a"
}
,
{file
=
"MarkupSafe-2.0.1.tar.gz"
,
hash
=
"sha256:594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a"
}
,
...
@@ -3423,9 +3530,13 @@ oauthlib = [
...
@@ -3423,9 +3530,13 @@ oauthlib = [
{file
=
"oauthlib-3.1.1-py2.py3-none-any.whl"
,
hash
=
"sha256:42bf6354c2ed8c6acb54d971fce6f88193d97297e18602a3a886603f9d7730cc"
}
,
{file
=
"oauthlib-3.1.1-py2.py3-none-any.whl"
,
hash
=
"sha256:42bf6354c2ed8c6acb54d971fce6f88193d97297e18602a3a886603f9d7730cc"
}
,
{file
=
"oauthlib-3.1.1.tar.gz"
,
hash
=
"sha256:8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3"
}
,
{file
=
"oauthlib-3.1.1.tar.gz"
,
hash
=
"sha256:8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3"
}
,
]
]
outcome
=
[
{file
=
"outcome-1.1.0-py2.py3-none-any.whl"
,
hash
=
"sha256:c7dd9375cfd3c12db9801d080a3b63d4b0a261aa996c4c13152380587288d958"
}
,
{file
=
"outcome-1.1.0.tar.gz"
,
hash
=
"sha256:e862f01d4e626e63e8f92c38d1f8d5546d3f9cce989263c521b2e7990d186967"
}
,
]
packaging
=
[
packaging
=
[
{file
=
"packaging-21.
2
-py3-none-any.whl"
,
hash
=
"sha256:
14317396d1e8cdb122989b916fa2c7e9ca8e2be9e8060a6eff75b6b7b4d8a7e0
"
}
,
{file
=
"packaging-21.
3
-py3-none-any.whl"
,
hash
=
"sha256:
ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522
"
}
,
{file
=
"packaging-21.
2
.tar.gz"
,
hash
=
"sha256:
096d689d78ca690e4cd8a89568ba06d07ca097e3306a4381635073ca91479966
"
}
,
{file
=
"packaging-21.
3
.tar.gz"
,
hash
=
"sha256:
dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb
"
}
,
]
]
parso
=
[
parso
=
[
{file
=
"parso-0.8.2-py2.py3-none-any.whl"
,
hash
=
"sha256:a8c4922db71e4fdb90e0d0bc6e50f9b273d3397925e5e60a717e719201778d22"
}
,
{file
=
"parso-0.8.2-py2.py3-none-any.whl"
,
hash
=
"sha256:a8c4922db71e4fdb90e0d0bc6e50f9b273d3397925e5e60a717e719201778d22"
}
,
...
@@ -3440,8 +3551,8 @@ pathspec = [
...
@@ -3440,8 +3551,8 @@ pathspec = [
{file
=
"pathspec-0.9.0.tar.gz"
,
hash
=
"sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"
}
,
{file
=
"pathspec-0.9.0.tar.gz"
,
hash
=
"sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"
}
,
]
]
pbr
=
[
pbr
=
[
{file
=
"pbr-5.
7
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
60002958e459b195e8dbe61bf22bcf344eedf1b4e03a321a5414feb15566100c
"
}
,
{file
=
"pbr-5.
8
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
176e8560eaf61e127817ef93d8a844803abb27a4d4637f0ff3bb783129be2e0a
"
}
,
{file
=
"pbr-5.
7
.0.tar.gz"
,
hash
=
"sha256:
4651ca1445e80f2781827305de3d76b3ce53195f2227762684eb08f17bc473b7
"
}
,
{file
=
"pbr-5.
8
.0.tar.gz"
,
hash
=
"sha256:
672d8ebee84921862110f23fcec2acea191ef58543d34dfe9ef3d9f13c31cddf
"
}
,
]
]
persisting-theory
=
[
persisting-theory
=
[
{file
=
"persisting-theory-0.2.1.tar.gz"
,
hash
=
"sha256:00ff7dcc8f481ff75c770ca5797d968e8725b6df1f77fe0cf7d20fa1e5790c0a"
}
,
{file
=
"persisting-theory-0.2.1.tar.gz"
,
hash
=
"sha256:00ff7dcc8f481ff75c770ca5797d968e8725b6df1f77fe0cf7d20fa1e5790c0a"
}
,
...
@@ -3451,12 +3562,12 @@ pexpect = [
...
@@ -3451,12 +3562,12 @@ pexpect = [
{file
=
"pexpect-4.8.0.tar.gz"
,
hash
=
"sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"
}
,
{file
=
"pexpect-4.8.0.tar.gz"
,
hash
=
"sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"
}
,
]
]
pg8000
=
[
pg8000
=
[
{file
=
"pg8000-1.2
2.1
-py3-none-any.whl"
,
hash
=
"sha256:
fa95b112ba940e227b6de81bda1a16a653d4fdafa7d92baf5116236210417989
"
}
,
{file
=
"pg8000-1.2
3.0
-py3-none-any.whl"
,
hash
=
"sha256:
e339f09f676629c0806c8dcc6fdc89ca6dba817e20702448c5172e85d133419d
"
}
,
{file
=
"pg8000-1.2
2.1
.tar.gz"
,
hash
=
"sha256:
fd69ad5af2781e59608cb3f4d966b234d961c62f093edd3194ac45df65b8d1d4
"
}
,
{file
=
"pg8000-1.2
3.0
.tar.gz"
,
hash
=
"sha256:
a413e00141342813a2ca47e8b7b0549ff338cca02bc819076b6d70f12d755c79
"
}
,
]
]
phonenumbers
=
[
phonenumbers
=
[
{file
=
"phonenumbers-8.12.3
7
-py2.py3-none-any.whl"
,
hash
=
"sha256:
355956697047bc89efd89909373a0bdc50ac725c5613b2684a478d6b408a4010
"
}
,
{file
=
"phonenumbers-8.12.3
8
-py2.py3-none-any.whl"
,
hash
=
"sha256:
95c8a30157323a73a4f9207792e3ed69b626b4c74d8fc44064f25e7fb56cfc94
"
}
,
{file
=
"phonenumbers-8.12.3
7
.tar.gz"
,
hash
=
"sha256:
dbc560992844a059f56c7c0c6a587904e65d956740bbfb7e39589980bc9055b8
"
}
,
{file
=
"phonenumbers-8.12.3
8
.tar.gz"
,
hash
=
"sha256:
3cda1d1cea9a6801babf825e6c0f6a9776ea6d8a68b81b256178f8e5aa813344
"
}
,
]
]
pickleshare
=
[
pickleshare
=
[
{file
=
"pickleshare-0.7.5-py2.py3-none-any.whl"
,
hash
=
"sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"
}
,
{file
=
"pickleshare-0.7.5-py2.py3-none-any.whl"
,
hash
=
"sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"
}
,
...
@@ -3518,8 +3629,8 @@ prometheus-client = [
...
@@ -3518,8 +3629,8 @@ prometheus-client = [
{file
=
"prometheus_client-0.12.0.tar.gz"
,
hash
=
"sha256:1b12ba48cee33b9b0b9de64a1047cbd3c5f2d0ab6ebcead7ddda613a750ec3c5"
}
,
{file
=
"prometheus_client-0.12.0.tar.gz"
,
hash
=
"sha256:1b12ba48cee33b9b0b9de64a1047cbd3c5f2d0ab6ebcead7ddda613a750ec3c5"
}
,
]
]
prompt-toolkit
=
[
prompt-toolkit
=
[
{file
=
"prompt_toolkit-3.0.2
2
-py3-none-any.whl"
,
hash
=
"sha256:
48d85cdca8b6c4f16480c7ce03fd193666b62b0a21667ca56b4bb5ad679d1170
"
}
,
{file
=
"prompt_toolkit-3.0.2
3
-py3-none-any.whl"
,
hash
=
"sha256:
5f29d62cb7a0ecacfa3d8ceea05a63cd22500543472d64298fc06ddda906b25d
"
}
,
{file
=
"prompt_toolkit-3.0.2
2
.tar.gz"
,
hash
=
"sha256:
449f333dd120bd01f5d296a8ce1452114ba3a71fae7288d2f0ae2c918764fa72
"
}
,
{file
=
"prompt_toolkit-3.0.2
3
.tar.gz"
,
hash
=
"sha256:
7053aba00895473cb357819358ef33f11aa97e4ac83d38efb123e5649ceeecaf
"
}
,
]
]
psutil
=
[
psutil
=
[
{file
=
"psutil-5.8.0-cp27-cp27m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:0066a82f7b1b37d334e68697faba68e5ad5e858279fd6351c8ca6024e8d6ba64"
}
,
{file
=
"psutil-5.8.0-cp27-cp27m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:0066a82f7b1b37d334e68697faba68e5ad5e858279fd6351c8ca6024e8d6ba64"
}
,
...
@@ -3603,8 +3714,8 @@ pyasn1-modules = [
...
@@ -3603,8 +3714,8 @@ pyasn1-modules = [
{file
=
"pyasn1_modules-0.2.8-py3.7.egg"
,
hash
=
"sha256:c29a5e5cc7a3f05926aff34e097e84f8589cd790ce0ed41b67aed6857b26aafd"
}
,
{file
=
"pyasn1_modules-0.2.8-py3.7.egg"
,
hash
=
"sha256:c29a5e5cc7a3f05926aff34e097e84f8589cd790ce0ed41b67aed6857b26aafd"
}
,
]
]
pycodestyle
=
[
pycodestyle
=
[
{file
=
"pycodestyle-2.
7
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068
"
}
,
{file
=
"pycodestyle-2.
8
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20
"
}
,
{file
=
"pycodestyle-2.
7
.0.tar.gz"
,
hash
=
"sha256:
c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1ce
f"
}
,
{file
=
"pycodestyle-2.
8
.0.tar.gz"
,
hash
=
"sha256:
eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7
f"
}
,
]
]
pycparser
=
[
pycparser
=
[
{file
=
"pycparser-2.21-py2.py3-none-any.whl"
,
hash
=
"sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"
}
,
{file
=
"pycparser-2.21-py2.py3-none-any.whl"
,
hash
=
"sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"
}
,
...
@@ -3647,8 +3758,8 @@ pydocstyle = [
...
@@ -3647,8 +3758,8 @@ pydocstyle = [
{file
=
"pydocstyle-6.1.1.tar.gz"
,
hash
=
"sha256:1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc"
}
,
{file
=
"pydocstyle-6.1.1.tar.gz"
,
hash
=
"sha256:1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc"
}
,
]
]
pyflakes
=
[
pyflakes
=
[
{file
=
"pyflakes-2.
3.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3
"
}
,
{file
=
"pyflakes-2.
4.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
3bb3a3f256f4b7968c9c788781e4ff07dce46bdf12339dcda61053375426ee2e
"
}
,
{file
=
"pyflakes-2.
3.1
.tar.gz"
,
hash
=
"sha256:
f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db
"
}
,
{file
=
"pyflakes-2.
4.0
.tar.gz"
,
hash
=
"sha256:
05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c
"
}
,
]
]
pygments
=
[
pygments
=
[
{file
=
"Pygments-2.10.0-py3-none-any.whl"
,
hash
=
"sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380"
}
,
{file
=
"Pygments-2.10.0-py3-none-any.whl"
,
hash
=
"sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380"
}
,
...
@@ -3658,17 +3769,21 @@ pyjwt = [
...
@@ -3658,17 +3769,21 @@ pyjwt = [
{file
=
"PyJWT-2.3.0-py3-none-any.whl"
,
hash
=
"sha256:e0c4bb8d9f0af0c7f5b1ec4c5036309617d03d56932877f2f7a0beeb5318322f"
}
,
{file
=
"PyJWT-2.3.0-py3-none-any.whl"
,
hash
=
"sha256:e0c4bb8d9f0af0c7f5b1ec4c5036309617d03d56932877f2f7a0beeb5318322f"
}
,
{file
=
"PyJWT-2.3.0.tar.gz"
,
hash
=
"sha256:b888b4d56f06f6dcd777210c334e69c737be74755d3e5e9ee3fe67dc18a0ee41"
}
,
{file
=
"PyJWT-2.3.0.tar.gz"
,
hash
=
"sha256:b888b4d56f06f6dcd777210c334e69c737be74755d3e5e9ee3fe67dc18a0ee41"
}
,
]
]
pyopenssl
=
[
{file
=
"pyOpenSSL-21.0.0-py2.py3-none-any.whl"
,
hash
=
"sha256:8935bd4920ab9abfebb07c41a4f58296407ed77f04bd1a92914044b848ba1ed6"
}
,
{file
=
"pyOpenSSL-21.0.0.tar.gz"
,
hash
=
"sha256:5e2d8c5e46d0d865ae933bef5230090bdaf5506281e9eec60fa250ee80600cb3"
}
,
]
pyparsing
=
[
pyparsing
=
[
{file
=
"pyparsing-
2.4.7-py2.
py3-none-any.whl"
,
hash
=
"sha256:
ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b
"
}
,
{file
=
"pyparsing-
3.0.6-
py3-none-any.whl"
,
hash
=
"sha256:
04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4
"
}
,
{file
=
"pyparsing-
2.4.7
.tar.gz"
,
hash
=
"sha256:
c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc
1"
}
,
{file
=
"pyparsing-
3.0.6
.tar.gz"
,
hash
=
"sha256:
d9bdec0013ef1eb5a84ab39a3b3868911598afa494f5faa038647101504e2b8
1"
}
,
]
]
pytest
=
[
pytest
=
[
{file
=
"pytest-6.2.5-py3-none-any.whl"
,
hash
=
"sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"
}
,
{file
=
"pytest-6.2.5-py3-none-any.whl"
,
hash
=
"sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"
}
,
{file
=
"pytest-6.2.5.tar.gz"
,
hash
=
"sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"
}
,
{file
=
"pytest-6.2.5.tar.gz"
,
hash
=
"sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"
}
,
]
]
pytest-cov
=
[
pytest-cov
=
[
{file
=
"pytest-cov-
2.12.1
.tar.gz"
,
hash
=
"sha256:
261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7
"
}
,
{file
=
"pytest-cov-
3.0.0
.tar.gz"
,
hash
=
"sha256:
e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470
"
}
,
{file
=
"pytest_cov-
2.12.1-py2.
py3-none-any.whl"
,
hash
=
"sha256:
261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a
"
}
,
{file
=
"pytest_cov-
3.0.0-
py3-none-any.whl"
,
hash
=
"sha256:
578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6
"
}
,
]
]
pytest-django
=
[
pytest-django
=
[
{file
=
"pytest-django-4.4.0.tar.gz"
,
hash
=
"sha256:b5171e3798bf7e3fc5ea7072fe87324db67a4dd9f1192b037fed4cc3c1b7f455"
}
,
{file
=
"pytest-django-4.4.0.tar.gz"
,
hash
=
"sha256:b5171e3798bf7e3fc5ea7072fe87324db67a4dd9f1192b037fed4cc3c1b7f455"
}
,
...
@@ -3689,11 +3804,11 @@ python-dateutil = [
...
@@ -3689,11 +3804,11 @@ python-dateutil = [
{file
=
"python_dateutil-2.8.2-py2.py3-none-any.whl"
,
hash
=
"sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"
}
,
{file
=
"python_dateutil-2.8.2-py2.py3-none-any.whl"
,
hash
=
"sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"
}
,
]
]
python-gnupg
=
[
python-gnupg
=
[
{file
=
"python-gnupg-0.4.
7
.tar.gz"
,
hash
=
"sha256:
2061f56b1942c29b92727bf9aecbd3cea3893acc9cccbdc7eb4604285efe4ac
7"
}
,
{file
=
"python-gnupg-0.4.
8
.tar.gz"
,
hash
=
"sha256:
b64de1ae5cedf872b437201a566fa2c62ce0c95ea2e30177eb53aee1258507d
7"
}
,
{file
=
"python_gnupg-0.4.
7
-py2.py3-none-any.whl"
,
hash
=
"sha256:
3ff5b1bf5e397de6e1fe41a7c0f403dad4e242ac92b345f440eaecfb72a7ebae
"
}
,
{file
=
"python_gnupg-0.4.
8
-py2.py3-none-any.whl"
,
hash
=
"sha256:
93a521501d6c2785d96b190aec7125ba89c1c2fe708b0c98af3fb32b59026ab8
"
}
,
]
]
python-ldap
=
[
python-ldap
=
[
{file
=
"python-ldap-3.
3.1
.tar.gz"
,
hash
=
"sha256:
4711cacf013e298754abd70058ccc995758177fb425f1c2d30e71adfc1d00aa5
"
}
,
{file
=
"python-ldap-3.
4.0
.tar.gz"
,
hash
=
"sha256:
60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12
"
}
,
]
]
python3-openid
=
[
python3-openid
=
[
{file
=
"python3-openid-3.2.0.tar.gz"
,
hash
=
"sha256:33fbf6928f401e0b790151ed2b5290b02545e8775f982485205a066f874aaeaf"
}
,
{file
=
"python3-openid-3.2.0.tar.gz"
,
hash
=
"sha256:33fbf6928f401e0b790151ed2b5290b02545e8775f982485205a066f874aaeaf"
}
,
...
@@ -3852,12 +3967,11 @@ scramp = [
...
@@ -3852,12 +3967,11 @@ scramp = [
{file
=
"scramp-1.4.1.tar.gz"
,
hash
=
"sha256:f964801077be9be2a1416ffe255d2d78834b3d9d5c8ce5d28f76a856f209f70e"
}
,
{file
=
"scramp-1.4.1.tar.gz"
,
hash
=
"sha256:f964801077be9be2a1416ffe255d2d78834b3d9d5c8ce5d28f76a856f209f70e"
}
,
]
]
selenium
=
[
selenium
=
[
{file
=
"selenium-3.141.0-py2.py3-none-any.whl"
,
hash
=
"sha256:2d7131d7bc5a5b99a2d9b04aaf2612c411b03b8ca1b1ee8d3de5845a9be2cb3c"
}
,
{file
=
"selenium-4.1.0-py3-none-any.whl"
,
hash
=
"sha256:27e7b64df961d609f3d57237caa0df123abbbe22d038f2ec9e332fb90ec1a939"
}
,
{file
=
"selenium-3.141.0.tar.gz"
,
hash
=
"sha256:deaf32b60ad91a4611b98d8002757f29e6f2c2d5fcaf202e1c9ad06d6772300d"
}
,
]
]
sentry-sdk
=
[
sentry-sdk
=
[
{file
=
"sentry-sdk-1.
4.3
.tar.gz"
,
hash
=
"sha256:
b9844751e40710e84a457c5bc29b21c383ccb2b63d76eeaad72f7f1c808c882
8"
}
,
{file
=
"sentry-sdk-1.
5.0
.tar.gz"
,
hash
=
"sha256:
789a11a87ca02491896e121efdd64e8fd93327b69e8f2f7d42f03e2569648e8
8"
}
,
{file
=
"sentry_sdk-1.
4.3
-py2.py3-none-any.whl"
,
hash
=
"sha256:
c091cc7115ff25fe3a0e410dbecd7a996f81a3f6137d2272daef32d6c3cfa6dc
"
}
,
{file
=
"sentry_sdk-1.
5.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
0db297ab32e095705c20f742c3a5dac62fe15c4318681884053d0898e5abb2f6
"
}
,
]
]
six
=
[
six
=
[
{file
=
"six-1.16.0-py2.py3-none-any.whl"
,
hash
=
"sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
}
,
{file
=
"six-1.16.0-py2.py3-none-any.whl"
,
hash
=
"sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
}
,
...
@@ -3867,9 +3981,17 @@ smmap = [
...
@@ -3867,9 +3981,17 @@ smmap = [
{file
=
"smmap-5.0.0-py3-none-any.whl"
,
hash
=
"sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94"
}
,
{file
=
"smmap-5.0.0-py3-none-any.whl"
,
hash
=
"sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94"
}
,
{file
=
"smmap-5.0.0.tar.gz"
,
hash
=
"sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936"
}
,
{file
=
"smmap-5.0.0.tar.gz"
,
hash
=
"sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936"
}
,
]
]
sniffio
=
[
{file
=
"sniffio-1.2.0-py3-none-any.whl"
,
hash
=
"sha256:471b71698eac1c2112a40ce2752bb2f4a4814c22a54a3eed3676bc0f5ca9f663"
}
,
{file
=
"sniffio-1.2.0.tar.gz"
,
hash
=
"sha256:c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de"
}
,
]
snowballstemmer
=
[
snowballstemmer
=
[
{file
=
"snowballstemmer-2.1.0-py2.py3-none-any.whl"
,
hash
=
"sha256:b51b447bea85f9968c13b650126a888aabd4cb4463fca868ec596826325dedc2"
}
,
{file
=
"snowballstemmer-2.2.0-py2.py3-none-any.whl"
,
hash
=
"sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"
}
,
{file
=
"snowballstemmer-2.1.0.tar.gz"
,
hash
=
"sha256:e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914"
}
,
{file
=
"snowballstemmer-2.2.0.tar.gz"
,
hash
=
"sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"
}
,
]
sortedcontainers
=
[
{file
=
"sortedcontainers-2.4.0-py2.py3-none-any.whl"
,
hash
=
"sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0"
}
,
{file
=
"sortedcontainers-2.4.0.tar.gz"
,
hash
=
"sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88"
}
,
]
]
soupsieve
=
[
soupsieve
=
[
{file
=
"soupsieve-2.3.1-py3-none-any.whl"
,
hash
=
"sha256:1a3cca2617c6b38c0343ed661b1fa5de5637f257d4fe22bd9f1338010a1efefb"
}
,
{file
=
"soupsieve-2.3.1-py3-none-any.whl"
,
hash
=
"sha256:1a3cca2617c6b38c0343ed661b1fa5de5637f257d4fe22bd9f1338010a1efefb"
}
,
...
@@ -3953,22 +4075,29 @@ traitlets = [
...
@@ -3953,22 +4075,29 @@ traitlets = [
{file
=
"traitlets-5.1.1-py3-none-any.whl"
,
hash
=
"sha256:2d313cc50a42cd6c277e7d7dc8d4d7fedd06a2c215f78766ae7b1a66277e0033"
}
,
{file
=
"traitlets-5.1.1-py3-none-any.whl"
,
hash
=
"sha256:2d313cc50a42cd6c277e7d7dc8d4d7fedd06a2c215f78766ae7b1a66277e0033"
}
,
{file
=
"traitlets-5.1.1.tar.gz"
,
hash
=
"sha256:059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7"
}
,
{file
=
"traitlets-5.1.1.tar.gz"
,
hash
=
"sha256:059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7"
}
,
]
]
trio
=
[
{file
=
"trio-0.19.0-py3-none-any.whl"
,
hash
=
"sha256:c27c231e66336183c484fbfe080fa6cc954149366c15dc21db8b7290081ec7b8"
}
,
{file
=
"trio-0.19.0.tar.gz"
,
hash
=
"sha256:895e318e5ec5e8cea9f60b473b6edb95b215e82d99556a03eb2d20c5e027efe1"
}
,
]
trio-websocket
=
[
{file
=
"trio-websocket-0.9.2.tar.gz"
,
hash
=
"sha256:a3d34de8fac26023eee701ed1e7bf4da9a8326b61a62934ec9e53b64970fd8fe"
}
,
{file
=
"trio_websocket-0.9.2-py3-none-any.whl"
,
hash
=
"sha256:5b558f6e83cc20a37c3b61202476c5295d1addf57bd65543364e0337e37ed2bc"
}
,
]
twilio
=
[
twilio
=
[
{file
=
"twilio-7.3.
0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
61fea551066fe4f55b9cbaf0568b54f2d8706a0a63ee77e87f78c1f3a1739935
"
}
,
{file
=
"twilio-7.3.
1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
fc3f5c34abd7b7cda9f4802909d01e65bf296a3b237fea4cd17e969cc838645a
"
}
,
{file
=
"twilio-7.3.
0
.tar.gz"
,
hash
=
"sha256:
2fe11888675165ab0301d00b9af0c206fd1dfa8d6e5dee6e6b64e42d6e690b83
"
}
,
{file
=
"twilio-7.3.
1
.tar.gz"
,
hash
=
"sha256:
b61a1209136e7e3d0b9e50653a821ef6a81b87f3b7c513144e5f0d955dca5bba
"
}
,
]
]
types-pytz
=
[
types-pytz
=
[
{file
=
"types-pytz-2021.3.
0
.tar.gz"
,
hash
=
"sha256:
86a61967834dceeaaf98b6902ed8357efdd262bb8afcaf4bc8ccecf748592778
"
}
,
{file
=
"types-pytz-2021.3.
1
.tar.gz"
,
hash
=
"sha256:
dffd77f3efecd3b1555f187a9bf3a638d55fac296700b829c41bd51ec72a6eb7
"
}
,
{file
=
"types_pytz-2021.3.
0
-py3-none-any.whl"
,
hash
=
"sha256:
b5027e5de50a4c978cd60ca16849d934d44c44ebd7d29cf13ada009efaa9feef
"
}
,
{file
=
"types_pytz-2021.3.
1
-py3-none-any.whl"
,
hash
=
"sha256:
d58a0688094b768d8e21c044e45861cbcaecba0494fd5b9c5feb3e1739211606
"
}
,
]
]
types-pyyaml
=
[
types-pyyaml
=
[
{file
=
"types-PyYAML-6.0.1.tar.gz"
,
hash
=
"sha256:2e27b0118ca4248a646101c5c318dc02e4ca2866d6bc42e84045dbb851555a76"
}
,
{file
=
"types-PyYAML-6.0.1.tar.gz"
,
hash
=
"sha256:2e27b0118ca4248a646101c5c318dc02e4ca2866d6bc42e84045dbb851555a76"
}
,
{file
=
"types_PyYAML-6.0.1-py3-none-any.whl"
,
hash
=
"sha256:d5b318269652e809b5c30a5fe666c50159ab80bfd41cd6bafe655bf20b29fcba"
}
,
{file
=
"types_PyYAML-6.0.1-py3-none-any.whl"
,
hash
=
"sha256:d5b318269652e809b5c30a5fe666c50159ab80bfd41cd6bafe655bf20b29fcba"
}
,
]
]
typing-extensions
=
[
typing-extensions
=
[
{file
=
"typing_extensions-3.10.0.2-py2-none-any.whl"
,
hash
=
"sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7"
}
,
{file
=
"typing_extensions-4.0.0-py3-none-any.whl"
,
hash
=
"sha256:829704698b22e13ec9eaf959122315eabb370b0884400e9818334d8b677023d9"
}
,
{file
=
"typing_extensions-3.10.0.2-py3-none-any.whl"
,
hash
=
"sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34"
}
,
{file
=
"typing_extensions-4.0.0.tar.gz"
,
hash
=
"sha256:2cdf80e4e04866a9b3689a51869016d36db0814d84b8d8a568d22781d45d27ed"
}
,
{file
=
"typing_extensions-3.10.0.2.tar.gz"
,
hash
=
"sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e"
}
,
]
]
urllib3
=
[
urllib3
=
[
{file
=
"urllib3-1.26.7-py2.py3-none-any.whl"
,
hash
=
"sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844"
}
,
{file
=
"urllib3-1.26.7-py2.py3-none-any.whl"
,
hash
=
"sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844"
}
,
...
@@ -4047,6 +4176,10 @@ wrapt = [
...
@@ -4047,6 +4176,10 @@ wrapt = [
{file
=
"wrapt-1.13.3-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:81bd7c90d28a4b2e1df135bfbd7c23aee3050078ca6441bead44c42483f9ebfb"
}
,
{file
=
"wrapt-1.13.3-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:81bd7c90d28a4b2e1df135bfbd7c23aee3050078ca6441bead44c42483f9ebfb"
}
,
{file
=
"wrapt-1.13.3.tar.gz"
,
hash
=
"sha256:1fea9cd438686e6682271d36f3481a9f3636195578bab9ca3382e2f5f01fc185"
}
,
{file
=
"wrapt-1.13.3.tar.gz"
,
hash
=
"sha256:1fea9cd438686e6682271d36f3481a9f3636195578bab9ca3382e2f5f01fc185"
}
,
]
]
wsproto
=
[
{file
=
"wsproto-1.0.0-py3-none-any.whl"
,
hash
=
"sha256:d8345d1808dd599b5ffb352c25a367adb6157e664e140dbecba3f9bc007edb9f"
}
,
{file
=
"wsproto-1.0.0.tar.gz"
,
hash
=
"sha256:868776f8456997ad0d9720f7322b746bbe9193751b5b290b7f924659377c8c38"
}
,
]
yubiotp
=
[
yubiotp
=
[
{file
=
"YubiOTP-1.0.0.post1-py2.py3-none-any.whl"
,
hash
=
"sha256:7ad57011866e0bc6c6d179ffbc3926fcc0e82d410178a6d01ba4da0f88332878"
}
,
{file
=
"YubiOTP-1.0.0.post1-py2.py3-none-any.whl"
,
hash
=
"sha256:7ad57011866e0bc6c6d179ffbc3926fcc0e82d410178a6d01ba4da0f88332878"
}
,
{file
=
"YubiOTP-1.0.0.post1.tar.gz"
,
hash
=
"sha256:c13825f7b76a69afb92f19521f4dea9f5031d70f45123b505dc2e0ac03132065"
}
,
{file
=
"YubiOTP-1.0.0.post1.tar.gz"
,
hash
=
"sha256:c13825f7b76a69afb92f19521f4dea9f5031d70f45123b505dc2e0ac03132065"
}
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment