Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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-App-Chronos
Commits
a4f57064
Verified
Commit
a4f57064
authored
4 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Update poetry.lock
parent
284b8d33
No related branches found
No related tags found
1 merge request
!118
Update poetry.lock
Pipeline
#5102
passed
4 years ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
poetry.lock
+203
-179
203 additions, 179 deletions
poetry.lock
with
203 additions
and
179 deletions
poetry.lock
+
203
−
179
View file @
a4f57064
...
...
@@ -171,16 +171,16 @@ pytz = ">=2015.7"
[[
package
]]
name
=
"bandit"
version
=
"1.
6.2
"
version
=
"1.
7.0
"
description
=
"Security oriented static analyser for python code."
category
=
"dev"
optional
=
false
python-versions
=
"
*
"
python-versions
=
"
>
=
3.5
"
[
package.dependencies
]
colorama
=
{
version
=
">
=
0.3
.
9
", markers = "
platform_system
=
=
\"
Windows
\"
"}
GitPython
=
">
=
1.0
.
1
"
PyYAML
=
">
=
3.1
3
"
PyYAML
=
">
=
5.
3
.
1
"
six
=
">
=
1.10
.
0
"
stevedore
=
">
=
1.20
.
0
"
...
...
@@ -266,7 +266,7 @@ websockets = ["channels"]
[[
package
]]
name
=
"certifi"
version
=
"2020.1
1.8
"
version
=
"2020.1
2.5
"
description
=
"Python package for providing Mozilla's CA Bundle."
category
=
"main"
optional
=
false
...
...
@@ -274,11 +274,11 @@ python-versions = "*"
[[
package
]]
name
=
"chardet"
version
=
"
3
.0.
4
"
version
=
"
4
.0.
0
"
description
=
"Universal encoding detector for Python 2 and 3"
category
=
"main"
optional
=
false
python-versions
=
"*"
python-versions
=
"
>
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.
*
"
[[
package
]]
name
=
"click"
...
...
@@ -320,7 +320,7 @@ six = "*"
[[
package
]]
name
=
"coverage"
version
=
"5.3"
version
=
"5.3
.1
"
description
=
"Code coverage measurement for Python"
category
=
"dev"
optional
=
false
...
...
@@ -339,7 +339,7 @@ python-versions = "*"
[[
package
]]
name
=
"django"
version
=
"3.1.
3
"
version
=
"3.1.
4
"
description
=
"A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category
=
"main"
optional
=
false
...
...
@@ -574,7 +574,7 @@ django-appconf = ">=1.0.2"
[[
package
]]
name
=
"django-impersonate"
version
=
"1.7"
version
=
"1.7
.1
"
description
=
"Django app to allow superusers to impersonate other users."
category
=
"main"
optional
=
false
...
...
@@ -629,7 +629,7 @@ python-versions = "*"
[[
package
]]
name
=
"django-material"
version
=
"1.7.
3
"
version
=
"1.7.
4
"
description
=
"Material design for django forms and admin"
category
=
"main"
optional
=
false
...
...
@@ -769,7 +769,7 @@ management-command = ["django-compressor (>=2.4)"]
[[
package
]]
name
=
"django-select2"
version
=
"7.
4.2
"
version
=
"7.
5.0
"
description
=
"Select2 option fields for Django"
category
=
"main"
optional
=
false
...
...
@@ -934,11 +934,11 @@ pillow = "*"
[[
package
]]
name
=
"faker"
version
=
"
4.17.1
"
version
=
"
5.3.0
"
description
=
"Faker is a Python package that generates fake data for you."
category
=
"main"
optional
=
false
python-versions
=
">
=
3.
5
"
python-versions
=
">
=
3.
6
"
[
package.dependencies
]
python-dateutil
=
">
=
2.4
"
...
...
@@ -1129,7 +1129,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[[
package
]]
name
=
"importlib-metadata"
version
=
"2.1.
0
"
version
=
"2.1.
1
"
description
=
"Read metadata from Python packages"
category
=
"main"
optional
=
false
...
...
@@ -1152,7 +1152,7 @@ python-versions = "*"
[[
package
]]
name
=
"isort"
version
=
"5.
6.4
"
version
=
"5.
7.0
"
description
=
"A Python utility / library to sort Python imports."
category
=
"dev"
optional
=
false
...
...
@@ -1241,7 +1241,7 @@ python-versions = "*"
[[
package
]]
name
=
"packaging"
version
=
"20.
4
"
version
=
"20.
8
"
description
=
"Core utilities for Python packages"
category
=
"main"
optional
=
false
...
...
@@ -1249,7 +1249,6 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[
package.dependencies
]
pyparsing
=
">
=
2.0
.
2
"
six
=
"*"
[[
package
]]
name
=
"pathspec"
...
...
@@ -1288,7 +1287,7 @@ scramp = "1.2.0"
[[
package
]]
name
=
"phonenumbers"
version
=
"8.12.1
3
"
version
=
"8.12.1
5
"
description
=
"Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
category
=
"main"
optional
=
false
...
...
@@ -1329,7 +1328,7 @@ twisted = ["twisted"]
[[
package
]]
name
=
"psutil"
version
=
"5.
7.3
"
version
=
"5.
8.0
"
description
=
"Cross-platform lib for process and system monitoring in Python."
category
=
"main"
optional
=
false
...
...
@@ -1348,7 +1347,7 @@ python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
[[
package
]]
name
=
"py"
version
=
"1.
9
.0"
version
=
"1.
10
.0"
description
=
"library with cross-python path, ini-parsing, io, code, log facilities"
category
=
"dev"
optional
=
false
...
...
@@ -1391,7 +1390,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[[
package
]]
name
=
"pygments"
version
=
"2.7.
2
"
version
=
"2.7.
3
"
description
=
"Pygments is a syntax highlighting package written in Python."
category
=
"dev"
optional
=
false
...
...
@@ -1399,16 +1398,17 @@ python-versions = ">=3.5"
[[
package
]]
name
=
"pyjwt"
version
=
"
1.7.1
"
version
=
"
2.0.0
"
description
=
"JSON Web Token implementation in Python"
category
=
"main"
optional
=
false
python-versions
=
"
*
"
python-versions
=
"
>
=
3.6
"
[
package.extras
]
crypto
=
[
"cryptography (>=1.4)"
]
flake8
=
[
"flake8"
,
"flake8-import-order"
,
"pep8-naming"
]
test
=
[
"pytest (>=4.0.1,<5.0.0)"
,
"pytest-cov (>=2.6.0,<3.0.0)"
,
"pytest-runner (>=4.2,<5.0.0)"
]
crypto
=
[
"cryptography (>=3.3.1,<4.0.0)"
]
dev
=
[
"sphinx"
,
"sphinx-rtd-theme"
,
"zope.interface"
,
"cryptography (>=3.3.1,<4.0.0)"
,
"pytest (>=6.0.0,<7.0.0)"
,
"coverage[toml] (==5.0.4)"
,
"mypy"
,
"pre-commit"
]
docs
=
[
"sphinx"
,
"sphinx-rtd-theme"
,
"zope.interface"
]
tests
=
[
"pytest (>=6.0.0,<7.0.0)"
,
"coverage[toml] (==5.0.4)"
]
[[
package
]]
name
=
"pyparsing"
...
...
@@ -1420,25 +1420,24 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[[
package
]]
name
=
"pytest"
version
=
"6.
1.2
"
version
=
"6.
2.1
"
description
=
"pytest: simple powerful testing with Python"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.
5
"
python-versions
=
">
=
3.
6
"
[
package.dependencies
]
atomicwrites
=
{
version
=
">
=
1.0
", markers = "
sys_platform
=
=
\"
win
32
\"
"}
attrs
=
">
=
1
7.4
.
0
"
attrs
=
">
=
1
9.2
.
0
"
colorama
=
{
version
=
"*"
,
markers
=
"sys_platform
=
=
\"
win
32
\"
"}
importlib-metadata
=
{
version
=
">
=
0.12
", markers = "
python_version
<
\"
3.8
\"
"}
iniconfig
=
"*"
packaging
=
"*"
pluggy
=
">
=
0.12
,
<
1.0
"
pluggy
=
">
=
0.12
,
<
1.0
.
0
a
1
"
py
=
">
=
1.8
.
2
"
toml
=
"*"
[
package.extras
]
checkqa_mypy
=
[
"mypy (==0.780)"
]
testing
=
[
"argcomplete"
,
"hypothesis (>=3.56)"
,
"mock"
,
"nose"
,
"requests"
,
"xmlschema"
]
[[
package
]]
...
...
@@ -1520,7 +1519,7 @@ six = ">=1.4.0"
[[
package
]]
name
=
"pytz"
version
=
"2020.
4
"
version
=
"2020.
5
"
description
=
"World timezone definitions, modern and historical"
category
=
"main"
optional
=
false
...
...
@@ -1562,7 +1561,7 @@ python-versions = "*"
[[
package
]]
name
=
"requests"
version
=
"2.25.
0
"
version
=
"2.25.
1
"
description
=
"Python HTTP for Humans."
category
=
"main"
optional
=
false
...
...
@@ -1570,7 +1569,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[
package.dependencies
]
certifi
=
">
=
2017.4
.
17
"
chardet
=
">
=
3.0
.
2
,
<
4
"
chardet
=
">
=
3.0
.
2
,
<
5
"
idna
=
">
=
2.5
,
<
3
"
urllib3
=
">
=
1.21
.
1
,
<
1.27
"
...
...
@@ -1622,7 +1621,7 @@ python-versions = "*"
[[
package
]]
name
=
"safety"
version
=
"1.
9
.0"
version
=
"1.
10
.0"
description
=
"Checks installed dependencies for known vulnerabilities."
category
=
"dev"
optional
=
false
...
...
@@ -1679,7 +1678,7 @@ python-versions = "*"
[[
package
]]
name
=
"soupsieve"
version
=
"2.
0.
1"
version
=
"2.1"
description
=
"A modern CSS selector implementation for Beautiful Soup."
category
=
"main"
optional
=
false
...
...
@@ -1687,7 +1686,7 @@ python-versions = ">=3.5"
[[
package
]]
name
=
"spdx-license-list"
version
=
"0.5.
1
"
version
=
"0.5.
2
"
description
=
"A simple tool/library for working with SPDX license definitions."
category
=
"main"
optional
=
false
...
...
@@ -1695,7 +1694,7 @@ python-versions = "*"
[[
package
]]
name
=
"sphinx"
version
=
"3.
3
.1"
version
=
"3.
4
.1"
description
=
"Python documentation generator"
category
=
"dev"
optional
=
false
...
...
@@ -1721,8 +1720,8 @@ sphinxcontrib-serializinghtml = "*"
[
package.extras
]
docs
=
[
"sphinxcontrib-websupport"
]
lint
=
[
"flake8 (>=3.5.0)"
,
"
flake8-import-order
"
,
"mypy (>=0.790)"
,
"docutils-stubs"
]
test
=
[
"pytest"
,
"pytest-cov"
,
"html5lib"
,
"
typed-ast"
,
"cython
"
]
lint
=
[
"flake8 (>=3.5.0)"
,
"
isort
"
,
"mypy (>=0.790)"
,
"docutils-stubs"
]
test
=
[
"pytest"
,
"pytest-cov"
,
"html5lib"
,
"
cython"
,
"typed-ast
"
]
[[
package
]]
name
=
"sphinx-autodoc-typehints"
...
...
@@ -1828,7 +1827,7 @@ python-versions = ">=3.5"
[[
package
]]
name
=
"stevedore"
version
=
"3.
2.2
"
version
=
"3.
3.0
"
description
=
"Manage dynamic plugins for Python applications"
category
=
"dev"
optional
=
false
...
...
@@ -1848,7 +1847,7 @@ python-versions = "*"
[[
package
]]
name
=
"testfixtures"
version
=
"6.1
5
.0"
version
=
"6.1
7
.0"
description
=
"A collection of helpers and mock objects for unit tests and doc tests."
category
=
"dev"
optional
=
false
...
...
@@ -1903,18 +1902,19 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[[
package
]]
name
=
"tqdm"
version
=
"4.5
4.0
"
version
=
"4.5
5.1
"
description
=
"Fast, Extensible Progress Meter"
category
=
"main"
optional
=
false
python-versions
=
"!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>
=
2.7
"
[
package.extras
]
dev
=
[
"py-make (>=0.1.0)"
,
"twine"
,
"argopt"
,
"pydoc-markdown"
,
"wheel"
]
dev
=
[
"py-make (>=0.1.0)"
,
"twine"
,
"wheel"
]
telegram
=
[
"requests"
]
[[
package
]]
name
=
"twilio"
version
=
"6.
48.0
"
version
=
"6.
50.1
"
description
=
"Twilio API client and TwiML generator"
category
=
"main"
optional
=
false
...
...
@@ -1928,7 +1928,7 @@ six = "*"
[[
package
]]
name
=
"typed-ast"
version
=
"1.4.
1
"
version
=
"1.4.
2
"
description
=
"a fork of Python 2 and 3 ast modules with type comment support"
category
=
"dev"
optional
=
false
...
...
@@ -2005,13 +2005,11 @@ aleksis-core = [
{file
=
"AlekSIS-Core-2.0a3.dev0+20201115003323.d1ff5fff.tar.gz"
,
hash
=
"sha256:ffada26ef5593fd3f0f392bc8ea1cd9142875d08607e4737c38d84dea3ac3533"
}
,
{file
=
"AlekSIS-Core-2.0a3.dev0+20201115124223.ce62cc6a.tar.gz"
,
hash
=
"sha256:358e9c2cd292d0b23d8bffd02f777e3fb9a764ce4c70148ef94cf6ca83e2aeef"
}
,
{file
=
"AlekSIS-Core-2.0a3.dev0+20201115134935.59be5513.tar.gz"
,
hash
=
"sha256:3452fc7572df2e1bed31d5df20573f050f47d3d3ccd084c8597e327667f0219d"
}
,
{file
=
"AlekSIS-Core-2.0a3.dev0+20201115135217.fa0090db.tar.gz"
,
hash
=
"sha256:f9113d35d677533580131eb274331ab6590cba222a2bd28c2384936b00eaf5cf"
}
,
{file
=
"AlekSIS_Core-2.0a3.dev0+20201114132749.88d92354-py3-none-any.whl"
,
hash
=
"sha256:180477173a1e23f9ca42b6b79383b556dbd97868e3f3079c8b090466aeba256c"
}
,
{file
=
"AlekSIS_Core-2.0a3.dev0+20201114154746.9129dcd7-py3-none-any.whl"
,
hash
=
"sha256:a60b456a300f1fa7786567cb0b948690422c95492a0cec936a0b99d6109afed5"
}
,
{file
=
"AlekSIS_Core-2.0a3.dev0+20201115003323.d1ff5fff-py3-none-any.whl"
,
hash
=
"sha256:e16da1f4895f7d1b7c595a9a3fd9800ccad401a2a8a0ce146774f8b01e63f089"
}
,
{file
=
"AlekSIS_Core-2.0a3.dev0+20201115124223.ce62cc6a-py3-none-any.whl"
,
hash
=
"sha256:d4ce35f02210f3d08f953e67d74c77bc64f54956c808407946531afb88d25628"
}
,
{file
=
"AlekSIS_Core-2.0a3.dev0+20201115134935.59be5513-py3-none-any.whl"
,
hash
=
"sha256:98f097859b3ee4eb3e54e6f3c34ee2b0d1857998000e60f6324d3b6eebe6c9b5"
}
,
{file
=
"AlekSIS_Core-2.0a3.dev0+20201115135217.fa0090db-py3-none-any.whl"
,
hash
=
"sha256:4a30a3c0419453ba3e5e1a3f200554c91972ec752d99a6cc0b13fba482e93aa3"
}
,
]
appdirs
=
[
{file
=
"appdirs-1.4.4-py2.py3-none-any.whl"
,
hash
=
"sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"
}
,
...
...
@@ -2034,8 +2032,8 @@ babel = [
{file
=
"Babel-2.9.0.tar.gz"
,
hash
=
"sha256:da031ab54472314f210b0adcff1588ee5d1d1d0ba4dbd07b94dba82bde791e05"
}
,
]
bandit
=
[
{file
=
"bandit-1.
6.2-py2.
py3-none-any.whl"
,
hash
=
"sha256:
336620e220cf2d3115877685e264477ff9d9abaeb0afe3dc7264f55fa17a3952
"
}
,
{file
=
"bandit-1.
6.2
.tar.gz"
,
hash
=
"sha256:
41e75315853507aa145d62a78a2a6c5e3240fe14ee7c601459d0df9418196065
"
}
,
{file
=
"bandit-1.
7.0-
py3-none-any.whl"
,
hash
=
"sha256:
216be4d044209fa06cf2a3e51b319769a51be8318140659719aa7a115c35ed07
"
}
,
{file
=
"bandit-1.
7.0
.tar.gz"
,
hash
=
"sha256:
8a4c7415254d75df8ff3c3b15cfe9042ecee628a1e40b44c15a98890fbfc2608
"
}
,
]
beautifulsoup4
=
[
{file
=
"beautifulsoup4-4.9.3-py2-none-any.whl"
,
hash
=
"sha256:4c98143716ef1cb40bf7f39a8e3eec8f8b009509e74904ba3a7b315431577e35"
}
,
...
...
@@ -2063,12 +2061,12 @@ celery-progress = [
{file
=
"celery_progress-0.0.14-py3-none-any.whl"
,
hash
=
"sha256:6d95c01fe044dd5dbb1e2d507724f9ace70bde796bc6db51ba19c8a95e94da07"
}
,
]
certifi
=
[
{file
=
"certifi-2020.1
1.8
-py2.py3-none-any.whl"
,
hash
=
"sha256:
1f422849db327d534e3d0c5f02a263458c3955ec0aae4ff09b95f195c59f4edd
"
}
,
{file
=
"certifi-2020.1
1.8
.tar.gz"
,
hash
=
"sha256:
f05def092c44fbf25834a51509ef6e631dc19765ab8a57b4e7ab85531f0a9cf4
"
}
,
{file
=
"certifi-2020.1
2.5
-py2.py3-none-any.whl"
,
hash
=
"sha256:
719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830
"
}
,
{file
=
"certifi-2020.1
2.5
.tar.gz"
,
hash
=
"sha256:
1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c
"
}
,
]
chardet
=
[
{file
=
"chardet-
3
.0.
4
-py2.py3-none-any.whl"
,
hash
=
"sha256:f
c323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691
"
}
,
{file
=
"chardet-
3
.0.
4
.tar.gz"
,
hash
=
"sha256:
84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae
"
}
,
{file
=
"chardet-
4
.0.
0
-py2.py3-none-any.whl"
,
hash
=
"sha256:f
864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5
"
}
,
{file
=
"chardet-
4
.0.
0
.tar.gz"
,
hash
=
"sha256:
0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa
"
}
,
]
click
=
[
{file
=
"click-7.1.2-py2.py3-none-any.whl"
,
hash
=
"sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"
}
,
...
...
@@ -2076,7 +2074,6 @@ click = [
]
colorama
=
[
{file
=
"colorama-0.4.4-py2.py3-none-any.whl"
,
hash
=
"sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"
}
,
{file
=
"colorama-0.4.4.tar.gz"
,
hash
=
"sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"
}
,
]
colour
=
[
{file
=
"colour-0.1.5-py2.py3-none-any.whl"
,
hash
=
"sha256:33f6db9d564fadc16e59921a56999b79571160ce09916303d35346dddc17978c"
}
,
...
...
@@ -2086,48 +2083,63 @@ configobj = [
{file
=
"configobj-5.0.6.tar.gz"
,
hash
=
"sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
}
,
]
coverage
=
[
{file
=
"coverage-5.3-cp27-cp27m-macosx_10_13_intel.whl"
,
hash
=
"sha256:bd3166bb3b111e76a4f8e2980fa1addf2920a4ca9b2b8ca36a3bc3dedc618270"
}
,
{file
=
"coverage-5.3-cp27-cp27m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:9342dd70a1e151684727c9c91ea003b2fb33523bf19385d4554f7897ca0141d4"
}
,
{file
=
"coverage-5.3-cp27-cp27m-manylinux1_i686.whl"
,
hash
=
"sha256:63808c30b41f3bbf65e29f7280bf793c79f54fb807057de7e5238ffc7cc4d7b9"
}
,
{file
=
"coverage-5.3-cp27-cp27m-manylinux1_x86_64.whl"
,
hash
=
"sha256:4d6a42744139a7fa5b46a264874a781e8694bb32f1d76d8137b68138686f1729"
}
,
{file
=
"coverage-5.3-cp27-cp27m-win32.whl"
,
hash
=
"sha256:86e9f8cd4b0cdd57b4ae71a9c186717daa4c5a99f3238a8723f416256e0b064d"
}
,
{file
=
"coverage-5.3-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:7858847f2d84bf6e64c7f66498e851c54de8ea06a6f96a32a1d192d846734418"
}
,
{file
=
"coverage-5.3-cp27-cp27mu-manylinux1_i686.whl"
,
hash
=
"sha256:530cc8aaf11cc2ac7430f3614b04645662ef20c348dce4167c22d99bec3480e9"
}
,
{file
=
"coverage-5.3-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:381ead10b9b9af5f64646cd27107fb27b614ee7040bb1226f9c07ba96625cbb5"
}
,
{file
=
"coverage-5.3-cp35-cp35m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:71b69bd716698fa62cd97137d6f2fdf49f534decb23a2c6fc80813e8b7be6822"
}
,
{file
=
"coverage-5.3-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:1d44bb3a652fed01f1f2c10d5477956116e9b391320c94d36c6bf13b088a1097"
}
,
{file
=
"coverage-5.3-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:1c6703094c81fa55b816f5ae542c6ffc625fec769f22b053adb42ad712d086c9"
}
,
{file
=
"coverage-5.3-cp35-cp35m-win32.whl"
,
hash
=
"sha256:cedb2f9e1f990918ea061f28a0f0077a07702e3819602d3507e2ff98c8d20636"
}
,
{file
=
"coverage-5.3-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:7f43286f13d91a34fadf61ae252a51a130223c52bfefb50310d5b2deb062cf0f"
}
,
{file
=
"coverage-5.3-cp36-cp36m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:c851b35fc078389bc16b915a0a7c1d5923e12e2c5aeec58c52f4aa8085ac8237"
}
,
{file
=
"coverage-5.3-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:aac1ba0a253e17889550ddb1b60a2063f7474155465577caa2a3b131224cfd54"
}
,
{file
=
"coverage-5.3-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:2b31f46bf7b31e6aa690d4c7a3d51bb262438c6dcb0d528adde446531d0d3bb7"
}
,
{file
=
"coverage-5.3-cp36-cp36m-win32.whl"
,
hash
=
"sha256:c5f17ad25d2c1286436761b462e22b5020d83316f8e8fcb5deb2b3151f8f1d3a"
}
,
{file
=
"coverage-5.3-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:aef72eae10b5e3116bac6957de1df4d75909fc76d1499a53fb6387434b6bcd8d"
}
,
{file
=
"coverage-5.3-cp37-cp37m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:e8caf961e1b1a945db76f1b5fa9c91498d15f545ac0ababbe575cfab185d3bd8"
}
,
{file
=
"coverage-5.3-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:29a6272fec10623fcbe158fdf9abc7a5fa032048ac1d8631f14b50fbfc10d17f"
}
,
{file
=
"coverage-5.3-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:2d43af2be93ffbad25dd959899b5b809618a496926146ce98ee0b23683f8c51c"
}
,
{file
=
"coverage-5.3-cp37-cp37m-win32.whl"
,
hash
=
"sha256:c3888a051226e676e383de03bf49eb633cd39fc829516e5334e69b8d81aae751"
}
,
{file
=
"coverage-5.3-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:9669179786254a2e7e57f0ecf224e978471491d660aaca833f845b72a2df3709"
}
,
{file
=
"coverage-5.3-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:0203acd33d2298e19b57451ebb0bed0ab0c602e5cf5a818591b4918b1f97d516"
}
,
{file
=
"coverage-5.3-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:582ddfbe712025448206a5bc45855d16c2e491c2dd102ee9a2841418ac1c629f"
}
,
{file
=
"coverage-5.3-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:0f313707cdecd5cd3e217fc68c78a960b616604b559e9ea60cc16795c4304259"
}
,
{file
=
"coverage-5.3-cp38-cp38-win32.whl"
,
hash
=
"sha256:78e93cc3571fd928a39c0b26767c986188a4118edc67bc0695bc7a284da22e82"
}
,
{file
=
"coverage-5.3-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:8f264ba2701b8c9f815b272ad568d555ef98dfe1576802ab3149c3629a9f2221"
}
,
{file
=
"coverage-5.3-cp39-cp39-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:50691e744714856f03a86df3e2bff847c2acede4c191f9a1da38f088df342978"
}
,
{file
=
"coverage-5.3-cp39-cp39-manylinux1_i686.whl"
,
hash
=
"sha256:9361de40701666b034c59ad9e317bae95c973b9ff92513dd0eced11c6adf2e21"
}
,
{file
=
"coverage-5.3-cp39-cp39-manylinux1_x86_64.whl"
,
hash
=
"sha256:c1b78fb9700fc961f53386ad2fd86d87091e06ede5d118b8a50dea285a071c24"
}
,
{file
=
"coverage-5.3-cp39-cp39-win32.whl"
,
hash
=
"sha256:cb7df71de0af56000115eafd000b867d1261f786b5eebd88a0ca6360cccfaca7"
}
,
{file
=
"coverage-5.3-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:47a11bdbd8ada9b7ee628596f9d97fbd3851bd9999d398e9436bd67376dbece7"
}
,
{file
=
"coverage-5.3.tar.gz"
,
hash
=
"sha256:280baa8ec489c4f542f8940f9c4c2181f0306a8ee1a54eceba071a449fb870a0"
}
,
{file
=
"coverage-5.3.1-cp27-cp27m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:fabeeb121735d47d8eab8671b6b031ce08514c86b7ad8f7d5490a7b6dcd6267d"
}
,
{file
=
"coverage-5.3.1-cp27-cp27m-manylinux1_i686.whl"
,
hash
=
"sha256:7e4d159021c2029b958b2363abec4a11db0ce8cd43abb0d9ce44284cb97217e7"
}
,
{file
=
"coverage-5.3.1-cp27-cp27m-manylinux1_x86_64.whl"
,
hash
=
"sha256:378ac77af41350a8c6b8801a66021b52da8a05fd77e578b7380e876c0ce4f528"
}
,
{file
=
"coverage-5.3.1-cp27-cp27m-manylinux2010_i686.whl"
,
hash
=
"sha256:e448f56cfeae7b1b3b5bcd99bb377cde7c4eb1970a525c770720a352bc4c8044"
}
,
{file
=
"coverage-5.3.1-cp27-cp27m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:cc44e3545d908ecf3e5773266c487ad1877be718d9dc65fc7eb6e7d14960985b"
}
,
{file
=
"coverage-5.3.1-cp27-cp27m-win32.whl"
,
hash
=
"sha256:08b3ba72bd981531fd557f67beee376d6700fba183b167857038997ba30dd297"
}
,
{file
=
"coverage-5.3.1-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:8dacc4073c359f40fcf73aede8428c35f84639baad7e1b46fce5ab7a8a7be4bb"
}
,
{file
=
"coverage-5.3.1-cp27-cp27mu-manylinux1_i686.whl"
,
hash
=
"sha256:ee2f1d1c223c3d2c24e3afbb2dd38be3f03b1a8d6a83ee3d9eb8c36a52bee899"
}
,
{file
=
"coverage-5.3.1-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:9a9d4ff06804920388aab69c5ea8a77525cf165356db70131616acd269e19b36"
}
,
{file
=
"coverage-5.3.1-cp27-cp27mu-manylinux2010_i686.whl"
,
hash
=
"sha256:782a5c7df9f91979a7a21792e09b34a658058896628217ae6362088b123c8500"
}
,
{file
=
"coverage-5.3.1-cp27-cp27mu-manylinux2010_x86_64.whl"
,
hash
=
"sha256:fda29412a66099af6d6de0baa6bd7c52674de177ec2ad2630ca264142d69c6c7"
}
,
{file
=
"coverage-5.3.1-cp35-cp35m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:f2c6888eada180814b8583c3e793f3f343a692fc802546eed45f40a001b1169f"
}
,
{file
=
"coverage-5.3.1-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:8f33d1156241c43755137288dea619105477961cfa7e47f48dbf96bc2c30720b"
}
,
{file
=
"coverage-5.3.1-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:b239711e774c8eb910e9b1ac719f02f5ae4bf35fa0420f438cdc3a7e4e7dd6ec"
}
,
{file
=
"coverage-5.3.1-cp35-cp35m-manylinux2010_i686.whl"
,
hash
=
"sha256:f54de00baf200b4539a5a092a759f000b5f45fd226d6d25a76b0dff71177a714"
}
,
{file
=
"coverage-5.3.1-cp35-cp35m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:be0416074d7f253865bb67630cf7210cbc14eb05f4099cc0f82430135aaa7a3b"
}
,
{file
=
"coverage-5.3.1-cp35-cp35m-win32.whl"
,
hash
=
"sha256:c46643970dff9f5c976c6512fd35768c4a3819f01f61169d8cdac3f9290903b7"
}
,
{file
=
"coverage-5.3.1-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:9a4f66259bdd6964d8cf26142733c81fb562252db74ea367d9beb4f815478e72"
}
,
{file
=
"coverage-5.3.1-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:c6e5174f8ca585755988bc278c8bb5d02d9dc2e971591ef4a1baabdf2d99589b"
}
,
{file
=
"coverage-5.3.1-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:3911c2ef96e5ddc748a3c8b4702c61986628bb719b8378bf1e4a6184bbd48fe4"
}
,
{file
=
"coverage-5.3.1-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:c5ec71fd4a43b6d84ddb88c1df94572479d9a26ef3f150cef3dacefecf888105"
}
,
{file
=
"coverage-5.3.1-cp36-cp36m-manylinux2010_i686.whl"
,
hash
=
"sha256:f51dbba78d68a44e99d484ca8c8f604f17e957c1ca09c3ebc2c7e3bbd9ba0448"
}
,
{file
=
"coverage-5.3.1-cp36-cp36m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:a2070c5affdb3a5e751f24208c5c4f3d5f008fa04d28731416e023c93b275277"
}
,
{file
=
"coverage-5.3.1-cp36-cp36m-win32.whl"
,
hash
=
"sha256:535dc1e6e68fad5355f9984d5637c33badbdc987b0c0d303ee95a6c979c9516f"
}
,
{file
=
"coverage-5.3.1-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:a4857f7e2bc6921dbd487c5c88b84f5633de3e7d416c4dc0bb70256775551a6c"
}
,
{file
=
"coverage-5.3.1-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:fac3c432851038b3e6afe086f777732bcf7f6ebbfd90951fa04ee53db6d0bcdd"
}
,
{file
=
"coverage-5.3.1-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:cd556c79ad665faeae28020a0ab3bda6cd47d94bec48e36970719b0b86e4dcf4"
}
,
{file
=
"coverage-5.3.1-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:a66ca3bdf21c653e47f726ca57f46ba7fc1f260ad99ba783acc3e58e3ebdb9ff"
}
,
{file
=
"coverage-5.3.1-cp37-cp37m-manylinux2010_i686.whl"
,
hash
=
"sha256:ab110c48bc3d97b4d19af41865e14531f300b482da21783fdaacd159251890e8"
}
,
{file
=
"coverage-5.3.1-cp37-cp37m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:e52d3d95df81c8f6b2a1685aabffadf2d2d9ad97203a40f8d61e51b70f191e4e"
}
,
{file
=
"coverage-5.3.1-cp37-cp37m-win32.whl"
,
hash
=
"sha256:fa10fee7e32213f5c7b0d6428ea92e3a3fdd6d725590238a3f92c0de1c78b9d2"
}
,
{file
=
"coverage-5.3.1-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:ce6f3a147b4b1a8b09aae48517ae91139b1b010c5f36423fa2b866a8b23df879"
}
,
{file
=
"coverage-5.3.1-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:93a280c9eb736a0dcca19296f3c30c720cb41a71b1f9e617f341f0a8e791a69b"
}
,
{file
=
"coverage-5.3.1-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:3102bb2c206700a7d28181dbe04d66b30780cde1d1c02c5f3c165cf3d2489497"
}
,
{file
=
"coverage-5.3.1-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:8ffd4b204d7de77b5dd558cdff986a8274796a1e57813ed005b33fd97e29f059"
}
,
{file
=
"coverage-5.3.1-cp38-cp38-manylinux2010_i686.whl"
,
hash
=
"sha256:a607ae05b6c96057ba86c811d9c43423f35e03874ffb03fbdcd45e0637e8b631"
}
,
{file
=
"coverage-5.3.1-cp38-cp38-manylinux2010_x86_64.whl"
,
hash
=
"sha256:3a3c3f8863255f3c31db3889f8055989527173ef6192a283eb6f4db3c579d830"
}
,
{file
=
"coverage-5.3.1-cp38-cp38-win32.whl"
,
hash
=
"sha256:ff1330e8bc996570221b450e2d539134baa9465f5cb98aff0e0f73f34172e0ae"
}
,
{file
=
"coverage-5.3.1-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:3498b27d8236057def41de3585f317abae235dd3a11d33e01736ffedb2ef8606"
}
,
{file
=
"coverage-5.3.1-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:ceb499d2b3d1d7b7ba23abe8bf26df5f06ba8c71127f188333dddcf356b4b63f"
}
,
{file
=
"coverage-5.3.1-cp39-cp39-manylinux1_i686.whl"
,
hash
=
"sha256:3b14b1da110ea50c8bcbadc3b82c3933974dbeea1832e814aab93ca1163cd4c1"
}
,
{file
=
"coverage-5.3.1-cp39-cp39-manylinux1_x86_64.whl"
,
hash
=
"sha256:76b2775dda7e78680d688daabcb485dc87cf5e3184a0b3e012e1d40e38527cc8"
}
,
{file
=
"coverage-5.3.1-cp39-cp39-manylinux2010_i686.whl"
,
hash
=
"sha256:cef06fb382557f66d81d804230c11ab292d94b840b3cb7bf4450778377b592f4"
}
,
{file
=
"coverage-5.3.1-cp39-cp39-manylinux2010_x86_64.whl"
,
hash
=
"sha256:6f61319e33222591f885c598e3e24f6a4be3533c1d70c19e0dc59e83a71ce27d"
}
,
{file
=
"coverage-5.3.1-cp39-cp39-win32.whl"
,
hash
=
"sha256:cc6f8246e74dd210d7e2b56c76ceaba1cc52b025cd75dbe96eb48791e0250e98"
}
,
{file
=
"coverage-5.3.1-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:2757fa64e11ec12220968f65d086b7a29b6583d16e9a544c889b22ba98555ef1"
}
,
{file
=
"coverage-5.3.1-pp36-none-any.whl"
,
hash
=
"sha256:723d22d324e7997a651478e9c5a3120a0ecbc9a7e94071f7e1954562a8806cf3"
}
,
{file
=
"coverage-5.3.1-pp37-none-any.whl"
,
hash
=
"sha256:c89b558f8a9a5a6f2cfc923c304d49f0ce629c3bd85cb442ca258ec20366394c"
}
,
{file
=
"coverage-5.3.1.tar.gz"
,
hash
=
"sha256:38f16b1317b8dd82df67ed5daa5f5e7c959e46579840d77a67a4ceb9cef0a50b"
}
,
]
dj-database-url
=
[
{file
=
"dj-database-url-0.5.0.tar.gz"
,
hash
=
"sha256:4aeaeb1f573c74835b0686a2b46b85990571159ffc21aa57ecd4d1e1cb334163"
}
,
{file
=
"dj_database_url-0.5.0-py2.py3-none-any.whl"
,
hash
=
"sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9"
}
,
]
django
=
[
{file
=
"Django-3.1.
3
-py3-none-any.whl"
,
hash
=
"sha256:
14a4b7cd77297fba516fc0d92444cc2e2e388aa9de32d7a
68
d
4a
83d58f5a4927
"
}
,
{file
=
"Django-3.1.
3
.tar.gz"
,
hash
=
"sha256:
14b87775ffedab2ef6299b73343d1b4b41e5d4e2aa58c6581f114dbec01e3f8f
"
}
,
{file
=
"Django-3.1.
4
-py3-none-any.whl"
,
hash
=
"sha256:
5c866205f15e7a7123f1eec6ab939d22d5bde1416635cab259
684a
f66d8e48a2
"
}
,
{file
=
"Django-3.1.
4
.tar.gz"
,
hash
=
"sha256:
edb10b5c45e7e9c0fb1dc00b76ec7449aca258a39ffd613dbd078c51d19c9f03
"
}
,
]
django-any-js
=
[
{file
=
"django-any-js-1.0.3.post0.tar.gz"
,
hash
=
"sha256:1da88b44b861b0f54f6b8ea0eb4c7c4fa1a5772e9a4320532cd4e0871a4e23f7"
}
,
...
...
@@ -2204,7 +2216,7 @@ django-image-cropping = [
{file
=
"django_image_cropping-1.5.0-py3-none-any.whl"
,
hash
=
"sha256:81dbcabb6421c5a1e88fac9d96f336d6109a23dcb8fa6c678329d3688c9973c4"
}
,
]
django-impersonate
=
[
{file
=
"django-impersonate-1.7.tar.gz"
,
hash
=
"sha256:
1dadb5239a5cb79d4327ef3000cd989f9d4e76428a5e2a080496a53b41fa785f
"
}
,
{file
=
"django-impersonate-1.7.
1.
tar.gz"
,
hash
=
"sha256:
732e1d6d0fc9b4cd33f0914ee9e627b50f9c63452acb6466d674df87364c5e28
"
}
,
]
django-ipware
=
[
{file
=
"django-ipware-3.0.2.tar.gz"
,
hash
=
"sha256:c7df8e1410a8e5d6b1fbae58728402ea59950f043c3582e033e866f0f0cf5e94"
}
,
...
...
@@ -2225,8 +2237,8 @@ django-maintenance-mode = [
{file
=
"django_maintenance_mode-0.15.1-py3-none-any.whl"
,
hash
=
"sha256:8c45b400253076655562c99a2ffb88f8353fc1c84496c1b9de812cc8132aea6f"
}
,
]
django-material
=
[
{file
=
"django-material-1.7.
3
.tar.gz"
,
hash
=
"sha256:
00599cd87f19f3a66be065865b223801afa9da680744a5eac10c489a10d98eba
"
}
,
{file
=
"django_material-1.7.
3
-py2.py3-none-any.whl"
,
hash
=
"sha256:
6c010aa47618ceae2617f8a476b55aaed0884b1a4a6f5bdf969448a1ba72e352
"
}
,
{file
=
"django-material-1.7.
4
.tar.gz"
,
hash
=
"sha256:
93af86e740b6db15a3b9df913c343217b198d7342a083db694acb319b49cb2dd
"
}
,
{file
=
"django_material-1.7.
4
-py2.py3-none-any.whl"
,
hash
=
"sha256:
70dcaa34b35dbc31fbdb7454c7a376358586d0f166abe15870e07e468d729425
"
}
,
]
django-menu-generator
=
[
{file
=
"django-menu-generator-1.1.0.tar.gz"
,
hash
=
"sha256:e8f9b808080c4b281f9c5962f39078c76c2007a5ef8ab1f7a81c81dbbe6a9848"
}
,
...
...
@@ -2270,8 +2282,8 @@ django-sass-processor = [
{file
=
"django-sass-processor-0.8.2.tar.gz"
,
hash
=
"sha256:9b46a12ca8bdcb397d46fbcc49e6a926ff9f76a93c5efeb23b495419fd01fc7a"
}
,
]
django-select2
=
[
{file
=
"django-select2-7.
4.2
.tar.gz"
,
hash
=
"sha256:
9d3330fa0083a03fb69fceb5dcd2e78065cfd08e45c89d4fd727fce4673d3
e0
8
"
}
,
{file
=
"django_select2-7.
4.2
-py2.py3-none-any.whl"
,
hash
=
"sha256:
06531d563ce33c3133682ae2bb9e6d762103a863d0054ffef51bae8b4cfcca6c
"
}
,
{file
=
"django-select2-7.
5.0
.tar.gz"
,
hash
=
"sha256:
df71dedba9a362041b65e3cd692cb8b4f9e1e17a19681c7b4e61f331868ba
e0
c
"
}
,
{file
=
"django_select2-7.
5.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
6662aa1c21d4839b8fff38e4c9d402ed3da81f7c5ef7f7e703c862255ba3b9ed
"
}
,
]
django-settings-context-processor
=
[
{file
=
"django-settings-context-processor-0.2.tar.gz"
,
hash
=
"sha256:d37c853d69a3069f5abbf94c7f4f6fc0fac38bbd0524190cd5a250ba800e496a"
}
,
...
...
@@ -2314,8 +2326,8 @@ easy-thumbnails = [
{file
=
"easy-thumbnails-2.7.1.tar.gz"
,
hash
=
"sha256:f862949208d9066cd3d84ffcf9c2dbe9c7344ea6152b741e440f861eca46855c"
}
,
]
faker
=
[
{file
=
"Faker-
4.17.1
-py3-none-any.whl"
,
hash
=
"sha256:
5398268e1d751ffdb3ed36b8a790ed98659200599b368eec38a02eed15bce997
"
}
,
{file
=
"Faker-
4.17.1
.tar.gz"
,
hash
=
"sha256:
d4183b8f57316de3be27cd6c3b40e9f9343d27c95c96179f027316c58c2c239e
"
}
,
{file
=
"Faker-
5.3.0
-py3-none-any.whl"
,
hash
=
"sha256:
7e98483fc273ec5cfe1c9efa9b99adaa2de4c6b610fbc62d3767088e4974b0ce
"
}
,
{file
=
"Faker-
5.3.0
.tar.gz"
,
hash
=
"sha256:
7b0c4bb678be21a68640007f254259c73d18f7996a3448267716423360519732
"
}
,
]
flake8
=
[
{file
=
"flake8-3.8.4-py2.py3-none-any.whl"
,
hash
=
"sha256:749dbbd6bfd0cf1318af27bf97a14e28e5ff548ef8e5b1566ccfb25a11e7c839"
}
,
...
...
@@ -2379,16 +2391,15 @@ imagesize = [
{file
=
"imagesize-1.2.0.tar.gz"
,
hash
=
"sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1"
}
,
]
importlib-metadata
=
[
{file
=
"importlib_metadata-2.1.
0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
030f3b1bdb823ecbe4a9659e14cc861ce5af403fe99863bae173ec5fe00ab132
"
}
,
{file
=
"importlib_metadata-2.1.
0
.tar.gz"
,
hash
=
"sha256:
caeee3603f5dcf567864d1be9b839b0bcfdf1383e3e7be33ce2dead8144ff19c
"
}
,
{file
=
"importlib_metadata-2.1.
1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
c2d6341ff566f609e89a2acb2db190e5e1d23d5409d6cc8d2fe34d72443876d4
"
}
,
{file
=
"importlib_metadata-2.1.
1
.tar.gz"
,
hash
=
"sha256:
b8de9eff2b35fb037368f28a7df1df4e6436f578fa74423505b6c6a778d5b5dd
"
}
,
]
iniconfig
=
[
{file
=
"iniconfig-1.1.1-py2.py3-none-any.whl"
,
hash
=
"sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"
}
,
{file
=
"iniconfig-1.1.1.tar.gz"
,
hash
=
"sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"
}
,
]
isort
=
[
{file
=
"isort-5.
6.4
-py3-none-any.whl"
,
hash
=
"sha256:
dcab1d98b469a12a1a624ead220584391648790275560e1a43e54c5dceae65e7
"
}
,
{file
=
"isort-5.
6.4
.tar.gz"
,
hash
=
"sha256:
dcaeec1b5f0eca77faea2a35ab790b4f3680ff75590bfcb7145986905aab2f58
"
}
,
{file
=
"isort-5.
7.0
-py3-none-any.whl"
,
hash
=
"sha256:
fff4f0c04e1825522ce6949973e83110a6e907750cd92d128b0d14aaaadbffdc
"
}
,
{file
=
"isort-5.
7.0
.tar.gz"
,
hash
=
"sha256:
c729845434366216d320e936b8ad6f9d681aab72dc7cbc2d51bedc3582f3ad1e
"
}
,
]
jinja2
=
[
{file
=
"Jinja2-2.11.2-py2.py3-none-any.whl"
,
hash
=
"sha256:f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035"
}
,
...
...
@@ -2473,8 +2484,8 @@ mypy-extensions = [
{file
=
"mypy_extensions-0.4.3.tar.gz"
,
hash
=
"sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"
}
,
]
packaging
=
[
{file
=
"packaging-20.
4
-py2.py3-none-any.whl"
,
hash
=
"sha256:
998416ba6962ae7fbd6596850b80e17859a5753ba17c32284f67bfff3378
418
1
"
}
,
{file
=
"packaging-20.
4
.tar.gz"
,
hash
=
"sha256:
4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8
"
}
,
{file
=
"packaging-20.
8
-py2.py3-none-any.whl"
,
hash
=
"sha256:
24e0da08660a87484d1602c30bb4902d74816b6985b93de36926f5bc957
418
58
"
}
,
{file
=
"packaging-20.
8
.tar.gz"
,
hash
=
"sha256:
78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093
"
}
,
]
pathspec
=
[
{file
=
"pathspec-0.8.1-py2.py3-none-any.whl"
,
hash
=
"sha256:aa0cb481c4041bf52ffa7b0d8fa6cd3e88a2ca4879c533c9153882ee2556790d"
}
,
...
...
@@ -2492,8 +2503,8 @@ pg8000 = [
{file
=
"pg8000-1.16.6.tar.gz"
,
hash
=
"sha256:8fc1e6a62ccb7c9830f1e7e9288e2d20eaf373cc8875b5c55b7d5d9b7717be91"
}
,
]
phonenumbers
=
[
{file
=
"phonenumbers-8.12.1
3
-py2.py3-none-any.whl"
,
hash
=
"sha256:
9de2937034deb040eb9ac56519b0887e0fe89811e57f6f5c88359e3be20ae3b5
"
}
,
{file
=
"phonenumbers-8.12.1
3
.tar.gz"
,
hash
=
"sha256:
96d02120a3481e22d8a8eb5e4595ceec1930855749f6e4a06ef931881f59f562
"
}
,
{file
=
"phonenumbers-8.12.1
5
-py2.py3-none-any.whl"
,
hash
=
"sha256:
13d499f7114c4b37c54ee844b188d5e7441951a7da41de5fc1a25ff8fdceef80
"
}
,
{file
=
"phonenumbers-8.12.1
5
.tar.gz"
,
hash
=
"sha256:
b734bfcf33e87ddae72196a40b3d1af35abd0beb263816ae18e1bff612926406
"
}
,
]
pillow
=
[
{file
=
"Pillow-7.2.0-cp35-cp35m-macosx_10_10_intel.whl"
,
hash
=
"sha256:1ca594126d3c4def54babee699c055a913efb01e106c309fa6b04405d474d5ae"
}
,
...
...
@@ -2520,8 +2531,6 @@ pillow = [
{file
=
"Pillow-7.2.0-cp38-cp38-manylinux2014_aarch64.whl"
,
hash
=
"sha256:5e51ee2b8114def244384eda1c82b10e307ad9778dac5c83fb0943775a653cd8"
}
,
{file
=
"Pillow-7.2.0-cp38-cp38-win32.whl"
,
hash
=
"sha256:725aa6cfc66ce2857d585f06e9519a1cc0ef6d13f186ff3447ab6dff0a09bc7f"
}
,
{file
=
"Pillow-7.2.0-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:a060cf8aa332052df2158e5a119303965be92c3da6f2d93b6878f0ebca80b2f6"
}
,
{file
=
"Pillow-7.2.0-pp36-pypy36_pp73-macosx_10_10_x86_64.whl"
,
hash
=
"sha256:9c87ef410a58dd54b92424ffd7e28fd2ec65d2f7fc02b76f5e9b2067e355ebf6"
}
,
{file
=
"Pillow-7.2.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl"
,
hash
=
"sha256:e901964262a56d9ea3c2693df68bc9860b8bdda2b04768821e4c44ae797de117"
}
,
{file
=
"Pillow-7.2.0-pp36-pypy36_pp73-win32.whl"
,
hash
=
"sha256:25930fadde8019f374400f7986e8404c8b781ce519da27792cbe46eabec00c4d"
}
,
{file
=
"Pillow-7.2.0.tar.gz"
,
hash
=
"sha256:97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626"
}
,
]
...
...
@@ -2534,17 +2543,34 @@ prometheus-client = [
{file
=
"prometheus_client-0.9.0.tar.gz"
,
hash
=
"sha256:9da7b32f02439d8c04f7777021c304ed51d9ec180604700c1ba72a4d44dceb03"
}
,
]
psutil
=
[
{file
=
"psutil-5.7.3-cp27-none-win32.whl"
,
hash
=
"sha256:1cd6a0c9fb35ece2ccf2d1dd733c1e165b342604c67454fd56a4c12e0a106787"
}
,
{file
=
"psutil-5.7.3-cp27-none-win_amd64.whl"
,
hash
=
"sha256:e02c31b2990dcd2431f4524b93491941df39f99619b0d312dfe1d4d530b08b4b"
}
,
{file
=
"psutil-5.7.3-cp35-cp35m-win32.whl"
,
hash
=
"sha256:56c85120fa173a5d2ad1d15a0c6e0ae62b388bfb956bb036ac231fbdaf9e4c22"
}
,
{file
=
"psutil-5.7.3-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:fa38ac15dbf161ab1e941ff4ce39abd64b53fec5ddf60c23290daed2bc7d1157"
}
,
{file
=
"psutil-5.7.3-cp36-cp36m-win32.whl"
,
hash
=
"sha256:01bc82813fbc3ea304914581954979e637bcc7084e59ac904d870d6eb8bb2bc7"
}
,
{file
=
"psutil-5.7.3-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:6a3e1fd2800ca45083d976b5478a2402dd62afdfb719b30ca46cd28bb25a2eb4"
}
,
{file
=
"psutil-5.7.3-cp37-cp37m-win32.whl"
,
hash
=
"sha256:fbcac492cb082fa38d88587d75feb90785d05d7e12d4565cbf1ecc727aff71b7"
}
,
{file
=
"psutil-5.7.3-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:5d9106ff5ec2712e2f659ebbd112967f44e7d33f40ba40530c485cc5904360b8"
}
,
{file
=
"psutil-5.7.3-cp38-cp38-win32.whl"
,
hash
=
"sha256:ade6af32eb80a536eff162d799e31b7ef92ddcda707c27bbd077238065018df4"
}
,
{file
=
"psutil-5.7.3-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:2cb55ef9591b03ef0104bedf67cc4edb38a3edf015cf8cf24007b99cb8497542"
}
,
{file
=
"psutil-5.7.3.tar.gz"
,
hash
=
"sha256:af73f7bcebdc538eda9cc81d19db1db7bf26f103f91081d780bbacfcb620dee2"
}
,
{file
=
"psutil-5.8.0-cp27-cp27m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:0066a82f7b1b37d334e68697faba68e5ad5e858279fd6351c8ca6024e8d6ba64"
}
,
{file
=
"psutil-5.8.0-cp27-cp27m-manylinux2010_i686.whl"
,
hash
=
"sha256:0ae6f386d8d297177fd288be6e8d1afc05966878704dad9847719650e44fc49c"
}
,
{file
=
"psutil-5.8.0-cp27-cp27m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:12d844996d6c2b1d3881cfa6fa201fd635971869a9da945cf6756105af73d2df"
}
,
{file
=
"psutil-5.8.0-cp27-cp27mu-manylinux2010_i686.whl"
,
hash
=
"sha256:02b8292609b1f7fcb34173b25e48d0da8667bc85f81d7476584d889c6e0f2131"
}
,
{file
=
"psutil-5.8.0-cp27-cp27mu-manylinux2010_x86_64.whl"
,
hash
=
"sha256:6ffe81843131ee0ffa02c317186ed1e759a145267d54fdef1bc4ea5f5931ab60"
}
,
{file
=
"psutil-5.8.0-cp27-none-win32.whl"
,
hash
=
"sha256:ea313bb02e5e25224e518e4352af4bf5e062755160f77e4b1767dd5ccb65f876"
}
,
{file
=
"psutil-5.8.0-cp27-none-win_amd64.whl"
,
hash
=
"sha256:5da29e394bdedd9144c7331192e20c1f79283fb03b06e6abd3a8ae45ffecee65"
}
,
{file
=
"psutil-5.8.0-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:74fb2557d1430fff18ff0d72613c5ca30c45cdbfcddd6a5773e9fc1fe9364be8"
}
,
{file
=
"psutil-5.8.0-cp36-cp36m-manylinux2010_i686.whl"
,
hash
=
"sha256:74f2d0be88db96ada78756cb3a3e1b107ce8ab79f65aa885f76d7664e56928f6"
}
,
{file
=
"psutil-5.8.0-cp36-cp36m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:99de3e8739258b3c3e8669cb9757c9a861b2a25ad0955f8e53ac662d66de61ac"
}
,
{file
=
"psutil-5.8.0-cp36-cp36m-win32.whl"
,
hash
=
"sha256:36b3b6c9e2a34b7d7fbae330a85bf72c30b1c827a4366a07443fc4b6270449e2"
}
,
{file
=
"psutil-5.8.0-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:52de075468cd394ac98c66f9ca33b2f54ae1d9bff1ef6b67a212ee8f639ec06d"
}
,
{file
=
"psutil-5.8.0-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:c6a5fd10ce6b6344e616cf01cc5b849fa8103fbb5ba507b6b2dee4c11e84c935"
}
,
{file
=
"psutil-5.8.0-cp37-cp37m-manylinux2010_i686.whl"
,
hash
=
"sha256:61f05864b42fedc0771d6d8e49c35f07efd209ade09a5afe6a5059e7bb7bf83d"
}
,
{file
=
"psutil-5.8.0-cp37-cp37m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:0dd4465a039d343925cdc29023bb6960ccf4e74a65ad53e768403746a9207023"
}
,
{file
=
"psutil-5.8.0-cp37-cp37m-win32.whl"
,
hash
=
"sha256:1bff0d07e76114ec24ee32e7f7f8d0c4b0514b3fae93e3d2aaafd65d22502394"
}
,
{file
=
"psutil-5.8.0-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:fcc01e900c1d7bee2a37e5d6e4f9194760a93597c97fee89c4ae51701de03563"
}
,
{file
=
"psutil-5.8.0-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:6223d07a1ae93f86451d0198a0c361032c4c93ebd4bf6d25e2fb3edfad9571ef"
}
,
{file
=
"psutil-5.8.0-cp38-cp38-manylinux2010_i686.whl"
,
hash
=
"sha256:d225cd8319aa1d3c85bf195c4e07d17d3cd68636b8fc97e6cf198f782f99af28"
}
,
{file
=
"psutil-5.8.0-cp38-cp38-manylinux2010_x86_64.whl"
,
hash
=
"sha256:28ff7c95293ae74bf1ca1a79e8805fcde005c18a122ca983abf676ea3466362b"
}
,
{file
=
"psutil-5.8.0-cp38-cp38-win32.whl"
,
hash
=
"sha256:ce8b867423291cb65cfc6d9c4955ee9bfc1e21fe03bb50e177f2b957f1c2469d"
}
,
{file
=
"psutil-5.8.0-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:90f31c34d25b1b3ed6c40cdd34ff122b1887a825297c017e4cbd6796dd8b672d"
}
,
{file
=
"psutil-5.8.0-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:6323d5d845c2785efb20aded4726636546b26d3b577aded22492908f7c1bdda7"
}
,
{file
=
"psutil-5.8.0-cp39-cp39-manylinux2010_i686.whl"
,
hash
=
"sha256:245b5509968ac0bd179287d91210cd3f37add77dad385ef238b275bad35fa1c4"
}
,
{file
=
"psutil-5.8.0-cp39-cp39-manylinux2010_x86_64.whl"
,
hash
=
"sha256:90d4091c2d30ddd0a03e0b97e6a33a48628469b99585e2ad6bf21f17423b112b"
}
,
{file
=
"psutil-5.8.0-cp39-cp39-win32.whl"
,
hash
=
"sha256:ea372bcc129394485824ae3e3ddabe67dc0b118d262c568b4d2602a7070afdb0"
}
,
{file
=
"psutil-5.8.0-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:f4634b033faf0d968bb9220dd1c793b897ab7f1189956e1aa9eae752527127d3"
}
,
{file
=
"psutil-5.8.0.tar.gz"
,
hash
=
"sha256:0c9ccb99ab76025f2f0bbecf341d4656e9c1351db8cc8a03ccd62e318ab4b5c6"
}
,
]
psycopg2
=
[
{file
=
"psycopg2-2.8.6-cp27-cp27m-win32.whl"
,
hash
=
"sha256:068115e13c70dc5982dfc00c5d70437fe37c014c808acce119b5448361c03725"
}
,
...
...
@@ -2562,8 +2588,8 @@ psycopg2 = [
{file
=
"psycopg2-2.8.6.tar.gz"
,
hash
=
"sha256:fb23f6c71107c37fd667cb4ea363ddeb936b348bbd6449278eb92c189699f543"
}
,
]
py
=
[
{file
=
"py-1.
9
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:3
66389d1db726cd2fcfc79732e75410e5fe4d31db13692115529d34069a043c2
"
}
,
{file
=
"py-1.
9
.0.tar.gz"
,
hash
=
"sha256:
9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342
"
}
,
{file
=
"py-1.
10
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:3
b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a
"
}
,
{file
=
"py-1.
10
.0.tar.gz"
,
hash
=
"sha256:
21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3
"
}
,
]
pycodestyle
=
[
{file
=
"pycodestyle-2.6.0-py2.py3-none-any.whl"
,
hash
=
"sha256:2295e7b2f6b5bd100585ebcb1f616591b652db8a741695b3d8f5d28bdc934367"
}
,
...
...
@@ -2573,8 +2599,6 @@ pycryptodome = [
{file
=
"pycryptodome-3.9.9-cp27-cp27m-macosx_10_6_intel.whl"
,
hash
=
"sha256:5598dc6c9dbfe882904e54584322893eff185b98960bbe2cdaaa20e8a437b6e5"
}
,
{file
=
"pycryptodome-3.9.9-cp27-cp27m-manylinux1_i686.whl"
,
hash
=
"sha256:1cfdb92dca388e27e732caa72a1cc624520fe93752a665c3b6cd8f1a91b34916"
}
,
{file
=
"pycryptodome-3.9.9-cp27-cp27m-manylinux1_x86_64.whl"
,
hash
=
"sha256:5f19e6ef750f677d924d9c7141f54bade3cd56695bbfd8a9ef15d0378557dfe4"
}
,
{file
=
"pycryptodome-3.9.9-cp27-cp27m-win32.whl"
,
hash
=
"sha256:a3d8a9efa213be8232c59cdc6b65600276508e375e0a119d710826248fd18d37"
}
,
{file
=
"pycryptodome-3.9.9-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:50826b49fbca348a61529693b0031cdb782c39060fb9dca5ac5dff858159dc5a"
}
,
{file
=
"pycryptodome-3.9.9-cp27-cp27mu-manylinux1_i686.whl"
,
hash
=
"sha256:19cb674df6c74a14b8b408aa30ba8a89bd1c01e23505100fb45f930fbf0ed0d9"
}
,
{file
=
"pycryptodome-3.9.9-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:28f75e58d02019a7edc7d4135203d2501dfc47256d175c72c9798f9a129a49a7"
}
,
{file
=
"pycryptodome-3.9.9-cp35-cp35m-macosx_10_6_intel.whl"
,
hash
=
"sha256:6d3baaf82681cfb1a842f1c8f77beac791ceedd99af911e4f5fabec32bae2259"
}
,
...
...
@@ -2585,26 +2609,17 @@ pycryptodome = [
{file
=
"pycryptodome-3.9.9-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:7798e73225a699651888489fbb1dbc565e03a509942a8ce6194bbe6fb582a41f"
}
,
{file
=
"pycryptodome-3.9.9-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:46e96aeb8a9ca8b1edf9b1fd0af4bf6afcf3f1ca7fa35529f5d60b98f3e4e959"
}
,
{file
=
"pycryptodome-3.9.9-cp36-cp36m-manylinux2014_aarch64.whl"
,
hash
=
"sha256:843e5f10ecdf9d307032b8b91afe9da1d6ed5bb89d0bbec5c8dcb4ba44008e11"
}
,
{file
=
"pycryptodome-3.9.9-cp36-cp36m-win32.whl"
,
hash
=
"sha256:b68794fba45bdb367eeb71249c26d23e61167510a1d0c3d6cf0f2f14636e62ee"
}
,
{file
=
"pycryptodome-3.9.9-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:60febcf5baf70c566d9d9351c47fbd8321da9a4edf2eff45c4c31c86164ca794"
}
,
{file
=
"pycryptodome-3.9.9-cp37-cp37m-macosx_10_6_intel.whl"
,
hash
=
"sha256:4ed27951b0a17afd287299e2206a339b5b6d12de9321e1a1575261ef9c4a851b"
}
,
{file
=
"pycryptodome-3.9.9-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:9000877383e2189dafd1b2fc68c6c726eca9a3cfb6d68148fbb72ccf651959b6"
}
,
{file
=
"pycryptodome-3.9.9-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:faa682c404c218e8788c3126c9a4b8fbcc54dc245b5b6e8ea5b46f3b63bd0c84"
}
,
{file
=
"pycryptodome-3.9.9-cp37-cp37m-manylinux2014_aarch64.whl"
,
hash
=
"sha256:62c488a21c253dadc9f731a32f0ac61e4e436d81a1ea6f7d1d9146ed4d20d6bd"
}
,
{file
=
"pycryptodome-3.9.9-cp37-cp37m-win32.whl"
,
hash
=
"sha256:834b790bbb6bd18956f625af4004d9c15eed12d5186d8e57851454ae76d52215"
}
,
{file
=
"pycryptodome-3.9.9-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:70d807d11d508433daf96244ec1c64e55039e8a35931fc5ea9eee94dbe3cb6b5"
}
,
{file
=
"pycryptodome-3.9.9-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:27397aee992af69d07502126561d851ba3845aa808f0e55c71ad0efa264dd7d4"
}
,
{file
=
"pycryptodome-3.9.9-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:d7ec2bd8f57c559dd24e71891c51c25266a8deb66fc5f02cc97c7fb593d1780a"
}
,
{file
=
"pycryptodome-3.9.9-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:e15bde67ccb7d4417f627dd16ffe2f5a4c2941ce5278444e884cb26d73ecbc61"
}
,
{file
=
"pycryptodome-3.9.9-cp38-cp38-manylinux2014_aarch64.whl"
,
hash
=
"sha256:5c3c4865730dfb0263f822b966d6d58429d8b1e560d1ddae37685fd9e7c63161"
}
,
{file
=
"pycryptodome-3.9.9-cp38-cp38-win32.whl"
,
hash
=
"sha256:76b1a34d74bb2c91bce460cdc74d1347592045627a955e9a252554481c17c52f"
}
,
{file
=
"pycryptodome-3.9.9-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:6e4227849e4231a3f5b35ea5bdedf9a82b3883500e5624f00a19156e9a9ef861"
}
,
{file
=
"pycryptodome-3.9.9-cp39-cp39-manylinux1_i686.whl"
,
hash
=
"sha256:2a68df525b387201a43b27b879ce8c08948a430e883a756d6c9e3acdaa7d7bd8"
}
,
{file
=
"pycryptodome-3.9.9-cp39-cp39-manylinux1_x86_64.whl"
,
hash
=
"sha256:a4599c0ca0fc027c780c1c45ed996d5bef03e571470b7b1c7171ec1e1a90914c"
}
,
{file
=
"pycryptodome-3.9.9-cp39-cp39-manylinux2014_aarch64.whl"
,
hash
=
"sha256:b4e6b269a8ddaede774e5c3adbef6bf452ee144e6db8a716d23694953348cd86"
}
,
{file
=
"pycryptodome-3.9.9-cp39-cp39-win32.whl"
,
hash
=
"sha256:a199e9ca46fc6e999e5f47fce342af4b56c7de85fae893c69ab6aa17531fb1e1"
}
,
{file
=
"pycryptodome-3.9.9-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:6e89bb3826e6f84501e8e3b205c22595d0c5492c2f271cbb9ee1c48eb1866645"
}
,
{file
=
"pycryptodome-3.9.9.tar.gz"
,
hash
=
"sha256:910e202a557e1131b1c1b3f17a63914d57aac55cf9fb9b51644962841c3995c4"
}
,
]
pydocstyle
=
[
{file
=
"pydocstyle-5.1.1-py3-none-any.whl"
,
hash
=
"sha256:aca749e190a01726a4fb472dd4ef23b5c9da7b9205c0a7857c06533de13fd678"
}
,
...
...
@@ -2615,20 +2630,20 @@ pyflakes = [
{file
=
"pyflakes-2.2.0.tar.gz"
,
hash
=
"sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8"
}
,
]
pygments
=
[
{file
=
"Pygments-2.7.
2
-py3-none-any.whl"
,
hash
=
"sha256:
88a0bbcd659fcb9573703957c6b9cff9fab7295e6e76db54c9d00ae42df32773
"
}
,
{file
=
"Pygments-2.7.
2
.tar.gz"
,
hash
=
"sha256:
381985fcc551eb9d37c52088a32914e00517e57f4a21609f48141ba08e193fa0
"
}
,
{file
=
"Pygments-2.7.
3
-py3-none-any.whl"
,
hash
=
"sha256:
f275b6c0909e5dafd2d6269a656aa90fa58ebf4a74f8fcf9053195d226b24a08
"
}
,
{file
=
"Pygments-2.7.
3
.tar.gz"
,
hash
=
"sha256:
ccf3acacf3782cbed4a989426012f1c535c9a90d3a7fc3f16d231b9372d2b716
"
}
,
]
pyjwt
=
[
{file
=
"PyJWT-
1.7.1-py2.
py3-none-any.whl"
,
hash
=
"sha256:5c
6eca3c2940464d106b99ba83b00c6add741c9becaec087fb7ccdefea71350e
"
}
,
{file
=
"PyJWT-
1.7.1
.tar.gz"
,
hash
=
"sha256:
8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96
"
}
,
{file
=
"PyJWT-
2.0.0-
py3-none-any.whl"
,
hash
=
"sha256:5c
2ff2eb27d7e342dfc3cafcc16412781f06db2690fbef81922b0172598f085b
"
}
,
{file
=
"PyJWT-
2.0.0
.tar.gz"
,
hash
=
"sha256:
7a2b271c6dac2fda9e0c33d176c4253faba2c6c6b3a99c7f28a32c3c97522779
"
}
,
]
pyparsing
=
[
{file
=
"pyparsing-2.4.7-py2.py3-none-any.whl"
,
hash
=
"sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"
}
,
{file
=
"pyparsing-2.4.7.tar.gz"
,
hash
=
"sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"
}
,
]
pytest
=
[
{file
=
"pytest-6.
1.2
-py3-none-any.whl"
,
hash
=
"sha256:
4288fed0d9153d9646bfcdf0c0428197dba1ecb27a33bb6e031d002fa88653fe
"
}
,
{file
=
"pytest-6.
1.2
.tar.gz"
,
hash
=
"sha256:
c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e
"
}
,
{file
=
"pytest-6.
2.1
-py3-none-any.whl"
,
hash
=
"sha256:
1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8
"
}
,
{file
=
"pytest-6.
2.1
.tar.gz"
,
hash
=
"sha256:
66e419b1899bc27346cb2c993e12c5e5e8daba9073c1fbce33b9807abc95c306
"
}
,
]
pytest-cov
=
[
{file
=
"pytest-cov-2.10.1.tar.gz"
,
hash
=
"sha256:47bd0ce14056fdd79f93e1713f88fad7bdcc583dcd7783da86ef2f085a0bb88e"
}
,
...
...
@@ -2654,8 +2669,8 @@ python-memcached = [
{file
=
"python_memcached-1.59-py2.py3-none-any.whl"
,
hash
=
"sha256:4dac64916871bd3550263323fc2ce18e1e439080a2d5670c594cf3118d99b594"
}
,
]
pytz
=
[
{file
=
"pytz-2020.
4
-py2.py3-none-any.whl"
,
hash
=
"sha256:
5c55e189b682d420be27c6995ba6edce0c0a77dd67bfbe2ae6607134d5851ffd
"
}
,
{file
=
"pytz-2020.
4
.tar.gz"
,
hash
=
"sha256:
3e6b7dd2d1e0a59084bcee14a17af60c5c562cdc16d828e8eba2e683d3a7e268
"
}
,
{file
=
"pytz-2020.
5
-py2.py3-none-any.whl"
,
hash
=
"sha256:
16962c5fb8db4a8f63a26646d8886e9d769b6c511543557bc84e9569fb9a9cb4
"
}
,
{file
=
"pytz-2020.
5
.tar.gz"
,
hash
=
"sha256:
180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5
"
}
,
]
pyyaml
=
[
{file
=
"PyYAML-5.3.1-cp27-cp27m-win32.whl"
,
hash
=
"sha256:74809a57b329d6cc0fdccee6318f44b9b8649961fa73144a98735b0aaf029f1f"
}
,
...
...
@@ -2718,8 +2733,8 @@ regex = [
{file
=
"regex-2020.11.13.tar.gz"
,
hash
=
"sha256:83d6b356e116ca119db8e7c6fc2983289d87b27b3fac238cfe5dca529d884562"
}
,
]
requests
=
[
{file
=
"requests-2.25.
0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
e786fa28d8c915
4e6a4
de5d46a1d921b8749f8b74e
28
b
de
23768e5e16eece998
"
}
,
{file
=
"requests-2.25.
0
.tar.gz"
,
hash
=
"sha256:
7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8
"
}
,
{file
=
"requests-2.25.
1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
c21008
4e
3
6a4
2ae6b9219e00e48
28
7
de
f368a26d03a048ddad7bfee44f75871e
"
}
,
{file
=
"requests-2.25.
1
.tar.gz"
,
hash
=
"sha256:
27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804
"
}
,
]
restructuredtext-lint
=
[
{file
=
"restructuredtext_lint-1.3.2.tar.gz"
,
hash
=
"sha256:d3b10a1fe2ecac537e51ae6d151b223b78de9fafdd50e5eb6b08c243df173c80"
}
,
...
...
@@ -2756,8 +2771,8 @@ rules = [
{file
=
"rules-2.2.tar.gz"
,
hash
=
"sha256:9bae429f9d4f91a375402990da1541f9e093b0ac077221d57124d06eeeca4405"
}
,
]
safety
=
[
{file
=
"safety-1.
9
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
86c1c4a031fe35bd624fce143fbe642a0234d29f7cbf7a9aa269f244a955b087
"
}
,
{file
=
"safety-1.
9
.0.tar.gz"
,
hash
=
"sha256:2
3bf20690d4400edc795836b0c983c2b4cbbb922233108ff925b7dd7750f00c9
"
}
,
{file
=
"safety-1.
10
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
69437acf5dd617abd7086ccd0d50e813e67aa969bb9ca90f1847d5fbea047dcc
"
}
,
{file
=
"safety-1.
10
.0.tar.gz"
,
hash
=
"sha256:2
ebc71b44666588d7898905d86d575933fcd5fa3c92d301ed12482602b1e928a
"
}
,
]
scramp
=
[
{file
=
"scramp-1.2.0-py3-none-any.whl"
,
hash
=
"sha256:74815c25aad1fe0b5fb994e96c3de63e8695164358a80138352aaadfa4760350"
}
,
...
...
@@ -2780,16 +2795,16 @@ snowballstemmer = [
{file
=
"snowballstemmer-2.0.0.tar.gz"
,
hash
=
"sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"
}
,
]
soupsieve
=
[
{file
=
"soupsieve-2.
0.
1-py3-none-any.whl"
,
hash
=
"sha256:
1634eea42ab371d3d346309b93df7870a88610f0725d47528be902a0d95ecc55
"
}
,
{file
=
"soupsieve-2.
0.
1.tar.gz"
,
hash
=
"sha256:
a59dc181727e95d25f781f0eb4fd1825ff45590ec8ff49eadfd7f1a537cc0232
"
}
,
{file
=
"soupsieve-2.1-py3-none-any.whl"
,
hash
=
"sha256:
4bb21a6ee4707bf43b61230e80740e71bfe56e55d1f1f50924b087bb2975c851
"
}
,
{file
=
"soupsieve-2.1.tar.gz"
,
hash
=
"sha256:
6dc52924dc0bc710a5d16794e6b3480b2c7c08b07729505feab2b2c16661ff6e
"
}
,
]
spdx-license-list
=
[
{file
=
"spdx_license_list-0.5.
1
-py3-none-any.whl"
,
hash
=
"sha256:
32f1401e0077b46ba8b3d9c648b6503ef1d49c41aab51aa13816be2dde3b4a13
"
}
,
{file
=
"spdx_license_list-0.5.
1
.tar.gz"
,
hash
=
"sha256:
64cb5de37724c64cdeccafa2ae68667ff8ccdb7b688f51c1c2be82d7ebe3a112
"
}
,
{file
=
"spdx_license_list-0.5.
2
-py3-none-any.whl"
,
hash
=
"sha256:
1b338470c7b403dbecceca563a316382c7977516128ca6c1e8f7078e3ed6e7b0
"
}
,
{file
=
"spdx_license_list-0.5.
2
.tar.gz"
,
hash
=
"sha256:
952996f72ab807972dc2278bb9b91e5294767211e51f09aad9c0e2ff5b82a31b
"
}
,
]
sphinx
=
[
{file
=
"Sphinx-3.
3
.1-py3-none-any.whl"
,
hash
=
"sha256:
d4e59ad4ea55efbb3c05cde3bfc83bfc14f0c95aa95c3d75346fcce186a47960
"
}
,
{file
=
"Sphinx-3.
3
.1.tar.gz"
,
hash
=
"sha256:
1e8d592225447104d1172be415bc2972bd1357e3e12fdc76edf2261105db4300
"
}
,
{file
=
"Sphinx-3.
4
.1-py3-none-any.whl"
,
hash
=
"sha256:
aeef652b14629431c82d3fe994ce39ead65b3fe87cf41b9a3714168ff8b83376
"
}
,
{file
=
"Sphinx-3.
4
.1.tar.gz"
,
hash
=
"sha256:
e450cb205ff8924611085183bf1353da26802ae73d9251a8fcdf220a8f8712ef
"
}
,
]
sphinx-autodoc-typehints
=
[
{file
=
"sphinx-autodoc-typehints-1.11.1.tar.gz"
,
hash
=
"sha256:244ba6d3e2fdb854622f643c7763d6f95b6886eba24bec28e86edf205e4ddb20"
}
,
...
...
@@ -2828,15 +2843,15 @@ sqlparse = [
{file
=
"sqlparse-0.4.1.tar.gz"
,
hash
=
"sha256:0f91fd2e829c44362cbcfab3e9ae12e22badaa8a29ad5ff599f9ec109f0454e8"
}
,
]
stevedore
=
[
{file
=
"stevedore-3.
2.2
-py3-none-any.whl"
,
hash
=
"sha256:5
e1ab03eaae06ef6ce23859402de785f08d97780ed774948ef16c4652c41bc62
"
}
,
{file
=
"stevedore-3.
2.2
.tar.gz"
,
hash
=
"sha256:
f845868b3a3a77a2489d226568abe7328b5c2d4f6a011cc759dfa99144a521f0
"
}
,
{file
=
"stevedore-3.
3.0
-py3-none-any.whl"
,
hash
=
"sha256:5
0d7b78fbaf0d04cd62411188fa7eedcb03eb7f4c4b37005615ceebe582aa82a
"
}
,
{file
=
"stevedore-3.
3.0
.tar.gz"
,
hash
=
"sha256:
3a5bbd0652bf552748871eaa73a4a8dc2899786bc497a2aa1fcb4dcdb0debeee
"
}
,
]
termcolor
=
[
{file
=
"termcolor-1.1.0.tar.gz"
,
hash
=
"sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"
}
,
]
testfixtures
=
[
{file
=
"testfixtures-6.1
5
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:e
17f4f526fc90b0ac9bc7f8ca62b7dec17d9faf3d721f56bda4f0fd94d02f85a
"
}
,
{file
=
"testfixtures-6.1
5
.0.tar.gz"
,
hash
=
"sha256:
409f77cfbdad822d12a8ce5c4aa8fb4d0bb38073f4a5444fede3702716a2cec2
"
}
,
{file
=
"testfixtures-6.1
7
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:e
bcc3e024d47bb58a60cdc678604151baa0c920ae2814004c89ac9066de31b2c
"
}
,
{file
=
"testfixtures-6.1
7
.0.tar.gz"
,
hash
=
"sha256:
fa7c170df68ca6367eda061e9ec339ae3e6d3679c31e04033f83ef97a7d7d0ce
"
}
,
]
"testing.common.database"
=
[
{file
=
"testing.common.database-2.0.3-py2.py3-none-any.whl"
,
hash
=
"sha256:e3ed492bf480a87f271f74c53b262caf5d85c8bc09989a8f534fa2283ec52492"
}
,
...
...
@@ -2855,34 +2870,43 @@ toml = [
{file
=
"toml-0.10.2.tar.gz"
,
hash
=
"sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
}
,
]
tqdm
=
[
{file
=
"tqdm-4.5
4.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
9e7b8ab0ecbdbf0595adadd5f0ebbb9e69010e0bd48bbb0c15e550bf2a5292df
"
}
,
{file
=
"tqdm-4.5
4.0
.tar.gz"
,
hash
=
"sha256:5
c0d04e06ccc0da1bd3fa5ae4550effcce42fcad947b4a6cafa77bdc9b09ff22
"
}
,
{file
=
"tqdm-4.5
5.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
b8b46036fd00176d0870307123ef06bb851096964fa7fc578d789f90ce82c3e4
"
}
,
{file
=
"tqdm-4.5
5.1
.tar.gz"
,
hash
=
"sha256:5
56c55b081bd9aa746d34125d024b73f0e2a0e62d5927ff0e400e20ee0a03b9a
"
}
,
]
twilio
=
[
{file
=
"twilio-6.
48.0
.tar.gz"
,
hash
=
"sha256:
745f3dfe6685e001ddd2baa290b37377426388906ea6d3549e06fb2f669da7b3
"
}
,
{file
=
"twilio-6.
50.1
.tar.gz"
,
hash
=
"sha256:
dd8371c9b4ea422d6de7526b63b587da82e8488f2b3f6b1258d2cad6e4006a65
"
}
,
]
typed-ast
=
[
{file
=
"typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3"
}
,
{file
=
"typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:aaee9905aee35ba5905cfb3c62f3e83b3bec7b39413f0a7f19be4e547ea01ebb"
}
,
{file
=
"typed_ast-1.4.1-cp35-cp35m-win32.whl"
,
hash
=
"sha256:0c2c07682d61a629b68433afb159376e24e5b2fd4641d35424e462169c0a7919"
}
,
{file
=
"typed_ast-1.4.1-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:4083861b0aa07990b619bd7ddc365eb7fa4b817e99cf5f8d9cf21a42780f6e01"
}
,
{file
=
"typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:269151951236b0f9a6f04015a9004084a5ab0d5f19b57de779f908621e7d8b75"
}
,
{file
=
"typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:24995c843eb0ad11a4527b026b4dde3da70e1f2d8806c99b7b4a7cf491612652"
}
,
{file
=
"typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:fe460b922ec15dd205595c9b5b99e2f056fd98ae8f9f56b888e7a17dc2b757e7"
}
,
{file
=
"typed_ast-1.4.1-cp36-cp36m-win32.whl"
,
hash
=
"sha256:4e3e5da80ccbebfff202a67bf900d081906c358ccc3d5e3c8aea42fdfdfd51c1"
}
,
{file
=
"typed_ast-1.4.1-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:249862707802d40f7f29f6e1aad8d84b5aa9e44552d2cc17384b209f091276aa"
}
,
{file
=
"typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:8ce678dbaf790dbdb3eba24056d5364fb45944f33553dd5869b7580cdbb83614"
}
,
{file
=
"typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:c9e348e02e4d2b4a8b2eedb48210430658df6951fa484e59de33ff773fbd4b41"
}
,
{file
=
"typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:bcd3b13b56ea479b3650b82cabd6b5343a625b0ced5429e4ccad28a8973f301b"
}
,
{file
=
"typed_ast-1.4.1-cp37-cp37m-win32.whl"
,
hash
=
"sha256:d5d33e9e7af3b34a40dc05f498939f0ebf187f07c385fd58d591c533ad8562fe"
}
,
{file
=
"typed_ast-1.4.1-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:0666aa36131496aed8f7be0410ff974562ab7eeac11ef351def9ea6fa28f6355"
}
,
{file
=
"typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl"
,
hash
=
"sha256:d205b1b46085271b4e15f670058ce182bd1199e56b317bf2ec004b6a44f911f6"
}
,
{file
=
"typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:6daac9731f172c2a22ade6ed0c00197ee7cc1221aa84cfdf9c31defeb059a907"
}
,
{file
=
"typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:498b0f36cc7054c1fead3d7fc59d2150f4d5c6c56ba7fb150c013fbc683a8d2d"
}
,
{file
=
"typed_ast-1.4.1-cp38-cp38-win32.whl"
,
hash
=
"sha256:715ff2f2df46121071622063fc7543d9b1fd19ebfc4f5c8895af64a77a8c852c"
}
,
{file
=
"typed_ast-1.4.1-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:fc0fea399acb12edbf8a628ba8d2312f583bdbdb3335635db062fa98cf71fca4"
}
,
{file
=
"typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl"
,
hash
=
"sha256:d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34"
}
,
{file
=
"typed_ast-1.4.1.tar.gz"
,
hash
=
"sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"
}
,
{file
=
"typed_ast-1.4.2-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:7703620125e4fb79b64aa52427ec192822e9f45d37d4b6625ab37ef403e1df70"
}
,
{file
=
"typed_ast-1.4.2-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:c9aadc4924d4b5799112837b226160428524a9a45f830e0d0f184b19e4090487"
}
,
{file
=
"typed_ast-1.4.2-cp35-cp35m-manylinux2014_aarch64.whl"
,
hash
=
"sha256:9ec45db0c766f196ae629e509f059ff05fc3148f9ffd28f3cfe75d4afb485412"
}
,
{file
=
"typed_ast-1.4.2-cp35-cp35m-win32.whl"
,
hash
=
"sha256:85f95aa97a35bdb2f2f7d10ec5bbdac0aeb9dafdaf88e17492da0504de2e6400"
}
,
{file
=
"typed_ast-1.4.2-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:9044ef2df88d7f33692ae3f18d3be63dec69c4fb1b5a4a9ac950f9b4ba571606"
}
,
{file
=
"typed_ast-1.4.2-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:c1c876fd795b36126f773db9cbb393f19808edd2637e00fd6caba0e25f2c7b64"
}
,
{file
=
"typed_ast-1.4.2-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:5dcfc2e264bd8a1db8b11a892bd1647154ce03eeba94b461effe68790d8b8e07"
}
,
{file
=
"typed_ast-1.4.2-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:8db0e856712f79c45956da0c9a40ca4246abc3485ae0d7ecc86a20f5e4c09abc"
}
,
{file
=
"typed_ast-1.4.2-cp36-cp36m-manylinux2014_aarch64.whl"
,
hash
=
"sha256:d003156bb6a59cda9050e983441b7fa2487f7800d76bdc065566b7d728b4581a"
}
,
{file
=
"typed_ast-1.4.2-cp36-cp36m-win32.whl"
,
hash
=
"sha256:4c790331247081ea7c632a76d5b2a265e6d325ecd3179d06e9cf8d46d90dd151"
}
,
{file
=
"typed_ast-1.4.2-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:d175297e9533d8d37437abc14e8a83cbc68af93cc9c1c59c2c292ec59a0697a3"
}
,
{file
=
"typed_ast-1.4.2-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:cf54cfa843f297991b7388c281cb3855d911137223c6b6d2dd82a47ae5125a41"
}
,
{file
=
"typed_ast-1.4.2-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:b4fcdcfa302538f70929eb7b392f536a237cbe2ed9cba88e3bf5027b39f5f77f"
}
,
{file
=
"typed_ast-1.4.2-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:987f15737aba2ab5f3928c617ccf1ce412e2e321c77ab16ca5a293e7bbffd581"
}
,
{file
=
"typed_ast-1.4.2-cp37-cp37m-manylinux2014_aarch64.whl"
,
hash
=
"sha256:37f48d46d733d57cc70fd5f30572d11ab8ed92da6e6b28e024e4a3edfb456e37"
}
,
{file
=
"typed_ast-1.4.2-cp37-cp37m-win32.whl"
,
hash
=
"sha256:36d829b31ab67d6fcb30e185ec996e1f72b892255a745d3a82138c97d21ed1cd"
}
,
{file
=
"typed_ast-1.4.2-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:8368f83e93c7156ccd40e49a783a6a6850ca25b556c0fa0240ed0f659d2fe496"
}
,
{file
=
"typed_ast-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:963c80b583b0661918718b095e02303d8078950b26cc00b5e5ea9ababe0de1fc"
}
,
{file
=
"typed_ast-1.4.2-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:e683e409e5c45d5c9082dc1daf13f6374300806240719f95dc783d1fc942af10"
}
,
{file
=
"typed_ast-1.4.2-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:84aa6223d71012c68d577c83f4e7db50d11d6b1399a9c779046d75e24bed74ea"
}
,
{file
=
"typed_ast-1.4.2-cp38-cp38-manylinux2014_aarch64.whl"
,
hash
=
"sha256:a38878a223bdd37c9709d07cd357bb79f4c760b29210e14ad0fb395294583787"
}
,
{file
=
"typed_ast-1.4.2-cp38-cp38-win32.whl"
,
hash
=
"sha256:a2c927c49f2029291fbabd673d51a2180038f8cd5a5b2f290f78c4516be48be2"
}
,
{file
=
"typed_ast-1.4.2-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:c0c74e5579af4b977c8b932f40a5464764b2f86681327410aa028a22d2f54937"
}
,
{file
=
"typed_ast-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:07d49388d5bf7e863f7fa2f124b1b1d89d8aa0e2f7812faff0a5658c01c59aa1"
}
,
{file
=
"typed_ast-1.4.2-cp39-cp39-manylinux1_i686.whl"
,
hash
=
"sha256:240296b27397e4e37874abb1df2a608a92df85cf3e2a04d0d4d61055c8305ba6"
}
,
{file
=
"typed_ast-1.4.2-cp39-cp39-manylinux1_x86_64.whl"
,
hash
=
"sha256:d746a437cdbca200622385305aedd9aef68e8a645e385cc483bdc5e488f07166"
}
,
{file
=
"typed_ast-1.4.2-cp39-cp39-manylinux2014_aarch64.whl"
,
hash
=
"sha256:14bf1522cdee369e8f5581238edac09150c765ec1cb33615855889cf33dcb92d"
}
,
{file
=
"typed_ast-1.4.2-cp39-cp39-win32.whl"
,
hash
=
"sha256:cc7b98bf58167b7f2db91a4327da24fb93368838eb84a44c472283778fc2446b"
}
,
{file
=
"typed_ast-1.4.2-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:7147e2a76c75f0f64c4319886e7639e490fee87c9d25cb1d4faef1d8cf83a440"
}
,
{file
=
"typed_ast-1.4.2.tar.gz"
,
hash
=
"sha256:9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a"
}
,
]
typing-extensions
=
[
{file
=
"typing_extensions-3.7.4.3-py2-none-any.whl"
,
hash
=
"sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"
}
,
...
...
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