Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-LDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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-LDAP
Commits
de7e5bea
Verified
Commit
de7e5bea
authored
4 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into kath/employee-number-import-ref-csv
parents
030f7a67
019a7de7
No related branches found
No related tags found
No related merge requests found
Pipeline
#4039
failed
4 years ago
Stage: test
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
poetry.lock
+364
-338
364 additions, 338 deletions
poetry.lock
pyproject.toml
+3
-3
3 additions, 3 deletions
pyproject.toml
with
367 additions
and
341 deletions
poetry.lock
+
364
−
338
View file @
de7e5bea
...
...
@@ -63,16 +63,20 @@ requests = ">=2.22,<3.0"
rules
=
">
=
2.2
,
<
3.0
"
spdx-license-list
=
">
=
0.4
.
0
,
<
0.5
.
0
"
[package.dependencies.django-auth-ldap]
optional
=
true
version
=
">
=
2.0
,
<
3.0
"
[package.dependencies.django-phonenumber-field]
extras
=
[
"phonenumbers"
]
version
=
">
=
3.0
,
<
4.0
"
[package.dependencies.django-two-factor-auth]
extras
=
[
"phonenumbers"
,
"call"
,
"yubikey
"
,
"sms
"
]
extras
=
[
"phonenumbers"
,
"call"
,
"
sms"
,
"
yubikey"
]
version
=
">
=
1.11
.
0
,
<
2.0
.
0
"
[package.dependencies.dynaconf]
extras
=
[
"toml"
,
"ini"
,
"yaml"
]
extras
=
[
"yaml"
,
"toml"
,
"ini"
]
version
=
">
=
2.0
,
<
3.0
"
[package.extras]
...
...
@@ -93,10 +97,10 @@ description = "ASGI specs, helper code, and adapters"
name
=
"asgiref"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"3.2.
7
"
version
=
"3.2.
10
"
[package.extras]
tests
=
[
"pytest
(>=4.3.0,<4.4.0)
"
,
"pytest-asyncio
(>=0.10.0,<0.11.0)
"
]
tests
=
[
"pytest"
,
"pytest-asyncio"
]
[[package]]
category
=
"dev"
...
...
@@ -113,13 +117,13 @@ description = "Classes Without Boilerplate"
name
=
"attrs"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"
19.3
.0"
version
=
"
20.2
.0"
[package.extras]
azure-pipelines
=
[
"coverage"
,
"hypothesis"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"six"
,
"zope.interface"
,
"
pytest-azurepipelines
"
]
d
ev
=
[
"
coverage"
,
"hypothesis"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"six"
,
"zope.interface"
,
"sphinx"
,
"pre-commit
"
]
doc
s
=
[
"
sphin
x"
,
"zope.interface"
]
tests
=
[
"coverage"
,
"hypothesis"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"six"
,
"zope.interface"
]
dev
=
[
"coverage
(>=5.0.2)
"
,
"hypothesis"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"six"
,
"zope.interface"
,
"
sphinx"
,
"sphinx-rtd-theme"
,
"pre-commit
"
]
d
ocs
=
[
"
sphinx"
,
"sphinx-rtd-theme"
,
"zope.interface
"
]
test
s
=
[
"
coverage (>=5.0.2)"
,
"hypothesis"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"si
x"
,
"zope.interface"
]
tests
_no_zope
=
[
"coverage
(>=5.0.2)
"
,
"hypothesis"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"six"
]
[[package]]
category
=
"main"
...
...
@@ -201,7 +205,7 @@ description = "Define boolean algebras, create and parse boolean expressions and
name
=
"boolean.py"
optional
=
false
python-versions
=
"*"
version
=
"3.
7
"
version
=
"3.
8
"
[[package]]
category
=
"main"
...
...
@@ -220,7 +224,7 @@ description = "Python package for providing Mozilla's CA Bundle."
name
=
"certifi"
optional
=
false
python-versions
=
"*"
version
=
"2020.
4.5.1
"
version
=
"2020.
6.20
"
[[package]]
category
=
"main"
...
...
@@ -275,7 +279,7 @@ description = "Code coverage measurement for Python"
name
=
"coverage"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
,
<
4
"
version
=
"5.1"
version
=
"5.
2.
1"
[package.extras]
toml
=
[
"toml"
]
...
...
@@ -294,10 +298,10 @@ description = "A high-level Python Web framework that encourages rapid developme
name
=
"django"
optional
=
false
python-versions
=
">
=
3.6
"
version
=
"3.
0.6
"
version
=
"3.
1.1
"
[package.dependencies]
asgiref
=
">
=
3.2
,
<
4
.0
"
asgiref
=
">
=
3.2
.
10
,
<
3.3
.
0
"
pytz
=
"*"
sqlparse
=
">
=
0.2
.
2
"
...
...
@@ -327,6 +331,18 @@ version = "1.0.4"
[package.dependencies]
django
=
"*"
[[package]]
category
=
"main"
description
=
"Django LDAP authentication backend."
name
=
"django-auth-ldap"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"2.2.0"
[package.dependencies]
Django
=
">
=
1.11
"
python-ldap
=
">
=
3.1
"
[[package]]
category
=
"main"
description
=
"Easily use bleach with Django models and templates"
...
...
@@ -355,8 +371,8 @@ category = "main"
description
=
"Django utility for a memoization decorator that uses the Django cache framework."
name
=
"django-cache-memoize"
optional
=
false
python-versions
=
"
*
"
version
=
"0.1.
6
"
python-versions
=
"
>
=
3.4
"
version
=
"0.1.
7
"
[package.extras]
dev
=
[
"flake8"
,
"tox"
,
"twine"
,
"therapist"
,
"black"
]
...
...
@@ -378,7 +394,7 @@ description = "simple color field for your models with a nice color-picker in th
name
=
"django-colorfield"
optional
=
false
python-versions
=
"*"
version
=
"0.3.
0
"
version
=
"0.3.
2
"
[[package]]
category
=
"main"
...
...
@@ -411,7 +427,7 @@ description = "Dynamic global and instance settings for your django project"
name
=
"django-dynamic-preferences"
optional
=
false
python-versions
=
"*"
version
=
"1.
9
"
version
=
"1.
10.1
"
[package.dependencies]
django
=
">
=
1.11
"
...
...
@@ -423,11 +439,12 @@ category = "main"
description
=
"Yet another Django audit log app, hopefully the simplest one."
name
=
"django-easy-audit"
optional
=
false
python-versions
=
"
*
"
version
=
"1.
2.3a3
"
python-versions
=
"
>
=
3.5
"
version
=
"1.
3.0a5
"
[package.dependencies]
beautifulsoup4
=
"*"
django
=
">
=
2.2
,
<
3.2
"
[[package]]
category
=
"main"
...
...
@@ -446,11 +463,11 @@ category = "main"
description
=
"Django-filter is a reusable Django application for allowing users to filter querysets dynamically."
name
=
"django-filter"
optional
=
false
python-versions
=
">
=
3.
4
"
version
=
"2.
2
.0"
python-versions
=
">
=
3.
5
"
version
=
"2.
3
.0"
[package.dependencies]
Django
=
">
=
1.11
"
Django
=
">
=
2.2
"
[[package]]
category
=
"main"
...
...
@@ -469,10 +486,10 @@ description = "Implementation of per object permissions for Django."
name
=
"django-guardian"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"2.
2
.0"
version
=
"2.
3
.0"
[package.dependencies]
Django
=
">
=
2.
1
"
Django
=
">
=
2.
2
"
[[package]]
category
=
"main"
...
...
@@ -517,7 +534,7 @@ description = "Django app to allow superusers to impersonate other users."
name
=
"django-impersonate"
optional
=
false
python-versions
=
"*"
version
=
"1.5"
version
=
"1.5
.1
"
[[package]]
category
=
"main"
...
...
@@ -584,7 +601,7 @@ description = "Material design for django forms and admin"
name
=
"django-material"
optional
=
false
python-versions
=
"*"
version
=
"1.
6.7
"
version
=
"1.
7.0
"
[package.dependencies]
six
=
"*"
...
...
@@ -628,12 +645,11 @@ description = "A django-otp plugin that verifies YubiKey OTP tokens."
name
=
"django-otp-yubikey"
optional
=
false
python-versions
=
"*"
version
=
"0.
5.2
"
version
=
"0.
6.0
"
[package.dependencies]
YubiOTP
=
">
=
0.2
.
2
"
django-otp
=
">
=
0.5
.
0
"
six
=
">
=
1.10
.
0
"
[[package]]
category
=
"main"
...
...
@@ -668,7 +684,7 @@ description = "A Django app to include a manifest.json and Service Worker instan
name
=
"django-pwa"
optional
=
false
python-versions
=
"*"
version
=
"1.0.
8
"
version
=
"1.0.
10
"
[package.dependencies]
django
=
">
=
1.8
"
...
...
@@ -678,11 +694,11 @@ category = "main"
description
=
"Render a particular block from a template to a string."
name
=
"django-render-block"
optional
=
false
python-versions
=
"
*
"
version
=
"0.
6
"
python-versions
=
"
>
=
3.5
"
version
=
"0.
7
"
[package.dependencies]
django
=
">
=
1.11
"
django
=
">
=
2.2
"
[[package]]
category
=
"main"
...
...
@@ -690,7 +706,7 @@ description = "An extension to the Django web framework that provides version co
name
=
"django-reversion"
optional
=
false
python-versions
=
">
=
3.6
"
version
=
"3.0.
7
"
version
=
"3.0.
8
"
[package.dependencies]
django
=
">
=
1.11
"
...
...
@@ -701,7 +717,7 @@ description = "SASS processor to compile SCSS files into *.css, while rendering,
name
=
"django-sass-processor"
optional
=
false
python-versions
=
"*"
version
=
"0.8"
version
=
"0.8
.2
"
[package.extras]
dev
=
[
"libsass (>=0.13)"
]
...
...
@@ -775,10 +791,10 @@ description = "Complete Two-Factor Authentication for Django"
name
=
"django-two-factor-auth"
optional
=
false
python-versions
=
"*"
version
=
"1.1
1.0
"
version
=
"1.1
2.1
"
[package.dependencies]
Django
=
">
=
1.11
"
Django
=
">
=
2.2
"
django-formtools
=
"*"
django-otp
=
">
=
0.6
.
0
,
<
0.99
"
django-phonenumber-field
=
">
=
1.1
.
0
,
<
3.99
"
...
...
@@ -895,8 +911,8 @@ category = "main"
description
=
"Faker is a Python package that generates fake data for you."
name
=
"faker"
optional
=
false
python-versions
=
">
=
3.
4
"
version
=
"4.1.
0
"
python-versions
=
">
=
3.
5
"
version
=
"4.1.
2
"
[package.dependencies]
python-dateutil
=
">
=
2.4
"
...
...
@@ -908,7 +924,7 @@ description = "the modular source code checker: pep8 pyflakes and co"
name
=
"flake8"
optional
=
false
python-versions
=
"!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>
=
2.7
"
version
=
"3.8.
2
"
version
=
"3.8.
3
"
[package.dependencies]
mccabe
=
">
=
0.6
.
0
,
<
0.7
.
0
"
...
...
@@ -939,7 +955,7 @@ description = "flake8 plugin to call black as a code style validator"
name
=
"flake8-black"
optional
=
false
python-versions
=
"*"
version
=
"0.2.
0
"
version
=
"0.2.
1
"
[package.dependencies]
black
=
"*"
...
...
@@ -996,18 +1012,15 @@ description = "flake8 plugin that integrates isort ."
name
=
"flake8-isort"
optional
=
false
python-versions
=
"*"
version
=
"
3
.0.0"
version
=
"
4
.0.0"
[package.dependencies]
flake8
=
">
=
3.2
.
1
"
testfixtures
=
"*"
[package.dependencies.isort]
extras
=
[
"pyproject"
]
version
=
">
=
4.3
.
5
"
flake8
=
">
=
3.2
.
1
,
<
4
"
isort
=
">
=
4.3
.
5
,
<
6
"
testfixtures
=
">
=
6.8
.
0
,
<
7
"
[package.extras]
test
=
[
"pytest"
]
test
=
[
"pytest
(>=4.0.2,<6)"
,
"toml
"
]
[[package]]
category
=
"dev"
...
...
@@ -1062,7 +1075,7 @@ description = "Python Git Library"
name
=
"gitpython"
optional
=
false
python-versions
=
">
=
3.4
"
version
=
"3.1.
2
"
version
=
"3.1.
8
"
[package.dependencies]
gitdb
=
">
=
4.0
.
1
,
<
5
"
...
...
@@ -1081,7 +1094,7 @@ description = "Internationalized Domain Names in Applications (IDNA)"
name
=
"idna"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"2.
9
"
version
=
"2.
10
"
[[package]]
category
=
"dev"
...
...
@@ -1098,28 +1111,35 @@ marker = "python_version < \"3.8\""
name
=
"importlib-metadata"
optional
=
false
python-versions
=
"!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>
=
2.7
"
version
=
"1.
6
.0"
version
=
"1.
7
.0"
[package.dependencies]
zipp
=
">
=
0.5
"
[package.extras]
docs
=
[
"sphinx"
,
"rst.linker"
]
testing
=
[
"packaging"
,
"importlib-resources"
]
testing
=
[
"packaging"
,
"pep517"
,
"importlib-resources (>=1.3)"
]
[[package]]
category
=
"dev"
description
=
"iniconfig: brain-dead simple config-ini parsing"
name
=
"iniconfig"
optional
=
false
python-versions
=
"*"
version
=
"1.0.1"
[[package]]
category
=
"dev"
description
=
"A Python utility / library to sort Python imports."
name
=
"isort"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"
4.3
.2
1
"
python-versions
=
">
=
3.6
,
<
4.0
"
version
=
"
5.5
.2"
[package.extras]
pipfile
=
[
"pipreqs"
,
"requirementslib"
]
pyproject
=
[
"toml"
]
requirements
=
[
"pipreqs"
,
"pip-api"
]
xdg_home
=
[
"appdirs (>=1.4.0)"
]
colors
=
[
"colorama (>=0.4.3,<0.5.0)"
]
pipfile_deprecated_finder
=
[
"pipreqs"
,
"requirementslib"
]
requirements_deprecated_finder
=
[
"pipreqs"
,
"pip-api"
]
[[package]]
category
=
"dev"
...
...
@@ -1141,7 +1161,7 @@ description = "Sass for Python: A straightforward binding of libsass for Python.
name
=
"libsass"
optional
=
false
python-versions
=
"*"
version
=
"0.20.
0
"
version
=
"0.20.
1
"
[package.dependencies]
six
=
"*"
...
...
@@ -1179,7 +1199,7 @@ description = "More routines for operating on iterables, beyond itertools"
name
=
"more-itertools"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"8.
3
.0"
version
=
"8.
5
.0"
[[package]]
category
=
"dev"
...
...
@@ -1230,8 +1250,8 @@ category = "dev"
description
=
"Python Build Reasonableness"
name
=
"pbr"
optional
=
false
python-versions
=
"
*
"
version
=
"5.
4.5
"
python-versions
=
"
>
=
2.6
"
version
=
"5.
5.0
"
[[package]]
category
=
"main"
...
...
@@ -1247,10 +1267,10 @@ description = "PostgreSQL interface library"
name
=
"pg8000"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"1.1
5.2
"
version
=
"1.1
6.5
"
[package.dependencies]
scramp
=
"1.
1.1
"
scramp
=
"1.
2.0
"
[[package]]
category
=
"main"
...
...
@@ -1258,7 +1278,7 @@ description = "Python version of Google's common library for parsing, formatting
name
=
"phonenumbers"
optional
=
false
python-versions
=
"*"
version
=
"8.12.
4
"
version
=
"8.12.
9
"
[[package]]
category
=
"main"
...
...
@@ -1266,7 +1286,7 @@ description = "Python Imaging Library (Fork)"
name
=
"pillow"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"7.
1.2
"
version
=
"7.
2.0
"
[[package]]
category
=
"dev"
...
...
@@ -1290,7 +1310,7 @@ description = "psycopg2 - Python-PostgreSQL Database Adapter"
name
=
"psycopg2"
optional
=
false
python-versions
=
">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!
=
3.3
.*
"
version
=
"2.8.
5
"
version
=
"2.8.
6
"
[[package]]
category
=
"dev"
...
...
@@ -1298,7 +1318,7 @@ description = "library with cross-python path, ini-parsing, io, code, log facili
name
=
"py"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"1.
8.1
"
version
=
"1.
9.0
"
[[package]]
category
=
"main"
...
...
@@ -1333,7 +1353,7 @@ description = "Cryptographic library for Python"
name
=
"pycryptodome"
optional
=
false
python-versions
=
">
=
2.6
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"3.9.
7
"
version
=
"3.9.
8
"
[[package]]
category
=
"dev"
...
...
@@ -1341,7 +1361,7 @@ description = "Python docstring style checker"
name
=
"pydocstyle"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"5.
0.2
"
version
=
"5.
1.1
"
[package.dependencies]
snowballstemmer
=
"*"
...
...
@@ -1360,7 +1380,7 @@ description = "Pygments is a syntax highlighting package written in Python."
name
=
"pygments"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"2.
6.1
"
version
=
"2.
7.0
"
[[package]]
category
=
"main"
...
...
@@ -1389,24 +1409,25 @@ description = "pytest: simple powerful testing with Python"
name
=
"pytest"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"
5.4
.2"
version
=
"
6.0
.2"
[package.dependencies]
atomicwrites
=
">
=
1.0
"
attrs
=
">
=
17.4
.
0
"
colorama
=
"*"
iniconfig
=
"*"
more-itertools
=
">
=
4.0
.
0
"
packaging
=
"*"
pluggy
=
">
=
0.12
,
<
1.0
"
py
=
">
=
1.
5
.
0
"
wcwidth
=
"*"
py
=
">
=
1.
8
.
2
"
toml
=
"*"
[package.dependencies.importlib-metadata]
python
=
"<3.8"
version
=
">
=
0.12
"
[package.extras]
checkqa
-
mypy
=
[
"mypy (
v
0.7
61
)"
]
checkqa
_
mypy
=
[
"mypy (0.7
80
)"
]
testing
=
[
"argcomplete"
,
"hypothesis (>=3.56)"
,
"mock"
,
"nose"
,
"requests"
,
"xmlschema"
]
[[package]]
...
...
@@ -1415,11 +1436,11 @@ description = "Pytest plugin for measuring coverage."
name
=
"pytest-cov"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
version
=
"2.
9.0
"
version
=
"2.
10.1
"
[package.dependencies]
coverage
=
">
=
4.4
"
pytest
=
">
=
3
.6
"
pytest
=
">
=
4
.6
"
[package.extras]
testing
=
[
"fields"
,
"hunter"
,
"process-tests (2.0.2)"
,
"six"
,
"pytest-xdist"
,
"virtualenv"
]
...
...
@@ -1457,7 +1478,7 @@ description = "pytest-sugar is a plugin for pytest that changes the default look
name
=
"pytest-sugar"
optional
=
false
python-versions
=
"*"
version
=
"0.9.
3
"
version
=
"0.9.
4
"
[package.dependencies]
packaging
=
">
=
14.1
"
...
...
@@ -1492,7 +1513,7 @@ description = "Add .env support to your django/flask apps in development and dep
name
=
"python-dotenv"
optional
=
false
python-versions
=
"*"
version
=
"0.1
3
.0"
version
=
"0.1
4
.0"
[package.extras]
cli
=
[
"click (>=5.0)"
]
...
...
@@ -1503,7 +1524,7 @@ description = "Python modules for implementing LDAP clients"
name
=
"python-ldap"
optional
=
false
python-versions
=
">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!
=
3.3
.*
"
version
=
"3.
2.0
"
version
=
"3.
3.1
"
[package.dependencies]
pyasn1
=
">
=
0.3
.
7
"
...
...
@@ -1560,7 +1581,7 @@ description = "Alternative regular expression module, to replace re."
name
=
"regex"
optional
=
false
python-versions
=
"*"
version
=
"2020.
5
.14"
version
=
"2020.
7
.14"
[[package]]
category
=
"main"
...
...
@@ -1568,7 +1589,7 @@ description = "Python HTTP for Humans."
name
=
"requests"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
version
=
"2.2
3
.0"
version
=
"2.2
4
.0"
[package.dependencies]
certifi
=
">
=
2017.4
.
17
"
...
...
@@ -1586,7 +1607,7 @@ description = "reStructuredText linter"
name
=
"restructuredtext-lint"
optional
=
false
python-versions
=
"*"
version
=
"1.3.
0
"
version
=
"1.3.
1
"
[package.dependencies]
docutils
=
">
=
0.11
,
<
1.0
"
...
...
@@ -1620,7 +1641,7 @@ description = "An implementation of the SCRAM protocol."
name
=
"scramp"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"1.
1.1
"
version
=
"1.
2.0
"
[[package]]
category
=
"dev"
...
...
@@ -1679,7 +1700,7 @@ description = "Python documentation generator"
name
=
"sphinx"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"3.
0.4
"
version
=
"3.
2.1
"
[package.dependencies]
Jinja2
=
">
=
2.3
"
...
...
@@ -1702,7 +1723,7 @@ sphinxcontrib-serializinghtml = "*"
[package.extras]
docs
=
[
"sphinxcontrib-websupport"
]
lint
=
[
"flake8 (>=3.5.0)"
,
"flake8-import-order"
,
"mypy (>=0.7
7
0)"
,
"docutils-stubs"
]
lint
=
[
"flake8 (>=3.5.0)"
,
"flake8-import-order"
,
"mypy (>=0.7
8
0)"
,
"docutils-stubs"
]
test
=
[
"pytest"
,
"pytest-cov"
,
"html5lib"
,
"typed-ast"
,
"cython"
]
[[package]]
...
...
@@ -1711,10 +1732,10 @@ description = "Type hints (PEP 484) support for the Sphinx autodoc extension"
name
=
"sphinx-autodoc-typehints"
optional
=
false
python-versions
=
">
=
3.5
.
2
"
version
=
"1.1
0.3
"
version
=
"1.1
1.0
"
[package.dependencies]
Sphinx
=
">
=
2.1
"
Sphinx
=
">
=
3.0
"
[package.extras]
test
=
[
"pytest (>=3.1.0)"
,
"typing-extensions (>=3.5)"
,
"sphobjinv (>=2.0)"
,
"dataclasses"
]
...
...
@@ -1812,12 +1833,15 @@ category = "dev"
description
=
"Manage dynamic plugins for Python applications"
name
=
"stevedore"
optional
=
false
python-versions
=
"
*
"
version
=
"
1.
32.
0
"
python-versions
=
"
>
=
3.6
"
version
=
"3
.
2.
2
"
[package.dependencies]
pbr
=
">
=
2.0
.
0
,
<
2.1
.
0
||
>
2.1
.
0
"
six
=
">
=
1.10
.
0
"
[package.dependencies.importlib-metadata]
python
=
"<3.8"
version
=
">
=
1.7
.
0
"
[[package]]
category
=
"dev"
...
...
@@ -1833,7 +1857,7 @@ description = "A collection of helpers and mock objects for unit tests and doc t
name
=
"testfixtures"
optional
=
false
python-versions
=
"*"
version
=
"6.14.
1
"
version
=
"6.14.
2
"
[package.extras]
build
=
[
"setuptools-git"
,
"wheel"
,
"twine"
]
...
...
@@ -1888,7 +1912,7 @@ description = "Fast, Extensible Progress Meter"
name
=
"tqdm"
optional
=
false
python-versions
=
">
=
2.6
,
!
=
3.0
.*
,
!
=
3.1
.*
"
version
=
"4.4
6.0
"
version
=
"4.4
8.2
"
[package.extras]
dev
=
[
"py-make (>=0.1.0)"
,
"twine"
,
"argopt"
,
"pydoc-markdown"
]
...
...
@@ -1899,7 +1923,7 @@ description = "Twilio API client and TwiML generator"
name
=
"twilio"
optional
=
false
python-versions
=
"*"
version
=
"6.4
1.0
"
version
=
"6.4
5.1
"
[package.dependencies]
PyJWT
=
">
=
1.4
.
2
"
...
...
@@ -1924,7 +1948,7 @@ description = "Backported and Experimental Type Hints for Python 3.5+"
name
=
"typing-extensions"
optional
=
false
python-versions
=
"*"
version
=
"3.7.4.
2
"
version
=
"3.7.4.
3
"
[[package]]
category
=
"main"
...
...
@@ -1932,21 +1956,13 @@ description = "HTTP library with thread-safe connection pooling, file post, and
name
=
"urllib3"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
,
<
4
"
version
=
"1.25.
9
"
version
=
"1.25.
10
"
[package.extras]
brotli
=
[
"brotlipy (>=0.6.0)"
]
secure
=
[
"certifi"
,
"cryptography (>=1.3.4)"
,
"idna (>=2.0.0)"
,
"pyOpenSSL (>=0.14)"
,
"ipaddress"
]
socks
=
[
"PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"
]
[[package]]
category
=
"dev"
description
=
"Measures number of Terminal column cells of wide-character codes"
name
=
"wcwidth"
optional
=
false
python-versions
=
"*"
version
=
"0.1.9"
[[package]]
category
=
"main"
description
=
"Character encoding aliases for legacy web content"
...
...
@@ -1961,11 +1977,10 @@ description = "A library for verifying YubiKey OTP tokens, both locally and thro
name
=
"yubiotp"
optional
=
false
python-versions
=
"*"
version
=
"
0.2.2
.post1"
version
=
"
1.0.0
.post1"
[package.dependencies]
pycryptodome
=
"*"
six
=
"*"
[[package]]
category
=
"dev"
...
...
@@ -1981,7 +1996,8 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing
=
[
"jaraco.itertools"
,
"func-timeout"
]
[metadata]
content-hash
=
"a5bd85ed14347af8f9ce09f80be4d11b1e5cbefbf1f98106a53e5f639ee3bf79"
content-hash
=
"ed9a0aebfcbc710bea2d05ccfbbc2bbe09212c4298a6fcd443497061318bb50f"
lock-version
=
"1.0"
python-versions
=
"^3.7"
[metadata.files]
...
...
@@ -1998,16 +2014,16 @@ appdirs = [
{file
=
"appdirs-1.4.4.tar.gz"
,
hash
=
"sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"
}
,
]
asgiref
=
[
{file
=
"asgiref-3.2.
7-py2.
py3-none-any.whl"
,
hash
=
"sha256:9
ca8b952a0a9afa61d30aa6d3d9b570bb3fd6bafcf7ec9e6bed43b936133db1c
"
}
,
{file
=
"asgiref-3.2.
7
.tar.gz"
,
hash
=
"sha256:
8036f90603c54e93521e5777b2b9a39ba1bad05773fcf2d208f0299d1df58ce5
"
}
,
{file
=
"asgiref-3.2.
10-
py3-none-any.whl"
,
hash
=
"sha256:9
fc6fb5d39b8af147ba40765234fa822b39818b12cc80b35ad9b0cef3a476aed
"
}
,
{file
=
"asgiref-3.2.
10
.tar.gz"
,
hash
=
"sha256:
7e51911ee147dd685c3c8b805c0ad0cb58d360987b56953878f8c06d2d1c6f1a
"
}
,
]
atomicwrites
=
[
{file
=
"atomicwrites-1.4.0-py2.py3-none-any.whl"
,
hash
=
"sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"
}
,
{file
=
"atomicwrites-1.4.0.tar.gz"
,
hash
=
"sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"
}
,
]
attrs
=
[
{file
=
"attrs-
19.3
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1
c"
}
,
{file
=
"attrs-
19.3
.0.tar.gz"
,
hash
=
"sha256:
f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72
"
}
,
{file
=
"attrs-
20.2
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
fce7fc47dfc976152e82d53ff92fa0407700c21acd20886a13777a0d20e655d
c"
}
,
{file
=
"attrs-
20.2
.0.tar.gz"
,
hash
=
"sha256:
26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594
"
}
,
]
babel
=
[
{file
=
"Babel-2.8.0-py2.py3-none-any.whl"
,
hash
=
"sha256:d670ea0b10f8b723672d3a6abeb87b565b244da220d76b4dba1b66269ec152d4"
}
,
...
...
@@ -2031,16 +2047,16 @@ bleach = [
{file
=
"bleach-3.1.5.tar.gz"
,
hash
=
"sha256:3c4c520fdb9db59ef139915a5db79f8b51bc2a7257ea0389f30c846883430a4b"
}
,
]
"boolean.py"
=
[
{file
=
"boolean.py-3.
7
-py2.py3-none-any.whl"
,
hash
=
"sha256:
82ae181f9c85cb5c893a5a4daba9f24d60b538a7dd27fd0c6752a77eba4fbeff
"
}
,
{file
=
"boolean.py-3.
7
.tar.gz"
,
hash
=
"sha256:
bd19b412435611ecc712603d0fd7d0e280e24698e7a6e3d5f610473870c5dd1e
"
}
,
{file
=
"boolean.py-3.
8
-py2.py3-none-any.whl"
,
hash
=
"sha256:
d75da0fd0354425fa64f6bbc6cec6ae1485d0eec3447b73187ff8cbf9b572e26
"
}
,
{file
=
"boolean.py-3.
8
.tar.gz"
,
hash
=
"sha256:
cc24e20f985d60cd4a3a5a1c0956dd12611159d32a75081dabd0c9ab981acaa4
"
}
,
]
calendarweek
=
[
{file
=
"calendarweek-0.4.5-py3-none-any.whl"
,
hash
=
"sha256:b35fcc087073969d017cede62a7295bcd714a1304bcb4c4e2b0f23acb0265fb1"
}
,
{file
=
"calendarweek-0.4.5.tar.gz"
,
hash
=
"sha256:5b1788ca435022f9348fc81a718974e51dd85d080f9aa3dad717df70a1bc6e1f"
}
,
]
certifi
=
[
{file
=
"certifi-2020.
4.5.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
1d987a998c75633c40847cc966fcf5904906c920a7f17ef374f5aa4282abd304
"
}
,
{file
=
"certifi-2020.
4.5.1
.tar.gz"
,
hash
=
"sha256:5
1fcb31174be6e6664c5f69e3e1691a2d72a1a12e90f872cbdb1567eb47b6519
"
}
,
{file
=
"certifi-2020.
6.20
-py2.py3-none-any.whl"
,
hash
=
"sha256:
8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41
"
}
,
{file
=
"certifi-2020.
6.20
.tar.gz"
,
hash
=
"sha256:5
930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3
"
}
,
]
chardet
=
[
{file
=
"chardet-3.0.4-py2.py3-none-any.whl"
,
hash
=
"sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"
}
,
...
...
@@ -2062,45 +2078,48 @@ configobj = [
{file
=
"configobj-5.0.6.tar.gz"
,
hash
=
"sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
}
,
]
coverage
=
[
{file
=
"coverage-5.1-cp27-cp27m-macosx_10_12_x86_64.whl"
,
hash
=
"sha256:0cb4be7e784dcdc050fc58ef05b71aa8e89b7e6636b99967fadbdba694cf2b65"
}
,
{file
=
"coverage-5.1-cp27-cp27m-macosx_10_13_intel.whl"
,
hash
=
"sha256:c317eaf5ff46a34305b202e73404f55f7389ef834b8dbf4da09b9b9b37f76dd2"
}
,
{file
=
"coverage-5.1-cp27-cp27m-manylinux1_i686.whl"
,
hash
=
"sha256:b83835506dfc185a319031cf853fa4bb1b3974b1f913f5bb1a0f3d98bdcded04"
}
,
{file
=
"coverage-5.1-cp27-cp27m-manylinux1_x86_64.whl"
,
hash
=
"sha256:5f2294dbf7875b991c381e3d5af2bcc3494d836affa52b809c91697449d0eda6"
}
,
{file
=
"coverage-5.1-cp27-cp27m-win32.whl"
,
hash
=
"sha256:de807ae933cfb7f0c7d9d981a053772452217df2bf38e7e6267c9cbf9545a796"
}
,
{file
=
"coverage-5.1-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:bf9cb9a9fd8891e7efd2d44deb24b86d647394b9705b744ff6f8261e6f29a730"
}
,
{file
=
"coverage-5.1-cp27-cp27mu-manylinux1_i686.whl"
,
hash
=
"sha256:acf3763ed01af8410fc36afea23707d4ea58ba7e86a8ee915dfb9ceff9ef69d0"
}
,
{file
=
"coverage-5.1-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:dec5202bfe6f672d4511086e125db035a52b00f1648d6407cc8e526912c0353a"
}
,
{file
=
"coverage-5.1-cp35-cp35m-macosx_10_12_x86_64.whl"
,
hash
=
"sha256:7a5bdad4edec57b5fb8dae7d3ee58622d626fd3a0be0dfceda162a7035885ecf"
}
,
{file
=
"coverage-5.1-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:1601e480b9b99697a570cea7ef749e88123c04b92d84cedaa01e117436b4a0a9"
}
,
{file
=
"coverage-5.1-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:dbe8c6ae7534b5b024296464f387d57c13caa942f6d8e6e0346f27e509f0f768"
}
,
{file
=
"coverage-5.1-cp35-cp35m-win32.whl"
,
hash
=
"sha256:a027ef0492ede1e03a8054e3c37b8def89a1e3c471482e9f046906ba4f2aafd2"
}
,
{file
=
"coverage-5.1-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:0e61d9803d5851849c24f78227939c701ced6704f337cad0a91e0972c51c1ee7"
}
,
{file
=
"coverage-5.1-cp36-cp36m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:2d27a3f742c98e5c6b461ee6ef7287400a1956c11421eb574d843d9ec1f772f0"
}
,
{file
=
"coverage-5.1-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:66460ab1599d3cf894bb6baee8c684788819b71a5dc1e8fa2ecc152e5d752019"
}
,
{file
=
"coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:5c542d1e62eece33c306d66fe0a5c4f7f7b3c08fecc46ead86d7916684b36d6c"
}
,
{file
=
"coverage-5.1-cp36-cp36m-win32.whl"
,
hash
=
"sha256:2742c7515b9eb368718cd091bad1a1b44135cc72468c731302b3d641895b83d1"
}
,
{file
=
"coverage-5.1-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:dead2ddede4c7ba6cb3a721870f5141c97dc7d85a079edb4bd8d88c3ad5b20c7"
}
,
{file
=
"coverage-5.1-cp37-cp37m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:01333e1bd22c59713ba8a79f088b3955946e293114479bbfc2e37d522be03355"
}
,
{file
=
"coverage-5.1-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:e1ea316102ea1e1770724db01998d1603ed921c54a86a2efcb03428d5417e489"
}
,
{file
=
"coverage-5.1-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:adeb4c5b608574a3d647011af36f7586811a2c1197c861aedb548dd2453b41cd"
}
,
{file
=
"coverage-5.1-cp37-cp37m-win32.whl"
,
hash
=
"sha256:782caea581a6e9ff75eccda79287daefd1d2631cc09d642b6ee2d6da21fc0a4e"
}
,
{file
=
"coverage-5.1-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:00f1d23f4336efc3b311ed0d807feb45098fc86dee1ca13b3d6768cdab187c8a"
}
,
{file
=
"coverage-5.1-cp38-cp38-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:402e1744733df483b93abbf209283898e9f0d67470707e3c7516d84f48524f55"
}
,
{file
=
"coverage-5.1-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:a3f3654d5734a3ece152636aad89f58afc9213c6520062db3978239db122f03c"
}
,
{file
=
"coverage-5.1-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:6402bd2fdedabbdb63a316308142597534ea8e1895f4e7d8bf7476c5e8751fef"
}
,
{file
=
"coverage-5.1-cp38-cp38-win32.whl"
,
hash
=
"sha256:8fa0cbc7ecad630e5b0f4f35b0f6ad419246b02bc750de7ac66db92667996d24"
}
,
{file
=
"coverage-5.1-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:79a3cfd6346ce6c13145731d39db47b7a7b859c0272f02cdb89a3bdcbae233a0"
}
,
{file
=
"coverage-5.1-cp39-cp39-win32.whl"
,
hash
=
"sha256:a82b92b04a23d3c8a581fc049228bafde988abacba397d57ce95fe95e0338ab4"
}
,
{file
=
"coverage-5.1-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:bb28a7245de68bf29f6fb199545d072d1036a1917dca17a1e75bbb919e14ee8e"
}
,
{file
=
"coverage-5.1.tar.gz"
,
hash
=
"sha256:f90bfc4ad18450c80b024036eaf91e4a246ae287701aaa88eaebebf150868052"
}
,
{file
=
"coverage-5.2.1-cp27-cp27m-macosx_10_13_intel.whl"
,
hash
=
"sha256:40f70f81be4d34f8d491e55936904db5c527b0711b2a46513641a5729783c2e4"
}
,
{file
=
"coverage-5.2.1-cp27-cp27m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:675192fca634f0df69af3493a48224f211f8db4e84452b08d5fcebb9167adb01"
}
,
{file
=
"coverage-5.2.1-cp27-cp27m-manylinux1_i686.whl"
,
hash
=
"sha256:2fcc8b58953d74d199a1a4d633df8146f0ac36c4e720b4a1997e9b6327af43a8"
}
,
{file
=
"coverage-5.2.1-cp27-cp27m-manylinux1_x86_64.whl"
,
hash
=
"sha256:64c4f340338c68c463f1b56e3f2f0423f7b17ba6c3febae80b81f0e093077f59"
}
,
{file
=
"coverage-5.2.1-cp27-cp27m-win32.whl"
,
hash
=
"sha256:52f185ffd3291196dc1aae506b42e178a592b0b60a8610b108e6ad892cfc1bb3"
}
,
{file
=
"coverage-5.2.1-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:30bc103587e0d3df9e52cd9da1dd915265a22fad0b72afe54daf840c984b564f"
}
,
{file
=
"coverage-5.2.1-cp27-cp27mu-manylinux1_i686.whl"
,
hash
=
"sha256:9ea749fd447ce7fb1ac71f7616371f04054d969d412d37611716721931e36efd"
}
,
{file
=
"coverage-5.2.1-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:ce7866f29d3025b5b34c2e944e66ebef0d92e4a4f2463f7266daa03a1332a651"
}
,
{file
=
"coverage-5.2.1-cp35-cp35m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:4869ab1c1ed33953bb2433ce7b894a28d724b7aa76c19b11e2878034a4e4680b"
}
,
{file
=
"coverage-5.2.1-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:a3ee9c793ffefe2944d3a2bd928a0e436cd0ac2d9e3723152d6fd5398838ce7d"
}
,
{file
=
"coverage-5.2.1-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:28f42dc5172ebdc32622a2c3f7ead1b836cdbf253569ae5673f499e35db0bac3"
}
,
{file
=
"coverage-5.2.1-cp35-cp35m-win32.whl"
,
hash
=
"sha256:e26c993bd4b220429d4ec8c1468eca445a4064a61c74ca08da7429af9bc53bb0"
}
,
{file
=
"coverage-5.2.1-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:4186fc95c9febeab5681bc3248553d5ec8c2999b8424d4fc3a39c9cba5796962"
}
,
{file
=
"coverage-5.2.1-cp36-cp36m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:b360d8fd88d2bad01cb953d81fd2edd4be539df7bfec41e8753fe9f4456a5082"
}
,
{file
=
"coverage-5.2.1-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:1adb6be0dcef0cf9434619d3b892772fdb48e793300f9d762e480e043bd8e716"
}
,
{file
=
"coverage-5.2.1-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:098a703d913be6fbd146a8c50cc76513d726b022d170e5e98dc56d958fd592fb"
}
,
{file
=
"coverage-5.2.1-cp36-cp36m-win32.whl"
,
hash
=
"sha256:962c44070c281d86398aeb8f64e1bf37816a4dfc6f4c0f114756b14fc575621d"
}
,
{file
=
"coverage-5.2.1-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:b1ed2bdb27b4c9fc87058a1cb751c4df8752002143ed393899edb82b131e0546"
}
,
{file
=
"coverage-5.2.1-cp37-cp37m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:c890728a93fffd0407d7d37c1e6083ff3f9f211c83b4316fae3778417eab9811"
}
,
{file
=
"coverage-5.2.1-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:538f2fd5eb64366f37c97fdb3077d665fa946d2b6d95447622292f38407f9258"
}
,
{file
=
"coverage-5.2.1-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:27ca5a2bc04d68f0776f2cdcb8bbd508bbe430a7bf9c02315cd05fb1d86d0034"
}
,
{file
=
"coverage-5.2.1-cp37-cp37m-win32.whl"
,
hash
=
"sha256:aab75d99f3f2874733946a7648ce87a50019eb90baef931698f96b76b6769a46"
}
,
{file
=
"coverage-5.2.1-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:c2ff24df02a125b7b346c4c9078c8936da06964cc2d276292c357d64378158f8"
}
,
{file
=
"coverage-5.2.1-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:304fbe451698373dc6653772c72c5d5e883a4aadaf20343592a7abb2e643dae0"
}
,
{file
=
"coverage-5.2.1-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:c96472b8ca5dc135fb0aa62f79b033f02aa434fb03a8b190600a5ae4102df1fd"
}
,
{file
=
"coverage-5.2.1-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:8505e614c983834239f865da2dd336dcf9d72776b951d5dfa5ac36b987726e1b"
}
,
{file
=
"coverage-5.2.1-cp38-cp38-win32.whl"
,
hash
=
"sha256:700997b77cfab016533b3e7dbc03b71d33ee4df1d79f2463a318ca0263fc29dd"
}
,
{file
=
"coverage-5.2.1-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:46794c815e56f1431c66d81943fa90721bb858375fb36e5903697d5eef88627d"
}
,
{file
=
"coverage-5.2.1-cp39-cp39-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:16042dc7f8e632e0dcd5206a5095ebd18cb1d005f4c89694f7f8aafd96dd43a3"
}
,
{file
=
"coverage-5.2.1-cp39-cp39-manylinux1_i686.whl"
,
hash
=
"sha256:c1bbb628ed5192124889b51204de27c575b3ffc05a5a91307e7640eff1d48da4"
}
,
{file
=
"coverage-5.2.1-cp39-cp39-manylinux1_x86_64.whl"
,
hash
=
"sha256:4f6428b55d2916a69f8d6453e48a505c07b2245653b0aa9f0dee38785939f5e4"
}
,
{file
=
"coverage-5.2.1-cp39-cp39-win32.whl"
,
hash
=
"sha256:9e536783a5acee79a9b308be97d3952b662748c4037b6a24cbb339dc7ed8eb89"
}
,
{file
=
"coverage-5.2.1-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:b8f58c7db64d8f27078cbf2a4391af6aa4e4767cc08b37555c4ae064b8558d9b"
}
,
{file
=
"coverage-5.2.1.tar.gz"
,
hash
=
"sha256:a34cb28e0747ea15e82d13e14de606747e9e484fb28d63c999483f5d5188e89b"
}
,
]
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.
0.6
-py3-none-any.whl"
,
hash
=
"sha256:
051ba55d42daa3eeda3944a8e4df2bc96d4c62f94316dea217248a22563c3621
"
}
,
{file
=
"Django-3.
0.6
.tar.gz"
,
hash
=
"sha256:
9aaa6a09678e1b8f0d98a948c56482eac3e3dd2ddbfb8de70a868135ef3b5e01
"
}
,
{file
=
"Django-3.
1.1
-py3-none-any.whl"
,
hash
=
"sha256:
b5fbb818e751f660fa2d576d9f40c34a4c615c8b48dd383f5216e609f383371f
"
}
,
{file
=
"Django-3.
1.1
.tar.gz"
,
hash
=
"sha256:
59c8125ca873ed3bdae9c12b146fbbd6ed8d0f743e4cf5f5817af50c51f1fc2f
"
}
,
]
django-any-js
=
[
{file
=
"django-any-js-1.0.3.post0.tar.gz"
,
hash
=
"sha256:1da88b44b861b0f54f6b8ea0eb4c7c4fa1a5772e9a4320532cd4e0871a4e23f7"
}
,
...
...
@@ -2109,6 +2128,10 @@ django-appconf = [
{file
=
"django-appconf-1.0.4.tar.gz"
,
hash
=
"sha256:be58deb54a43d77d2e1621fe59f787681376d3cd0b8bd8e4758ef6c3a6453380"
}
,
{file
=
"django_appconf-1.0.4-py2.py3-none-any.whl"
,
hash
=
"sha256:1b1d0e1069c843ebe8ae5aa48ec52403b1440402b320c3e3a206a0907e97bb06"
}
,
]
django-auth-ldap
=
[
{file
=
"django-auth-ldap-2.2.0.tar.gz"
,
hash
=
"sha256:11af1773b08613339d2c3a0cec1308a4d563518f17b1719c3759994d0b4d04bf"
}
,
{file
=
"django_auth_ldap-2.2.0-py3-none-any.whl"
,
hash
=
"sha256:0ed2d88d81c39be915a9ab53b97ec0a33a3d16055518ab4c9bcffe8236d40370"
}
,
]
django-bleach
=
[
{file
=
"django-bleach-0.6.1.tar.gz"
,
hash
=
"sha256:674709c26040618aff0741ce8261fd151e5ead405bd50568c2034662d69daac3"
}
,
{file
=
"django_bleach-0.6.1-py2.py3-none-any.whl"
,
hash
=
"sha256:59de95cd98f924992313821ab7f94cd64a03aa900ca980bd3b062d8aef1a7954"
}
,
...
...
@@ -2118,16 +2141,16 @@ django-bulk-update = [
{file
=
"django_bulk_update-2.2.0-py2.py3-none-any.whl"
,
hash
=
"sha256:49a403392ae05ea872494d74fb3dfa3515f8df5c07cc277c3dc94724c0ee6985"
}
,
]
django-cache-memoize
=
[
{file
=
"django-cache-memoize-0.1.
6
.tar.gz"
,
hash
=
"sha256:
7f271be70b11155929ee8a4a2b5f53c9fb46b9befa1b546caffa3298e6ac8f7d
"
}
,
{file
=
"django_cache_memoize-0.1.
6
-py2.py3-none-any.whl"
,
hash
=
"sha256:
d239e8c37734b0a70b74f94fa33b180b3b0c82c3784beb21209bb4ab64a3e6fb
"
}
,
{file
=
"django-cache-memoize-0.1.
7
.tar.gz"
,
hash
=
"sha256:
5e96349b0159aec1eb79257199a1902ea3ed538231ce7b4fee12e563127ca657
"
}
,
{file
=
"django_cache_memoize-0.1.
7
-py2.py3-none-any.whl"
,
hash
=
"sha256:
bc7f53725558244af62197d0125732d7ec88ecc1281a3a2f37d77ae1a8c269d3
"
}
,
]
django-ckeditor
=
[
{file
=
"django-ckeditor-5.9.0.tar.gz"
,
hash
=
"sha256:e4d112851a72c5bf8b586e1c674d34084cab16d28f2553ad15cc770d1e9639c7"
}
,
{file
=
"django_ckeditor-5.9.0-py2.py3-none-any.whl"
,
hash
=
"sha256:71c3c7bb46b0cbfb9712ef64af0d2a406eab233f44ecd7c42c24bdfa39ae3bde"
}
,
]
django-colorfield
=
[
{file
=
"django-colorfield-0.3.
0
.tar.gz"
,
hash
=
"sha256:
808fd1783be0331dc15f0d4e98d18e3b31257b4837ac89594b94f87170d6c6ce
"
}
,
{file
=
"django_colorfield-0.3.
0
-py2-none-any.whl"
,
hash
=
"sha256:
7bec0c7a8b3b170bf232f78ed23d2545ddc9c43cb2f45704ccdd57b948b29d8c
"
}
,
{file
=
"django-colorfield-0.3.
2
.tar.gz"
,
hash
=
"sha256:
f5dde281f4db8871eb5845aee614b4f1a47e7fd5b20476238793f519cd7bdf41
"
}
,
{file
=
"django_colorfield-0.3.
2
-py2-none-any.whl"
,
hash
=
"sha256:
e435ec31712f5e8b955cc7633aef1e49cc3b409c21dfcefeb2f6ef0e1cb69533
"
}
,
]
django-dbbackup
=
[
{file
=
"django-dbbackup-3.3.0.tar.gz"
,
hash
=
"sha256:bb109735cae98b64ad084e5b461b7aca2d7b39992f10c9ed9435e3ebb6fb76c8"
}
,
...
...
@@ -2137,28 +2160,28 @@ django-debug-toolbar = [
{file
=
"django_debug_toolbar-2.2-py3-none-any.whl"
,
hash
=
"sha256:ff94725e7aae74b133d0599b9bf89bd4eb8f5d2c964106e61d11750228c8774c"
}
,
]
django-dynamic-preferences
=
[
{file
=
"django-dynamic-preferences-1.
9
.tar.gz"
,
hash
=
"sha256:
407db27bf55d391c4c8a4944e0521f35eff82c2f2fd5a2fc843fb1b4cc1a31f4
"
}
,
{file
=
"django_dynamic_preferences-1.
9
-py2.py3-none-any.whl"
,
hash
=
"sha256:
a3c84696f0459d8d6d9c43374ff3db7daa59b46670b461bb954057d08af607e1
"
}
,
{file
=
"django-dynamic-preferences-1.
10.1
.tar.gz"
,
hash
=
"sha256:
e4b2bb7b2563c5064ba56dd76441c77e06b850ff1466a386a1cd308909a6c7de
"
}
,
{file
=
"django_dynamic_preferences-1.
10.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
9419fa925fd2cbb665269ae72059eb3058bf080913d853419b827e4e7a141902
"
}
,
]
django-easy-audit
=
[
{file
=
"django-easy-audit-1.
2.3a3
.tar.gz"
,
hash
=
"sha256:
cf116efd890c63afaea481ae940a7e4ba13791b9a9188cafc949f23573729741
"
}
,
{file
=
"django_easy_audit-1.
2.3a3
-py3-none-any.whl"
,
hash
=
"sha256:
3781bacce71ce66b22418418dd4993fb64d3ad3b2e4a8c766bea4c3f5c6d40c2
"
}
,
{file
=
"django-easy-audit-1.
3.0a5
.tar.gz"
,
hash
=
"sha256:
bb6c0291c360fe305d5cdbbc02d9bdec82885788a675871f80ec1b2b0fd6d443
"
}
,
{file
=
"django_easy_audit-1.
3.0a5
-py3-none-any.whl"
,
hash
=
"sha256:
01f66d19b15b19c377754848157f87dc78fe88cd1ed9bd7314d24438fb95504a
"
}
,
]
django-favicon-plus-reloaded
=
[
{file
=
"django-favicon-plus-reloaded-1.0.4.tar.gz"
,
hash
=
"sha256:90c761c636a338e6e9fb1d086649d82095085f92cff816c9cf074607f28c85a5"
}
,
{file
=
"django_favicon_plus_reloaded-1.0.4-py3-none-any.whl"
,
hash
=
"sha256:26e4316d41328a61ced52c7fc0ead795f0eb194d6a30311c34a9833c6fe30a7c"
}
,
]
django-filter
=
[
{file
=
"django-filter-2.
2
.0.tar.gz"
,
hash
=
"sha256:
c3deb57f0dd7ff94d7dce52a047516822013e2b441bed472b722a317658cfd14
"
}
,
{file
=
"django_filter-2.
2
.0-py3-none-any.whl"
,
hash
=
"sha256:
558c727bce3ffa89c4a7a0b13bc8976745d63e5fd576b3a9a851650ef11c401b
"
}
,
{file
=
"django-filter-2.
3
.0.tar.gz"
,
hash
=
"sha256:
11e63dd759835d9ba7a763926ffb2662cf8a6dcb4c7971a95064de34dbc7e5af
"
}
,
{file
=
"django_filter-2.
3
.0-py3-none-any.whl"
,
hash
=
"sha256:
616848eab6fc50193a1b3730140c49b60c57a3eda1f7fc57fa8505ac156c6c75
"
}
,
]
django-formtools
=
[
{file
=
"django-formtools-2.2.tar.gz"
,
hash
=
"sha256:c5272c03c1cd51b2375abf7397a199a3148a9fbbf2f100e186467a84025d13b2"
}
,
{file
=
"django_formtools-2.2-py2.py3-none-any.whl"
,
hash
=
"sha256:304fa777b8ef9e0693ce7833f885cb89ba46b0e46fc23b01176900a93f46742f"
}
,
]
django-guardian
=
[
{file
=
"django-guardian-2.
2
.0.tar.gz"
,
hash
=
"sha256:
8cacf49ebcc1e545f0a8997971eec0fe109f5ed31fc2a569a7bf5615453696e2
"
}
,
{file
=
"django_guardian-2.
2
.0-py3-none-any.whl"
,
hash
=
"sha256:
ac81e88372fdf1795d84ba065550e739b42e9c6d07cdf201cf5bbf9efa7f396c
"
}
,
{file
=
"django-guardian-2.
3
.0.tar.gz"
,
hash
=
"sha256:
ed2de26e4defb800919c5749fb1bbe370d72829fbd72895b6cf4f7f1a7607e1b
"
}
,
{file
=
"django_guardian-2.
3
.0-py3-none-any.whl"
,
hash
=
"sha256:
0e70706c6cda88ddaf8849bddb525b8df49de05ba0798d4b3506049f0d95cbc8
"
}
,
]
django-hattori
=
[
{file
=
"django-hattori-0.2.1.tar.gz"
,
hash
=
"sha256:6953d40881317252f19f62c4e7fe8058924b852c7498bc42beb7bc4d268c252c"
}
,
...
...
@@ -2173,7 +2196,7 @@ django-image-cropping = [
{file
=
"django_image_cropping-1.4.0-py3-none-any.whl"
,
hash
=
"sha256:fe6a139c6d5dfc480f2a1d4e7e3e928d5edaefc898e17be66bc5f73140762ad9"
}
,
]
django-impersonate
=
[
{file
=
"django-impersonate-1.5.tar.gz"
,
hash
=
"sha256:
2c10bcb1c42fe6495d915f4cc4cfd7c5f8375ba39a06b0f062ce6f1e2ff76585
"
}
,
{file
=
"django-impersonate-1.5.
1.
tar.gz"
,
hash
=
"sha256:
7c786ffaa7a5dd430f9277b53a64676c470b684eee5aa52c3b483298860d09b4
"
}
,
]
django-ipware
=
[
{file
=
"django-ipware-2.1.0.tar.gz"
,
hash
=
"sha256:a7c7a8fd019dbdc9c357e6e582f65034e897572fc79a7e467674efa8aef9d00b"
}
,
...
...
@@ -2198,8 +2221,8 @@ django-maintenance-mode = [
{file
=
"django_maintenance_mode-0.14.0-py2-none-any.whl"
,
hash
=
"sha256:b4cc24a469ed10897826a28f05d64e6166a58d130e4940ac124ce198cd4cc778"
}
,
]
django-material
=
[
{file
=
"django-material-1.
6.7
.tar.gz"
,
hash
=
"sha256:
3cc68b34348634f019bf529f3e0b99b1474ab36ec9b50040f5e557b5b65add1d
"
}
,
{file
=
"django_material-1.
6.7
-py2.py3-none-any.whl"
,
hash
=
"sha256:
9da268532c92c270b512d9610c9723a07dbfea06db98434dac8aa1dd2910778f
"
}
,
{file
=
"django-material-1.
7.0
.tar.gz"
,
hash
=
"sha256:
8d8e76605aa77de3d37d8ae4db1835479e484f1530485fd6b66535244f64131b
"
}
,
{file
=
"django_material-1.
7.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
ff36170e400158a22f9b675e1c07d42267bf1a92122518f68db0c2bf3410096d
"
}
,
]
django-menu-generator
=
[
{file
=
"django-menu-generator-1.0.4.tar.gz"
,
hash
=
"sha256:ce71a5055c16933c8aff64fb36c21e5cf8b6d505733aceed1252f8b99369a378"
}
,
...
...
@@ -2212,8 +2235,8 @@ django-otp = [
{file
=
"django_otp-0.9.0-py3-none-any.whl"
,
hash
=
"sha256:334e2a0ece7e5d9de3263e17bd3b6aee2809d1f8d70555408d5bf8f0c33b13fb"
}
,
]
django-otp-yubikey
=
[
{file
=
"django-otp-yubikey-0.
5.2
.tar.gz"
,
hash
=
"sha256:
f0b1881562fb42ee9f12c28d284cbdb90d1f0383f2d53a595373b080a19bc261
"
}
,
{file
=
"django_otp_yubikey-0.
5.2
-py2.py3-none-any.whl"
,
hash
=
"sha256:
26b12c763b37e99b95b8b8a54d06d8d54c3774eb26133a452f54558033de732
b"
}
,
{file
=
"django-otp-yubikey-0.
6.0
.tar.gz"
,
hash
=
"sha256:
6961f16cfec1dddfa3f3c794ec5967cbb4d412f488de1d7d14441df462ba9843
"
}
,
{file
=
"django_otp_yubikey-0.
6.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
0dd73c2145afc66f43d537d2789a7068a99bc05b5ffa33d2ad73a49e4c4c7dc
b"
}
,
]
django-phonenumber-field
=
[
{file
=
"django-phonenumber-field-3.0.1.tar.gz"
,
hash
=
"sha256:794ebbc3068a7af75aa72a80cb0cec67e714ff8409a965968040f1fd210b2d97"
}
,
...
...
@@ -2224,18 +2247,18 @@ django-polymorphic = [
{file
=
"django_polymorphic-2.1.2-py2.py3-none-any.whl"
,
hash
=
"sha256:0a25058e95e5e99fe0beeabb8f4734effe242d7b5b77dca416fba9fd3062da6a"
}
,
]
django-pwa
=
[
{file
=
"django-pwa-1.0.
8
.tar.gz"
,
hash
=
"sha256:
caf9d6e2a792def272e6cb496f594a9821c4d73cb5117d33560bc7b7b82d6132
"
}
,
{file
=
"django_pwa-1.0.
8
-py3-none-any.whl"
,
hash
=
"sha256:
88a844095ec3dc38ec8edc8d1f95247eccaebefeb41484fb94c10631881b0eb7
"
}
,
{file
=
"django-pwa-1.0.
10
.tar.gz"
,
hash
=
"sha256:
07ed9dd57108838e3fe44b551a82032ca4ed76e31cb3c3e8d51604e0fe7e81e9
"
}
,
{file
=
"django_pwa-1.0.
10
-py3-none-any.whl"
,
hash
=
"sha256:
b1a2057b1e72c40c3a14beb90b958482da185f1d40a141fcae3d76580984b930
"
}
,
]
django-render-block
=
[
{file
=
"django_render_block-0.
6-py2.
py3-none-any.whl"
,
hash
=
"sha256:
95c7dc9610378a10e0c4a10d8364ec7307210889afccd6a67a6aaa0fd599bd4d
"
}
,
{file
=
"django_render_block-0.
7-
py3-none-any.whl"
,
hash
=
"sha256:
3e5963a2332727ca0db2bb8ca031404fba3ac9024702446eed5b7fb02209f7f3
"
}
,
]
django-reversion
=
[
{file
=
"django-reversion-3.0.
7
.tar.gz"
,
hash
=
"sha256:
72fc53580a6b538f0cfff10f27f42333f67d79c406399289c94ec5a193cfb3e1
"
}
,
{file
=
"django_reversion-3.0.
7
-py3-none-any.whl"
,
hash
=
"sha256:
ecab4703ecc0871dc325c3e100139def84eb153622df3413fbcd9de7d3503c78
"
}
,
{file
=
"django-reversion-3.0.
8
.tar.gz"
,
hash
=
"sha256:
49e9930f90322dc6a2754dd26144285cfcc1c5bd0c1c39ca95d5602c5054ae32
"
}
,
{file
=
"django_reversion-3.0.
8
-py3-none-any.whl"
,
hash
=
"sha256:
9cfadeec2df37cb53d795ab79f6792f9eed8e70363dcf3a275dc19a58b971a8f
"
}
,
]
django-sass-processor
=
[
{file
=
"django-sass-processor-0.8.tar.gz"
,
hash
=
"sha256:
e039551994feaaba6fcf880412b25a772dd313162a34cbb4289814988cfae340
"
}
,
{file
=
"django-sass-processor-0.8.
2.
tar.gz"
,
hash
=
"sha256:
9b46a12ca8bdcb397d46fbcc49e6a926ff9f76a93c5efeb23b495419fd01fc7a
"
}
,
]
django-select2
=
[
{file
=
"django-select2-7.4.2.tar.gz"
,
hash
=
"sha256:9d3330fa0083a03fb69fceb5dcd2e78065cfd08e45c89d4fd727fce4673d3e08"
}
,
...
...
@@ -2256,8 +2279,8 @@ django-templated-email = [
{file
=
"django-templated-email-2.3.0.tar.gz"
,
hash
=
"sha256:536c4e5ae099eabfb9aab36087d4d7799948c654e73da55a744213d086d5bb33"
}
,
]
django-two-factor-auth
=
[
{file
=
"django-two-factor-auth-1.1
1.0
.tar.gz"
,
hash
=
"sha256:
637bd96e76907d044206c3b038bf4b5eb4769e9e3a4718da755fafc97db38b26
"
}
,
{file
=
"django_two_factor_auth-1.1
1.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
f1835e5368448d1b3d826ce7a36c590b3e39cd536523d372cfc5f9fbdc9731f4
"
}
,
{file
=
"django-two-factor-auth-1.1
2.1
.tar.gz"
,
hash
=
"sha256:
8e698d548a5a7c02c7ba343bc5376a7bbdc4e59c20ef13223743fe42fa4a1281
"
}
,
{file
=
"django_two_factor_auth-1.1
2.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
612adb0dd6e9ed3b4ecd6763f2e3f56358d7b5afb843a3a49994d1d3bc91ffc2
"
}
,
]
django-widget-tweaks
=
[
{file
=
"django-widget-tweaks-1.4.8.tar.gz"
,
hash
=
"sha256:9f91ca4217199b7671971d3c1f323a2bec71a0c27dec6260b3c006fa541bc489"
}
,
...
...
@@ -2282,18 +2305,18 @@ easy-thumbnails = [
{file
=
"easy-thumbnails-2.7.tar.gz"
,
hash
=
"sha256:e4e7a0dd4001f56bfd4058428f2c91eafe27d33ef3b8b33ac4e013b159b9ff91"
}
,
]
faker
=
[
{file
=
"Faker-4.1.
0
-py3-none-any.whl"
,
hash
=
"sha256:
34ae397aef03a0a17910452f1e8430d57fa59e2d67b20e9b637218e8f7dd22b3
"
}
,
{file
=
"Faker-4.1.
0
.tar.gz"
,
hash
=
"sha256:
103c46b9701a151299c5bffe6fefcd4fb5fb04c3b5d06bee4952d36255d44ea2
"
}
,
{file
=
"Faker-4.1.
2
-py3-none-any.whl"
,
hash
=
"sha256:
bc4b8c908dfcd84e4fe5d9fa2e52fbe17546515fb8f126909b98c47badf05658
"
}
,
{file
=
"Faker-4.1.
2
.tar.gz"
,
hash
=
"sha256:
ff188c416864e3f7d8becd8f9ee683a4b4101a2a2d2bcdcb3e84bb1bdd06eaae
"
}
,
]
flake8
=
[
{file
=
"flake8-3.8.
2
-py2.py3-none-any.whl"
,
hash
=
"sha256:
ccaa799ef9893cebe69fdfefed76865aeaefbb94cb8545617b2298786a4de9a5
"
}
,
{file
=
"flake8-3.8.
2
.tar.gz"
,
hash
=
"sha256:
c69ac1668e434d37a2d2880b3c
a9
a
af
d54b3a10a3ac1ab101d22f29e29cf8634
"
}
,
{file
=
"flake8-3.8.
3
-py2.py3-none-any.whl"
,
hash
=
"sha256:
15e351d19611c887e482fb960eae4d44845013cc142d42896e9862f775d8cf5c
"
}
,
{file
=
"flake8-3.8.
3
.tar.gz"
,
hash
=
"sha256:
f04b9fcbac03b0a3e58c0ab3a0ecc462e023
a9
f
af
046d57794184028123aa208
"
}
,
]
flake8-bandit
=
[
{file
=
"flake8_bandit-2.1.2.tar.gz"
,
hash
=
"sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"
}
,
]
flake8-black
=
[
{file
=
"flake8-black-0.2.
0
.tar.gz"
,
hash
=
"sha256:
10e7ff9f81f637a9471684e5624d6a32b11cba362b38df4e20fc8f761184440b
"
}
,
{file
=
"flake8-black-0.2.
1
.tar.gz"
,
hash
=
"sha256:
f26651bc10db786c03f4093414f7c9ea982ed8a244cec323c984feeffdf4c118
"
}
,
]
flake8-builtins
=
[
{file
=
"flake8-builtins-1.5.3.tar.gz"
,
hash
=
"sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"
}
,
...
...
@@ -2312,8 +2335,8 @@ flake8-fixme = [
{file
=
"flake8_fixme-1.1.1-py2.py3-none-any.whl"
,
hash
=
"sha256:226a6f2ef916730899f29ac140bed5d4a17e5aba79f00a0e3ae1eff1997cb1ac"
}
,
]
flake8-isort
=
[
{file
=
"flake8-isort-
3
.0.0.tar.gz"
,
hash
=
"sha256:
3ce227b5c5342b6d63937d3863e8de8783ae21863cb035cf992cdb0ba5990aa3
"
}
,
{file
=
"flake8_isort-
3
.0.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
f5322a85cea89998e0df954162fd35a1f1e5b5eb4fc0c79b5975aa2799106baa
"
}
,
{file
=
"flake8-isort-
4
.0.0.tar.gz"
,
hash
=
"sha256:
2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9
"
}
,
{file
=
"flake8_isort-
4
.0.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
729cd6ef9ba3659512dee337687c05d79c78e1215fdf921ed67e5fe46cce2f3c
"
}
,
]
flake8-mypy
=
[
{file
=
"flake8-mypy-17.8.0.tar.gz"
,
hash
=
"sha256:47120db63aff631ee1f84bac6fe8e64731dc66da3efc1c51f85e15ade4a3ba18"
}
,
...
...
@@ -2331,47 +2354,51 @@ gitdb = [
{file
=
"gitdb-4.0.5.tar.gz"
,
hash
=
"sha256:c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9"
}
,
]
gitpython
=
[
{file
=
"GitPython-3.1.
2
-py3-none-any.whl"
,
hash
=
"sha256:
da3b2cf819974789da34f95ac218ef99f515a928685db141327c09b73dd69c09
"
}
,
{file
=
"GitPython-3.1.
2
.tar.gz"
,
hash
=
"sha256:
864a47472548f3ba716ca202e034c1900f197c0fb3a08f641c20c3cafd15ed94
"
}
,
{file
=
"GitPython-3.1.
8
-py3-none-any.whl"
,
hash
=
"sha256:
1858f4fd089abe92ae465f01d5aaaf55e937eca565fb2c1fce35a51b5f85c910
"
}
,
{file
=
"GitPython-3.1.
8
.tar.gz"
,
hash
=
"sha256:
080bf8e2cf1a2b907634761c2eaefbe83b69930c94c66ad11b65a8252959f912
"
}
,
]
html2text
=
[
{file
=
"html2text-2020.1.16-py3-none-any.whl"
,
hash
=
"sha256:c7c629882da0cf377d66f073329ccf34a12ed2adf0169b9285ae4e63ef54c82b"
}
,
{file
=
"html2text-2020.1.16.tar.gz"
,
hash
=
"sha256:e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb"
}
,
]
idna
=
[
{file
=
"idna-2.
9
-py2.py3-none-any.whl"
,
hash
=
"sha256:
a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa
"
}
,
{file
=
"idna-2.
9
.tar.gz"
,
hash
=
"sha256:
7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb
"
}
,
{file
=
"idna-2.
10
-py2.py3-none-any.whl"
,
hash
=
"sha256:
b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0
"
}
,
{file
=
"idna-2.
10
.tar.gz"
,
hash
=
"sha256:
b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6
"
}
,
]
imagesize
=
[
{file
=
"imagesize-1.2.0-py2.py3-none-any.whl"
,
hash
=
"sha256:6965f19a6a2039c7d48bca7dba2473069ff854c36ae6f19d2cde309d998228a1"
}
,
{file
=
"imagesize-1.2.0.tar.gz"
,
hash
=
"sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1"
}
,
]
importlib-metadata
=
[
{file
=
"importlib_metadata-1.6.0-py2.py3-none-any.whl"
,
hash
=
"sha256:2a688cbaa90e0cc587f1df48bdc97a6eadccdcd9c35fb3f976a09e3b5016d90f"
}
,
{file
=
"importlib_metadata-1.6.0.tar.gz"
,
hash
=
"sha256:34513a8a0c4962bc66d35b359558fd8a5e10cd472d37aec5f66858addef32c1e"
}
,
{file
=
"importlib_metadata-1.7.0-py2.py3-none-any.whl"
,
hash
=
"sha256:dc15b2969b4ce36305c51eebe62d418ac7791e9a157911d58bfb1f9ccd8e2070"
}
,
{file
=
"importlib_metadata-1.7.0.tar.gz"
,
hash
=
"sha256:90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83"
}
,
]
iniconfig
=
[
{file
=
"iniconfig-1.0.1-py3-none-any.whl"
,
hash
=
"sha256:80cf40c597eb564e86346103f609d74efce0f6b4d4f30ec8ce9e2c26411ba437"
}
,
{file
=
"iniconfig-1.0.1.tar.gz"
,
hash
=
"sha256:e5f92f89355a67de0595932a6c6c02ab4afddc6fcdc0bfc5becd0d60884d3f69"
}
,
]
isort
=
[
{file
=
"isort-
4.3.21-py2.
py3-none-any.whl"
,
hash
=
"sha256:
6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100f
d"
}
,
{file
=
"isort-
4.3
.2
1
.tar.gz"
,
hash
=
"sha256:
54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1
"
}
,
{file
=
"isort-
5.5.2-
py3-none-any.whl"
,
hash
=
"sha256:
ba91218eee31f1e300ecc079ef0c524cea3fc41bfbb979cbdf5fd3a889e3cfe
d"
}
,
{file
=
"isort-
5.5
.2.tar.gz"
,
hash
=
"sha256:
171c5f365791073426b5ed3a156c2081a47f88c329161fd28228ff2da4c97ddb
"
}
,
]
jinja2
=
[
{file
=
"Jinja2-2.11.2-py2.py3-none-any.whl"
,
hash
=
"sha256:f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035"
}
,
{file
=
"Jinja2-2.11.2.tar.gz"
,
hash
=
"sha256:89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0"
}
,
]
libsass
=
[
{file
=
"libsass-0.20.
0
-cp27-cp27m-macosx_10_14_
intel
.whl"
,
hash
=
"sha256:
107c409524c6a4ed14410fa9dafa9ee59c6bd3ecae75d73af749ab2b75685726
"
}
,
{file
=
"libsass-0.20.
0
-cp27-cp27m-win32.whl"
,
hash
=
"sha256:
98f6dee9850b29e62977a963e3beb3cfeb98b128a267d59d2c3d675e298c8d57
"
}
,
{file
=
"libsass-0.20.
0
-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:
b077261a04ba1c213e932943208471972c5230222acb7fa97373e55a40872cbb
"
}
,
{file
=
"libsass-0.20.
0
-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:
e6a547c0aa731dcb4ed71f198e814bee0400ce04d553f3f12a53bc3a17f2a481
"
}
,
{file
=
"libsass-0.20.
0
-cp36-abi3-ma
nylinux1
_x86_64.whl"
,
hash
=
"sha256:
74f6fb8da58179b5d86586bc045c16d93d55074bc7bb48b6354a4da7ac9f9dfd
"
}
,
{file
=
"libsass-0.20.
0
-cp36-
cp36m-win32.whl"
,
hash
=
"sha256:a43f3830d83ad9a7f5013c05ce239ca71744d0780dad906587302ac5257bce60
"
}
,
{file
=
"libsass-0.20.
0
-cp36-cp36m-win
_amd64
.whl"
,
hash
=
"sha256:
fd19c8f73f70ffc6cbcca8139da08ea9a71fc48e7dfc4bb236ad88ab2d6558f1
"
}
,
{file
=
"libsass-0.20.
0
-cp3
7-abi3-macosx_10_14_x86_64.whl"
,
hash
=
"sha256:8cf72552b39e78a1852132e16b706406bc76029fe3001583284ece8d8752a60a
"
}
,
{file
=
"libsass-0.20.
0
-cp37-cp37m-win32.whl"
,
hash
=
"sha256:
7555d9b24e79943cfafac44dbb4ca7e62105c038de7c6b999838c9ff7b88645d
"
}
,
{file
=
"libsass-0.20.
0
-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:
794f4f4661667263e7feafe5cc866e3746c7c8a9192b2aa9afffdadcbc91c687
"
}
,
{file
=
"libsass-0.20.
0
-cp38-cp38-win32.whl"
,
hash
=
"sha256:
3bc0d68778b30b5fa83199e18795314f64b26ca5871e026343e63934f616f7f7
"
}
,
{file
=
"libsass-0.20.
0
-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:
5c8ff562b233734fbc72b23bb862cc6a6f70b1e9bf85a58422aa75108b94783b
"
}
,
{file
=
"libsass-0.20.
0
.tar.gz"
,
hash
=
"sha256:
b7452f1df274b166dc22ee2e9154c4adca619bcbbdf8041a7aa05f372a1dacbc
"
}
,
{file
=
"libsass-0.20.
1
-cp27-cp27m-macosx_10_14_
x86_64
.whl"
,
hash
=
"sha256:
4a246e4b88fd279abef8b669206228c92534d96ddcd0770d7012088c408dff23
"
}
,
{file
=
"libsass-0.20.
1
-cp27-cp27m-win32.whl"
,
hash
=
"sha256:
697f0f9fa8a1367ca9ec6869437cb235b1c537fc8519983d1d890178614a8903
"
}
,
{file
=
"libsass-0.20.
1
-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:
1b2d415bbf6fa7da33ef46e549db1418498267b459978eff8357e5e823962d35
"
}
,
{file
=
"libsass-0.20.
1
-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:
1521d2a8d4b397c6ec90640a1f6b5529077035efc48ef1c2e53095544e713d1b
"
}
,
{file
=
"libsass-0.20.
1
-cp36-abi3-ma
cosx_10_14
_x86_64.whl"
,
hash
=
"sha256:
2ae806427b28bc1bb7cb0258666d854fcf92ba52a04656b0b17ba5e190fb48a9
"
}
,
{file
=
"libsass-0.20.
1
-cp36-
abi3-manylinux1_x86_64.whl"
,
hash
=
"sha256:25ebc2085f5eee574761ccc8d9cd29a9b436fc970546d5ef08c6fa41eb57dff1
"
}
,
{file
=
"libsass-0.20.
1
-cp36-cp36m-win
32
.whl"
,
hash
=
"sha256:
553e5096414a8d4fb48d0a48f5a038d3411abe254d79deac5e008516c019e63a
"
}
,
{file
=
"libsass-0.20.
1
-cp3
6-cp36m-win_amd64.whl"
,
hash
=
"sha256:e64ae2587f1a683e831409aad03ba547c245ef997e1329fffadf7a866d2510b8
"
}
,
{file
=
"libsass-0.20.
1
-cp37-cp37m-win32.whl"
,
hash
=
"sha256:
c9411fec76f480ffbacc97d8188322e02a5abca6fc78e70b86a2a2b421eae8a2
"
}
,
{file
=
"libsass-0.20.
1
-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:
a8fd4af9f853e8bf42b1425c5e48dd90b504fa2e70d7dac5ac80b8c0a5a5fe85
"
}
,
{file
=
"libsass-0.20.
1
-cp38-cp38-win32.whl"
,
hash
=
"sha256:
f6852828e9e104d2ce0358b73c550d26dd86cc3a69439438c3b618811b9584f5
"
}
,
{file
=
"libsass-0.20.
1
-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:
daa98a51086d92aa7e9c8871cf1a8258124b90e2abf4697852a3dca619838618
"
}
,
{file
=
"libsass-0.20.
1
.tar.gz"
,
hash
=
"sha256:
e0e60836eccbf2d9e24ec978a805cd6642fa92515fbd95e3493fee276af76f8a
"
}
,
]
license-expression
=
[
{file
=
"license-expression-1.2.tar.gz"
,
hash
=
"sha256:7960e1dfdf20d127e75ead931476f2b5c7556df05b117a73880b22ade17d1abc"
}
,
...
...
@@ -2417,8 +2444,8 @@ mccabe = [
{file
=
"mccabe-0.6.1.tar.gz"
,
hash
=
"sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"
}
,
]
more-itertools
=
[
{file
=
"more-itertools-8.
3
.0.tar.gz"
,
hash
=
"sha256:
558bb897a2232f5e4f8e2399089e35aecb746e1f9191b6584a151647e89267be
"
}
,
{file
=
"more_itertools-8.
3
.0-py3-none-any.whl"
,
hash
=
"sha256:
7818f596b1e87be009031c7653d01acc46ed422e6656b394b0f765ce66ed4982
"
}
,
{file
=
"more-itertools-8.
5
.0.tar.gz"
,
hash
=
"sha256:
6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20
"
}
,
{file
=
"more_itertools-8.
5
.0-py3-none-any.whl"
,
hash
=
"sha256:
9b30f12df9393f0d28af9210ff8efe48d10c94f73e5daf886f10c4b0b0b4f03c
"
}
,
]
mypy
=
[
{file
=
"mypy-0.770-cp35-cp35m-macosx_10_6_x86_64.whl"
,
hash
=
"sha256:a34b577cdf6313bf24755f7a0e3f3c326d5c1f4fe7422d1d06498eb25ad0c600"
}
,
...
...
@@ -2449,67 +2476,70 @@ pathspec = [
{file
=
"pathspec-0.8.0.tar.gz"
,
hash
=
"sha256:da45173eb3a6f2a5a487efba21f050af2b41948be6ab52b6a1e3ff22bb8b7061"
}
,
]
pbr
=
[
{file
=
"pbr-5.
4.5
-py2.py3-none-any.whl"
,
hash
=
"sha256:5
79170e23f8e0c2f24b0de612f71f648eccb79fb1322c814ae6b3c07b5ba23e8
"
}
,
{file
=
"pbr-5.
4.5
.tar.gz"
,
hash
=
"sha256:
07f558fece33b05caf857474a366dfcc00562bca13dd8b47b2b3e22d9f9bf55c
"
}
,
{file
=
"pbr-5.
5.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:5
adc0f9fc64319d8df5ca1e4e06eea674c26b80e6f00c530b18ce6a6592ead15
"
}
,
{file
=
"pbr-5.
5.0
.tar.gz"
,
hash
=
"sha256:
14bfd98f51c78a3dd22a1ef45cf194ad79eee4a19e8e1a0d5c7f8e81ffe182ea
"
}
,
]
persisting-theory
=
[
{file
=
"persisting-theory-0.2.1.tar.gz"
,
hash
=
"sha256:00ff7dcc8f481ff75c770ca5797d968e8725b6df1f77fe0cf7d20fa1e5790c0a"
}
,
]
pg8000
=
[
{file
=
"pg8000-1.1
5.2
-py3-none-any.whl"
,
hash
=
"sha256:
2bfdd03c2623302af655ef089a958ff329b2035
c9
d
9a
ea406b5e4dac9c007524
"
}
,
{file
=
"pg8000-1.1
5.2
.tar.gz"
,
hash
=
"sha256:
eb42ba62fbc048c91d5cf1ac729e0ea4ee329cc526bddafed4e7a8aa6b57fbbb
"
}
,
{file
=
"pg8000-1.1
6.5
-py3-none-any.whl"
,
hash
=
"sha256:
3d646b11227d94a3130a765a981dc6323b
c9
5
9a
3cd6ed54421d174b2ef256087
"
}
,
{file
=
"pg8000-1.1
6.5
.tar.gz"
,
hash
=
"sha256:
8af70cdfcc1fadafa32468a6af563e1c0b5271c4dcc99a4490030a128cb295a3
"
}
,
]
phonenumbers
=
[
{file
=
"phonenumbers-8.12.
4
-py2.py3-none-any.whl"
,
hash
=
"sha256:
c6c43d6459aac85b646d6b7a7ab79b3b629eb168f0e9b851b331e2e5872bbd01
"
}
,
{file
=
"phonenumbers-8.12.
4
.tar.gz"
,
hash
=
"sha256:
46c5997fe076026aa2d4b66d0c53eea4babae2e808e8a5f39c09e2dfa6612d0
8"
}
,
{file
=
"phonenumbers-8.12.
9
-py2.py3-none-any.whl"
,
hash
=
"sha256:
b8644c1dccd45d4c0f54c5b10effcc8c3f733e6a3c2caf40c9175fabc5010ffe
"
}
,
{file
=
"phonenumbers-8.12.
9
.tar.gz"
,
hash
=
"sha256:
f887eceb3d9db17ec479a85245bd0ebe74c5f43489217784215ffb231f8c9e8
8"
}
,
]
pillow
=
[
{file
=
"Pillow-7.1.2-cp35-cp35m-macosx_10_10_intel.whl"
,
hash
=
"sha256:ae2b270f9a0b8822b98655cb3a59cdb1bd54a34807c6c56b76dd2e786c3b7db3"
}
,
{file
=
"Pillow-7.1.2-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:d23e2aa9b969cf9c26edfb4b56307792b8b374202810bd949effd1c6e11ebd6d"
}
,
{file
=
"Pillow-7.1.2-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:b532bcc2f008e96fd9241177ec580829dee817b090532f43e54074ecffdcd97f"
}
,
{file
=
"Pillow-7.1.2-cp35-cp35m-win32.whl"
,
hash
=
"sha256:12e4bad6bddd8546a2f9771485c7e3d2b546b458ae8ff79621214119ac244523"
}
,
{file
=
"Pillow-7.1.2-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:9744350687459234867cbebfe9df8f35ef9e1538f3e729adbd8fde0761adb705"
}
,
{file
=
"Pillow-7.1.2-cp36-cp36m-macosx_10_10_x86_64.whl"
,
hash
=
"sha256:f54be399340aa602066adb63a86a6a5d4f395adfdd9da2b9a0162ea808c7b276"
}
,
{file
=
"Pillow-7.1.2-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:1f694e28c169655c50bb89a3fa07f3b854d71eb47f50783621de813979ba87f3"
}
,
{file
=
"Pillow-7.1.2-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:f784aad988f12c80aacfa5b381ec21fd3f38f851720f652b9f33facc5101cf4d"
}
,
{file
=
"Pillow-7.1.2-cp36-cp36m-win32.whl"
,
hash
=
"sha256:b37bb3bd35edf53125b0ff257822afa6962649995cbdfde2791ddb62b239f891"
}
,
{file
=
"Pillow-7.1.2-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:b67a6c47ed963c709ed24566daa3f95a18f07d3831334da570c71da53d97d088"
}
,
{file
=
"Pillow-7.1.2-cp37-cp37m-macosx_10_10_x86_64.whl"
,
hash
=
"sha256:eaa83729eab9c60884f362ada982d3a06beaa6cc8b084cf9f76cae7739481dfa"
}
,
{file
=
"Pillow-7.1.2-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:f46e0e024346e1474083c729d50de909974237c72daca05393ee32389dabe457"
}
,
{file
=
"Pillow-7.1.2-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:0e2a3bceb0fd4e0cb17192ae506d5f082b309ffe5fc370a5667959c9b2f85fa3"
}
,
{file
=
"Pillow-7.1.2-cp37-cp37m-win32.whl"
,
hash
=
"sha256:ccc9ad2460eb5bee5642eaf75a0438d7f8887d484490d5117b98edd7f33118b7"
}
,
{file
=
"Pillow-7.1.2-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:b943e71c2065ade6fef223358e56c167fc6ce31c50bc7a02dd5c17ee4338e8ac"
}
,
{file
=
"Pillow-7.1.2-cp38-cp38-macosx_10_10_x86_64.whl"
,
hash
=
"sha256:04766c4930c174b46fd72d450674612ab44cca977ebbcc2dde722c6933290107"
}
,
{file
=
"Pillow-7.1.2-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:f455efb7a98557412dc6f8e463c1faf1f1911ec2432059fa3e582b6000fc90e2"
}
,
{file
=
"Pillow-7.1.2-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:ee94fce8d003ac9fd206496f2707efe9eadcb278d94c271f129ab36aa7181344"
}
,
{file
=
"Pillow-7.1.2-cp38-cp38-win32.whl"
,
hash
=
"sha256:4b02b9c27fad2054932e89f39703646d0c543f21d3cc5b8e05434215121c28cd"
}
,
{file
=
"Pillow-7.1.2-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:3d25dd8d688f7318dca6d8cd4f962a360ee40346c15893ae3b95c061cdbc4079"
}
,
{file
=
"Pillow-7.1.2-pp373-pypy36_pp73-win32.whl"
,
hash
=
"sha256:0f01e63c34f0e1e2580cc0b24e86a5ccbbfa8830909a52ee17624c4193224cd9"
}
,
{file
=
"Pillow-7.1.2-py3.8-macosx-10.9-x86_64.egg"
,
hash
=
"sha256:70e3e0d99a0dcda66283a185f80697a9b08806963c6149c8e6c5f452b2aa59c0"
}
,
{file
=
"Pillow-7.1.2.tar.gz"
,
hash
=
"sha256:a0b49960110bc6ff5fead46013bcb8825d101026d466f3a4de3476defe0fb0dd"
}
,
{file
=
"Pillow-7.2.0-cp35-cp35m-macosx_10_10_intel.whl"
,
hash
=
"sha256:1ca594126d3c4def54babee699c055a913efb01e106c309fa6b04405d474d5ae"
}
,
{file
=
"Pillow-7.2.0-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:c92302a33138409e8f1ad16731568c55c9053eee71bb05b6b744067e1b62380f"
}
,
{file
=
"Pillow-7.2.0-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:8dad18b69f710bf3a001d2bf3afab7c432785d94fcf819c16b5207b1cfd17d38"
}
,
{file
=
"Pillow-7.2.0-cp35-cp35m-manylinux2014_aarch64.whl"
,
hash
=
"sha256:431b15cffbf949e89df2f7b48528be18b78bfa5177cb3036284a5508159492b5"
}
,
{file
=
"Pillow-7.2.0-cp35-cp35m-win32.whl"
,
hash
=
"sha256:09d7f9e64289cb40c2c8d7ad674b2ed6105f55dc3b09aa8e4918e20a0311e7ad"
}
,
{file
=
"Pillow-7.2.0-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:0295442429645fa16d05bd567ef5cff178482439c9aad0411d3f0ce9b88b3a6f"
}
,
{file
=
"Pillow-7.2.0-cp36-cp36m-macosx_10_10_x86_64.whl"
,
hash
=
"sha256:ec29604081f10f16a7aea809ad42e27764188fc258b02259a03a8ff7ded3808d"
}
,
{file
=
"Pillow-7.2.0-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:612cfda94e9c8346f239bf1a4b082fdd5c8143cf82d685ba2dba76e7adeeb233"
}
,
{file
=
"Pillow-7.2.0-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:0a80dd307a5d8440b0a08bd7b81617e04d870e40a3e46a32d9c246e54705e86f"
}
,
{file
=
"Pillow-7.2.0-cp36-cp36m-manylinux2014_aarch64.whl"
,
hash
=
"sha256:06aba4169e78c439d528fdeb34762c3b61a70813527a2c57f0540541e9f433a8"
}
,
{file
=
"Pillow-7.2.0-cp36-cp36m-win32.whl"
,
hash
=
"sha256:f7e30c27477dffc3e85c2463b3e649f751789e0f6c8456099eea7ddd53be4a8a"
}
,
{file
=
"Pillow-7.2.0-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:ffe538682dc19cc542ae7c3e504fdf54ca7f86fb8a135e59dd6bc8627eae6cce"
}
,
{file
=
"Pillow-7.2.0-cp37-cp37m-macosx_10_10_x86_64.whl"
,
hash
=
"sha256:94cf49723928eb6070a892cb39d6c156f7b5a2db4e8971cb958f7b6b104fb4c4"
}
,
{file
=
"Pillow-7.2.0-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:6edb5446f44d901e8683ffb25ebdfc26988ee813da3bf91e12252b57ac163727"
}
,
{file
=
"Pillow-7.2.0-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:52125833b070791fcb5710fabc640fc1df07d087fc0c0f02d3661f76c23c5b8b"
}
,
{file
=
"Pillow-7.2.0-cp37-cp37m-manylinux2014_aarch64.whl"
,
hash
=
"sha256:9ad7f865eebde135d526bb3163d0b23ffff365cf87e767c649550964ad72785d"
}
,
{file
=
"Pillow-7.2.0-cp37-cp37m-win32.whl"
,
hash
=
"sha256:c79f9c5fb846285f943aafeafda3358992d64f0ef58566e23484132ecd8d7d63"
}
,
{file
=
"Pillow-7.2.0-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:d350f0f2c2421e65fbc62690f26b59b0bcda1b614beb318c81e38647e0f673a1"
}
,
{file
=
"Pillow-7.2.0-cp38-cp38-macosx_10_10_x86_64.whl"
,
hash
=
"sha256:6d7741e65835716ceea0fd13a7d0192961212fd59e741a46bbed7a473c634ed6"
}
,
{file
=
"Pillow-7.2.0-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:edf31f1150778abd4322444c393ab9c7bd2af271dd4dafb4208fb613b1f3cdc9"
}
,
{file
=
"Pillow-7.2.0-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:d08b23fdb388c0715990cbc06866db554e1822c4bdcf6d4166cf30ac82df8c41"
}
,
{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-win32.whl"
,
hash
=
"sha256:25930fadde8019f374400f7986e8404c8b781ce519da27792cbe46eabec00c4d"
}
,
{file
=
"Pillow-7.2.0.tar.gz"
,
hash
=
"sha256:97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626"
}
,
]
pluggy
=
[
{file
=
"pluggy-0.13.1-py2.py3-none-any.whl"
,
hash
=
"sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"
}
,
{file
=
"pluggy-0.13.1.tar.gz"
,
hash
=
"sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"
}
,
]
psycopg2
=
[
{file
=
"psycopg2-2.8.
5
-cp27-cp27m-win32.whl"
,
hash
=
"sha256:
a0984ff49e176062fcdc8a5a2a670c9bb1704a2f69548bce8f8a7bad41c661bf
"
}
,
{file
=
"psycopg2-2.8.
5
-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:
acf56d564e443e3dea152efe972b1434058244298a94348fc518d6dd6a9fb0bb
"
}
,
{file
=
"psycopg2-2.8.
5
-cp34-cp34m-win32.whl"
,
hash
=
"sha256:
440a3ea2c955e89321a138eb7582aa1d22fe286c7d65e26a2c5411af0a88ae72
"
}
,
{file
=
"psycopg2-2.8.
5
-cp34-cp34m-win_amd64.whl"
,
hash
=
"sha256:
6b306dae53ec7f4f67a10942cf8ac85de930ea90e9903e2df4001f69b7833f7e
"
}
,
{file
=
"psycopg2-2.8.
5
-cp35-cp35m-win32.whl"
,
hash
=
"sha256:
d3b29d717d39d3580efd760a9a46a7418408acebbb784717c90d708c9ed5f055
"
}
,
{file
=
"psycopg2-2.8.
5
-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:
6a471d4d2a6f14c97a882e8d3124869bc623f3df6177eefe02994ea41fd45b52
"
}
,
{file
=
"psycopg2-2.8.
5
-cp36-cp36m-win32.whl"
,
hash
=
"sha256:
27c633f2d5db0fc27b51f1b08f410715b59fa3802987aec91aeb8f562724e95c
"
}
,
{file
=
"psycopg2-2.8.
5
-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:
2df2bf1b87305bd95eb3ac666ee1f00a9c83d10927b8144e8e39644218f4cf81
"
}
,
{file
=
"psycopg2-2.8.
5
-cp37-cp37m-win32.whl"
,
hash
=
"sha256:
ac5b23d0199c012ad91ed1bbb971b7666da651c6371529b1be8cbe2a7bf3c3a9
"
}
,
{file
=
"psycopg2-2.8.
5
-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:
2c0afb40cfb4d53487ee2ebe128649028c9a78d2476d14a67781e45dc287f080
"
}
,
{file
=
"psycopg2-2.8.
5
-cp38-cp38-win32.whl"
,
hash
=
"sha256:
2327bf42c1744a434ed8ed0bbaa9168cac7ee5a22a9001f6fc85c33b8a4a14b7
"
}
,
{file
=
"psycopg2-2.8.
5
-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:
132efc7ee46a763e68a815f4d26223d9c679953cd190f1f218187cb60decf535
"
}
,
{file
=
"psycopg2-2.8.
5
.tar.gz"
,
hash
=
"sha256:f
7d46240f7a1ae1dd95aab38bd74f7428d46531f69219954266d669da60c0818
"
}
,
{file
=
"psycopg2-2.8.
6
-cp27-cp27m-win32.whl"
,
hash
=
"sha256:
068115e13c70dc5982dfc00c5d70437fe37c014c808acce119b5448361c03725
"
}
,
{file
=
"psycopg2-2.8.
6
-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:
d160744652e81c80627a909a0e808f3c6653a40af435744de037e3172cf277f5
"
}
,
{file
=
"psycopg2-2.8.
6
-cp34-cp34m-win32.whl"
,
hash
=
"sha256:
b8cae8b2f022efa1f011cc753adb9cbadfa5a184431d09b273fb49b4167561ad
"
}
,
{file
=
"psycopg2-2.8.
6
-cp34-cp34m-win_amd64.whl"
,
hash
=
"sha256:
f22ea9b67aea4f4a1718300908a2fb62b3e4276cf00bd829a97ab5894af42ea3
"
}
,
{file
=
"psycopg2-2.8.
6
-cp35-cp35m-win32.whl"
,
hash
=
"sha256:
26e7fd115a6db75267b325de0fba089b911a4a12ebd3d0b5e7acb7028bc46821
"
}
,
{file
=
"psycopg2-2.8.
6
-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:
00195b5f6832dbf2876b8bf77f12bdce648224c89c880719c745b90515233301
"
}
,
{file
=
"psycopg2-2.8.
6
-cp36-cp36m-win32.whl"
,
hash
=
"sha256:
a49833abfdede8985ba3f3ec641f771cca215479f41523e99dace96d5b8cce2a
"
}
,
{file
=
"psycopg2-2.8.
6
-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:
f974c96fca34ae9e4f49839ba6b78addf0346777b46c4da27a7bf54f48d3057d
"
}
,
{file
=
"psycopg2-2.8.
6
-cp37-cp37m-win32.whl"
,
hash
=
"sha256:
6a3d9efb6f36f1fe6aa8dbb5af55e067db802502c55a9defa47c5a1dad41df84
"
}
,
{file
=
"psycopg2-2.8.
6
-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:
56fee7f818d032f802b8eed81ef0c1232b8b42390df189cab9cfa87573fe52c5
"
}
,
{file
=
"psycopg2-2.8.
6
-cp38-cp38-win32.whl"
,
hash
=
"sha256:
ad2fe8a37be669082e61fb001c185ffb58867fdbb3e7a6b0b0d2ffe232353a3e
"
}
,
{file
=
"psycopg2-2.8.
6
-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:
56007a226b8e95aa980ada7abdea6b40b75ce62a433bd27cec7a8178d57f4051
"
}
,
{file
=
"psycopg2-2.8.
6
.tar.gz"
,
hash
=
"sha256:f
b23f6c71107c37fd667cb4ea363ddeb936b348bbd6449278eb92c189699f543
"
}
,
]
py
=
[
{file
=
"py-1.
8.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
c20fdd83a5dbc0af9efd622bee9a5564e278f6380fffcacc43ba6f43db2813b0
"
}
,
{file
=
"py-1.
8.1
.tar.gz"
,
hash
=
"sha256:
5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa
"
}
,
{file
=
"py-1.
9.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
366389d1db726cd2fcfc79732e75410e5fe4d31db13692115529d34069a043c2
"
}
,
{file
=
"py-1.
9.0
.tar.gz"
,
hash
=
"sha256:
9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342
"
}
,
]
pyasn1
=
[
{file
=
"pyasn1-0.4.8-py2.4.egg"
,
hash
=
"sha256:fec3e9d8e36808a28efb59b489e4528c10ad0f480e57dcc32b4de5c9d8c9fdf3"
}
,
...
...
@@ -2546,48 +2576,48 @@ pycodestyle = [
{file
=
"pycodestyle-2.6.0.tar.gz"
,
hash
=
"sha256:c58a7d2815e0e8d7972bf1803331fb0152f867bd89adf8a01dfd55085434192e"
}
,
]
pycryptodome
=
[
{file
=
"pycryptodome-3.9.
7
-cp27-cp27m-macosx_10_6_intel.whl"
,
hash
=
"sha256:
0e10f352ccbbcb5bb2dc4ecaf106564e65702a717d72ab260f9ac4c19753cfc2
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp27-cp27m-manylinux1_i686.whl"
,
hash
=
"sha256:
9c739b7795ccf2ef1fdad8d44e539a39ad300ee6786e804ea7f0c6a786eb5343
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp27-cp27m-manylinux1_x86_64.whl"
,
hash
=
"sha256:
9977086e0f93adb326379897437373871b80501e1d176fec63c7f46fb300c862
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp27-cp27m-win32.whl"
,
hash
=
"sha256:
83295a3fb5cf50c48631eb5b440cb5e9832d8c14d81d1d45f4497b67a9987de8
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:
b1e332587b3b195542e77681389c296e1837ca01240399d88803a075447d3557
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp27-cp27mu-manylinux1_i686.whl"
,
hash
=
"sha256:
9378c309aec1f8cd8bad361ed0816a440151b97a2a3f6ffdaba1d1a1fb76873a
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:
d4f94368ce2d65873a87ad867eb3bf63f4ba81eb97a9ee66d38c2b71ce5a7439
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp3
4
-cp3
4
m-ma
nylinux1_i686
.whl"
,
hash
=
"sha256:
f655addaaaa9974108d4808f4150652589cada96074c87115c52e575bfcd87d5
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp3
4
-cp3
4
m-manylinux1_
x86_64
.whl"
,
hash
=
"sha256:
9a94fca11fdc161460bd8659c15b6adef45c1b20da86402256eaf3addfaab324
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp35-cp35m-ma
cosx_10_6_intel
.whl"
,
hash
=
"sha256:
ea83bcd9d6c03248ebd46e71ac313858e0afd5aa2fa81478c0e653242f3eb476
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp35-cp35m-
manylinux1_i686
.whl"
,
hash
=
"sha256:
07024fc364869eae8d6ac0d316e089956e6aeffe42dbdcf44fe1
32
0
d9
6becf7f
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp35-cp35m-
manylinux1_x86_
64.whl"
,
hash
=
"sha256:
426c188c83c10df71f053e04b4003b1437bae5cb37606440e498b00f160d71d0
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp3
5
-cp3
5
m-
win32
.whl"
,
hash
=
"sha256:
d61b012baa8c2b659e9890011358455c0019a4108536b811602d2f638c40802a
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp3
5
-cp3
5
m-
win_amd64
.whl"
,
hash
=
"sha256:
1f4752186298caf2e9ff5354f2e694d607ca7342aa313a62005235d46e28cf04
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp36-cp36m-ma
cosx_10_6_intel
.whl"
,
hash
=
"sha256:
767ad0fb5d23efc36a4d5c2fc608ac603f3de028909bcf59abc943e0d0bc5a36
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp36-cp36m-
manylinux1_i686
.whl"
,
hash
=
"sha256:
2fbc472e0b567318fe2052281d5a8c0ae70099b446679815f655e9fbc18c3a65
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp36-cp36m-
manylinux1_x86_
64.whl"
,
hash
=
"sha256:
9230fcb5d948c3fb40049bace4d33c5d254f8232c2c0bba05d2570aea3ba4520
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp3
6
-cp3
6
m-
win32
.whl"
,
hash
=
"sha256:
8f06556a8f7ea7b1e42eff39726b
b0dc
a1c251205debae64e6eebea3cd7b438
a"
}
,
{file
=
"pycryptodome-3.9.
7
-cp3
6
-cp3
6
m-
win_amd64
.whl"
,
hash
=
"sha256:
d6e1bc5c94873bec742afe2dfadce0d20445b18e75c47afc0c115b19e5dd38dd
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp37-cp37m-ma
cosx_10_6_intel
.whl"
,
hash
=
"sha256:
3ec3dc2f80f71fd0c955ce48b81bfaf8914c6f63a41a738f28885a1c4892968a
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp37-cp37m-
manylinux1_i686
.whl"
,
hash
=
"sha256:
cff31f5a8977534f255f729d5d2467526f2b10563a30bbdade92223e0bf264bd
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp37-cp37m-
manylinux1_x86_
64.whl"
,
hash
=
"sha256:
ed5761b37615a1f222c5345bbf45272ae2cf8c7dff88a4f53a1e9f977cbb6d95
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp3
7
-cp3
7m-win32
.whl"
,
hash
=
"sha256:
f011cd0062e54658b7086a76f8cf0f4222812acc66e219e196ea2d0a8849d0ed
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp3
7
-cp3
7m-win_amd64
.whl"
,
hash
=
"sha256:
626c0a1d4d83ec6303f970a17158114f75c3ba1736f7f2983f7b40a265861bd8
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp38-cp38-ma
cosx_10_9
_x86_64.whl"
,
hash
=
"sha256:
8be56bde3312e022d9d1d6afa124556460ad5c844c2fc63642f6af723c098d35
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp38-cp38-
manylinux1_i686
.whl"
,
hash
=
"sha256:
c818dc1f3eace93ee50c2b6b5c2becf7c418fa5dd1ba6fc0ef7db279ea21d5e4
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp38-cp38-
manylinux1_x86_
64.whl"
,
hash
=
"sha256:
09b6d6bcc01a4eb1a2b4deeff5aa602a108ec5aed8ac75ae554f97d1d7f0a5ad
"
}
,
{file
=
"pycryptodome-3.9.
7
-cp3
8
-cp3
8-win32
.whl"
,
hash
=
"sha256:
7ac729d9091ed5478af2b4a4f44f5335a98febbc008af619e4569a59fe503e4
0"
}
,
{file
=
"pycryptodome-3.9.
7
-cp3
8
-cp3
8-win_amd
64.whl"
,
hash
=
"sha256:
c109a26a21f21f695d369ff9b87f5d43e0d6c768d8384e10bc74142bed2e092e
"
}
,
{file
=
"pycryptodome-3.9.
7
.tar.gz"
,
hash
=
"sha256:
f1add21b6d179179b3c177c33d18a2186a09cc0d3af41ff5ed3f377360b869f2
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp27-cp27m-macosx_10_6_intel.whl"
,
hash
=
"sha256:
50348edd283afdccddc0938cdc674484533912ba8a99a27c7bfebb75030aa856
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp27-cp27m-manylinux1_i686.whl"
,
hash
=
"sha256:
80d57177a0b7c14d4594c62bbb47fe2f6309ad3b0a34348a291d570925c97a82
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp27-cp27m-manylinux1_x86_64.whl"
,
hash
=
"sha256:
fbe65d5cfe04ff2f7684160d50f5118bdefb01e3af4718eeb618bfed40f19d94
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp27-cp27m-win32.whl"
,
hash
=
"sha256:
bcd5b8416e73e4b0d48afba3704d8c826414764dafaed7a1a93c442188d90ccc
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:
360955eece2cd0fa694a708d10303c6abd7b39614fa2547b6bd245da76198beb
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp27-cp27mu-manylinux1_i686.whl"
,
hash
=
"sha256:
1e655746f539421d923fd48df8f6f40b3443d80b75532501c0085b64afed9df5
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:
709b9f144d23e290b9863121d1ace14a72e01f66ea9c903fbdc690520dfdfcf0
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp3
5
-cp3
5
m-ma
cosx_10_6_intel
.whl"
,
hash
=
"sha256:
6276478ada411aca97c0d5104916354b3d740d368407912722bd4d11aa9ee4c2
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp3
5
-cp3
5
m-manylinux1_
i686
.whl"
,
hash
=
"sha256:
54bdedd28476dea8a3cd86cb67c0df1f0e3d71cae8022354b0f879c41a3d27b2
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp35-cp35m-ma
nylinux1_x86_64
.whl"
,
hash
=
"sha256:
f521178e5a991ffd04182ed08f552daca1affcb826aeda0e1945cd989a9d4345
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp35-cp35m-
win32
.whl"
,
hash
=
"sha256:
a207231a52426de3ff20f5608f0687261a3
32
9
d9
7a036c51f7d4c606a6f30c23
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp35-cp35m-
win_amd
64.whl"
,
hash
=
"sha256:
2b998dc45ef5f4e5cf5248a6edfcd8d8e9fb5e35df8e4259b13a1b10eda7b16b
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp3
6
-cp3
6
m-
macosx_10_6_intel
.whl"
,
hash
=
"sha256:
03d5cca8618620f45fd40f827423f82b86b3a202c8d44108601b0f5f56b04299
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp3
6
-cp3
6
m-
manylinux1_i686
.whl"
,
hash
=
"sha256:
f78a68c2c820e4731e510a2df3eef0322f24fde1781ced970bf497b6c7d92982
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp36-cp36m-ma
nylinux1_x86_64
.whl"
,
hash
=
"sha256:
132a56abba24e2e06a479d8e5db7a48271a73a215f605017bbd476d31f8e71c1
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp36-cp36m-
win32
.whl"
,
hash
=
"sha256:
67dcad1b8b201308586a8ca2ffe89df1e4f731d5a4cdd0610cc4ea790351c739
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp36-cp36m-
win_amd
64.whl"
,
hash
=
"sha256:
b56638d58a3a4be13229c6a815cd448f9e3ce40c00880a5398471b42ee86f50e
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp3
7
-cp3
7
m-
macosx_10_6_intel
.whl"
,
hash
=
"sha256:
bec2bcdf7c9ce7f04d718e51887f3
b0
5
dc
5c1cfaf5d2c2e9065ecddd1b2f6c9
a"
}
,
{file
=
"pycryptodome-3.9.
8
-cp3
7
-cp3
7
m-
manylinux1_i686
.whl"
,
hash
=
"sha256:
abc2e126c9490e58a36a0f83516479e781d83adfb134576a5cbe5c6af2a3e93c
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp37-cp37m-ma
nylinux1_x86_64
.whl"
,
hash
=
"sha256:
ef39c98d9b8c0736d91937d193653e47c3b19ddf4fc3bccdc5e09aaa4b0c5d21
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp37-cp37m-
win32
.whl"
,
hash
=
"sha256:
4350a42028240c344ee855f032c7d4ad6ff4f813bfbe7121547b7dc579ecc876
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp37-cp37m-
win_amd
64.whl"
,
hash
=
"sha256:
c8bf40cf6e281a4378e25846924327e728a887e8bf0ee83b2604a0f4b61692e8
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp3
8
-cp3
8-macosx_10_9_x86_64
.whl"
,
hash
=
"sha256:
d8074c8448cfd0705dfa71ca333277fce9786d0b9cac75d120545de6253f996a
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp3
8
-cp3
8-manylinux1_i686
.whl"
,
hash
=
"sha256:
8063a712fba642f78d3c506b0896846601b6de7f5c3d534e388ad0cc07f5a149
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp38-cp38-ma
nylinux1
_x86_64.whl"
,
hash
=
"sha256:
dd302b6ae3965afeb5ef1b0d92486f986c0e65183cd7835973f0b593800590e6
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp38-cp38-
win32
.whl"
,
hash
=
"sha256:
02e51e1d5828d58f154896ddfd003e2e7584869c275e5acbe290443575370fba
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp38-cp38-
win_amd
64.whl"
,
hash
=
"sha256:
55eb61aca2c883db770999f50d091ff7c14016f2769ad7bca3d9b75d1d7c1b68
"
}
,
{file
=
"pycryptodome-3.9.
8
-cp3
9
-cp3
9-manylinux1_i686
.whl"
,
hash
=
"sha256:
39ef9fb52d6ec7728fce1f1693cb99d60ce302aeebd59bcedea70ca3203fda6
0"
}
,
{file
=
"pycryptodome-3.9.
8
-cp3
9
-cp3
9-manylinux1_x86_
64.whl"
,
hash
=
"sha256:
de6e1cd75677423ff64712c337521e62e3a7a4fc84caabbd93207752e831a85a
"
}
,
{file
=
"pycryptodome-3.9.
8
.tar.gz"
,
hash
=
"sha256:
0e24171cf01021bc5dc17d6a9d4f33a048f09d62cc3f62541e95ef104588bda4
"
}
,
]
pydocstyle
=
[
{file
=
"pydocstyle-5.
0.2
-py3-none-any.whl"
,
hash
=
"sha256:
da7831660b7355307b32778c4a0dbfb137d89254ef31a2b2978f50fc0b4d7586
"
}
,
{file
=
"pydocstyle-5.
0.2
.tar.gz"
,
hash
=
"sha256:
f4f5d210610c2d153fae39093d44224c17429e2ad7da12a8b419aba5c2f614b
5"
}
,
{file
=
"pydocstyle-5.
1.1
-py3-none-any.whl"
,
hash
=
"sha256:
aca749e190a01726a4fb472dd4ef23b5c9da7b9205c0a7857c06533de13fd678
"
}
,
{file
=
"pydocstyle-5.
1.1
.tar.gz"
,
hash
=
"sha256:
19b86fa8617ed916776a11cd8bc0197e5b9856d5433b777f51a3defe1307532
5"
}
,
]
pyflakes
=
[
{file
=
"pyflakes-2.2.0-py2.py3-none-any.whl"
,
hash
=
"sha256:0d94e0e05a19e57a99444b6ddcf9a6eb2e5c68d3ca1e98e90707af8152c90a92"
}
,
{file
=
"pyflakes-2.2.0.tar.gz"
,
hash
=
"sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8"
}
,
]
pygments
=
[
{file
=
"Pygments-2.
6.1
-py3-none-any.whl"
,
hash
=
"sha256:
ff7a40b4860b727ab48fad6360eb351cc1b33cbf9b15a0f689ca5353e9463324
"
}
,
{file
=
"Pygments-2.
6.1
.tar.gz"
,
hash
=
"sha256:
647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44
"
}
,
{file
=
"Pygments-2.
7.0
-py3-none-any.whl"
,
hash
=
"sha256:
2df50d16b45b977217e02cba6c8422aaddb859f3d0570a88e09b00eafae89c6e
"
}
,
{file
=
"Pygments-2.
7.0
.tar.gz"
,
hash
=
"sha256:
2594e8fdb06fef91552f86f4fd3a244d148ab24b66042036e64f29a291515048
"
}
,
]
pyjwt
=
[
{file
=
"PyJWT-1.7.1-py2.py3-none-any.whl"
,
hash
=
"sha256:5c6eca3c2940464d106b99ba83b00c6add741c9becaec087fb7ccdefea71350e"
}
,
...
...
@@ -2598,12 +2628,12 @@ pyparsing = [
{file
=
"pyparsing-2.4.7.tar.gz"
,
hash
=
"sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"
}
,
]
pytest
=
[
{file
=
"pytest-
5.4
.2-py3-none-any.whl"
,
hash
=
"sha256:
95c710d0a72d91c13fae35dce195633c929c3792f54125919847fdcdf7caa0d3
"
}
,
{file
=
"pytest-
5.4
.2.tar.gz"
,
hash
=
"sha256:
eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698
"
}
,
{file
=
"pytest-
6.0
.2-py3-none-any.whl"
,
hash
=
"sha256:
0e37f61339c4578776e090c3b8f6b16ce4db333889d65d0efb305243ec544b40
"
}
,
{file
=
"pytest-
6.0
.2.tar.gz"
,
hash
=
"sha256:
c8f57c2a30983f469bf03e68cdfa74dc474ce56b8f280ddcb080dfd91df01043
"
}
,
]
pytest-cov
=
[
{file
=
"pytest-cov-2.
9.0
.tar.gz"
,
hash
=
"sha256:
b6a814b8ed6247bd81ff47f038511b57fe1ce7f4cc25b9106f1a4b106f1d9322
"
}
,
{file
=
"pytest_cov-2.
9.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
c87dfd8465d865655a8213859f1b4749b43448b5fae465cb981e16d52a811424
"
}
,
{file
=
"pytest-cov-2.
10.1
.tar.gz"
,
hash
=
"sha256:
47bd0ce14056fdd79f93e1713f88fad7bdcc583dcd7783da86ef2f085a0bb88e
"
}
,
{file
=
"pytest_cov-2.
10.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
45ec2d5182f89a81fc3eb29e3d1ed3113b9e9a873bcddb2a71faaab066110191
"
}
,
]
pytest-django
=
[
{file
=
"pytest-django-3.9.0.tar.gz"
,
hash
=
"sha256:664e5f42242e5e182519388f01b9f25d824a9feb7cd17d8f863c8d776f38baf9"
}
,
...
...
@@ -2614,7 +2644,7 @@ pytest-django-testing-postgresql = [
{file
=
"pytest_django_testing_postgresql-0.1.post0-py3-none-any.whl"
,
hash
=
"sha256:78e52e3d1b0ef5f906d5d69247dd6ac7dfb10d840bd81abab92f3f8c30872cd3"
}
,
]
pytest-sugar
=
[
{file
=
"pytest-sugar-0.9.
3
.tar.gz"
,
hash
=
"sha256:
1630b5b7ea3624919b73fde37cffb87965c5087a4afab8a43074ff44e0d810c4
"
}
,
{file
=
"pytest-sugar-0.9.
4
.tar.gz"
,
hash
=
"sha256:
b1b2186b0a72aada6859bea2a5764145e3aaa2c1cfbb23c3a19b5f7b697563d3
"
}
,
]
python-box
=
[
{file
=
"python-box-3.4.6.tar.gz"
,
hash
=
"sha256:694a7555e3ff9fbbce734bbaef3aad92b8e4ed0659d3ed04d56b6a0a0eff26a9"
}
,
...
...
@@ -2625,11 +2655,11 @@ python-dateutil = [
{file
=
"python_dateutil-2.8.1-py2.py3-none-any.whl"
,
hash
=
"sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"
}
,
]
python-dotenv
=
[
{file
=
"python-dotenv-0.1
3
.0.tar.gz"
,
hash
=
"sha256:
3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74
"
}
,
{file
=
"python_dotenv-0.1
3
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
25c0ff1a3e12f4bde8d592cc254ab075cfe734fc5dd989036716fd17ee7e5ec7
"
}
,
{file
=
"python-dotenv-0.1
4
.0.tar.gz"
,
hash
=
"sha256:
8c10c99a1b25d9a68058a1ad6f90381a62ba68230ca93966882a4dbc3bc9c33d
"
}
,
{file
=
"python_dotenv-0.1
4
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
c10863aee750ad720f4f43436565e4c1698798d763b63234fb5021b6c616e423
"
}
,
]
python-ldap
=
[
{file
=
"python-ldap-3.
2.0
.tar.gz"
,
hash
=
"sha256:
7d1c4b15375a533564aad3d3deade789221e450052b21ebb9720fb822eccdb8e
"
}
,
{file
=
"python-ldap-3.
3.1
.tar.gz"
,
hash
=
"sha256:
4711cacf013e298754abd70058ccc995758177fb425f1c2d30e71adfc1d00aa5
"
}
,
]
python-memcached
=
[
{file
=
"python-memcached-1.59.tar.gz"
,
hash
=
"sha256:a2e28637be13ee0bf1a8b6843e7490f9456fd3f2a4cb60471733c7b5d5557e4f"
}
,
...
...
@@ -2657,34 +2687,34 @@ qrcode = [
{file
=
"qrcode-6.1.tar.gz"
,
hash
=
"sha256:505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369"
}
,
]
regex
=
[
{file
=
"regex-2020.
5
.14-cp27-cp27m-win32.whl"
,
hash
=
"sha256:e
565569fc28e3ba3e475ec344d87ed3cd8ba2d575335359749298a0899fe122e
"
}
,
{file
=
"regex-2020.
5
.14-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:
d466967ac8e45244b9dfe302bbe5e3337f8dc4dec8d7d10f5e950d83b140d33a
"
}
,
{file
=
"regex-2020.
5
.14-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:
27ff7325b297fb6e5ebb70d10437592433601c423f5acf86e5bc1ee2919b9561
"
}
,
{file
=
"regex-2020.
5
.14-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:
e
a5
5b80eb0d1c3f1d8d784264a6764f931e172480a2f1868f2536444c5f01e01
"
}
,
{file
=
"regex-2020.
5
.14-cp36-cp36m-manylinux2010_i686.whl"
,
hash
=
"sha256:
c9bce6e006fbe771a02bda468ec40ffccbf954803b470a0345ad39c603402577
"
}
,
{file
=
"regex-2020.
5
.14-cp36-cp36m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:
d881c2e657c51d89f02ae4c21d9adbef76b8325fe4d5cf0e9ad62f850f3a98fd
"
}
,
{file
=
"regex-2020.
5
.14-cp36-cp36m-win32.whl"
,
hash
=
"sha256:9
9568f00f7bf820c620f01721485cad230f3fb28f57d8fbf4a7967ec2e44699
4"
}
,
{file
=
"regex-2020.
5
.14-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:
70c14743320a68c5dac7fc5a0f685be63bc2024b062fe2aaccc4acc3d01b14a1
"
}
,
{file
=
"regex-2020.
5
.14-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:
a7c37f048ec3920783abab99f8f4036561a174f1314302ccfa4e9ad31cb00eb4
"
}
,
{file
=
"regex-2020.
5
.14-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:
89d76ce33d3266173f5be80bd4efcbd5196cafc34100fdab814f9b228dee0fa4
"
}
,
{file
=
"regex-2020.
5
.14-cp37-cp37m-manylinux2010_i686.whl"
,
hash
=
"sha256:
51f17abbe973c7673a61863516bdc9c0ef467407a940f39501e786a07406699c
"
}
,
{file
=
"regex-2020.
5
.14-cp37-cp37m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:
ce5cc53aa9fbbf6712e92c7cf268274eaff30f6bd12a0754e8133d85a8fb0f5f
"
}
,
{file
=
"regex-2020.
5
.14-cp37-cp37m-win32.whl"
,
hash
=
"sha256:
8044d1c085d49673aadb3d7dc20ef5cb5b030c7a4fa253a593dda2eab3059929
"
}
,
{file
=
"regex-2020.
5
.14-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:
c2062c7d470751b648f1cacc3f54460aebfc261285f14bc6da49c6943bd48bdd
"
}
,
{file
=
"regex-2020.
5
.14-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:
329ba35d711e3428db6b45a53b1b13a0a8ba07cbbcf10bbed291a7da45f106c3
"
}
,
{file
=
"regex-2020.
5
.14-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:
579ea215c81d18da550b62ff97ee187b99f1b135fd894a13451e00986a080cad
"
}
,
{file
=
"regex-2020.
5
.14-cp38-cp38-manylinux2010_i686.whl"
,
hash
=
"sha256:
3a9394197664e35566242686d84dfd264c07b20f93514e2e09d3c2b3ffdf78f
e"
}
,
{file
=
"regex-2020.
5
.14-cp38-cp38-manylinux2010_x86_64.whl"
,
hash
=
"sha256:
ce367d21f33e23a84fb83a641b3834dd7dd8e9318ad8ff677fbfae5915a239f7
"
}
,
{file
=
"regex-2020.
5
.14-cp38-cp38-win32.whl"
,
hash
=
"sha256:
1386e75c9d1574f6aa2e4eb5355374c8e55f9aac97e224a8a5a6abded0f9c927
"
}
,
{file
=
"regex-2020.
5
.14-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:7
e61be8a2900897803c293247ef87366d5df86bf701083b6c43119c7c6c99108
"
}
,
{file
=
"regex-2020.
5
.14.tar.gz"
,
hash
=
"sha256:
ce450ffbfec93821ab1fea94779a8440e10cf63819be6e176eb1973a6017aff5
"
}
,
{file
=
"regex-2020.
7
.14-cp27-cp27m-win32.whl"
,
hash
=
"sha256:e
46d13f38cfcbb79bfdb2964b0fe12561fe633caf964a77a5f8d4e45fe5d2ef7
"
}
,
{file
=
"regex-2020.
7
.14-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:
6961548bba529cac7c07af2fd4d527c5b91bb8fe18995fed6044ac22b3d14644
"
}
,
{file
=
"regex-2020.
7
.14-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:
c50a724d136ec10d920661f1442e4a8b010a4fe5aebd65e0c2241ea41dbe93dc
"
}
,
{file
=
"regex-2020.
7
.14-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:
8
a5
1f2c6d1f884e98846a0a9021ff6861bdb98457879f412fdc2b42d14494067
"
}
,
{file
=
"regex-2020.
7
.14-cp36-cp36m-manylinux2010_i686.whl"
,
hash
=
"sha256:
9c568495e35599625f7b999774e29e8d6b01a6fb684d77dee1f56d41b11b40cd
"
}
,
{file
=
"regex-2020.
7
.14-cp36-cp36m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:
51178c738d559a2d1071ce0b0f56e57eb315bcf8f7d4cf127674b533e3101f88
"
}
,
{file
=
"regex-2020.
7
.14-cp36-cp36m-win32.whl"
,
hash
=
"sha256:9
eddaafb3c48e0900690c1727fba226c4804b8e6127ea409689c3bb492d06de
4"
}
,
{file
=
"regex-2020.
7
.14-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:
14a53646369157baa0499513f96091eb70382eb50b2c82393d17d7ec81b7b85f
"
}
,
{file
=
"regex-2020.
7
.14-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:
1269fef3167bb52631ad4fa7dd27bf635d5a0790b8e6222065d42e91bede4162
"
}
,
{file
=
"regex-2020.
7
.14-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:
d0a5095d52b90ff38592bbdc2644f17c6d495762edf47d876049cfd2968fbccf
"
}
,
{file
=
"regex-2020.
7
.14-cp37-cp37m-manylinux2010_i686.whl"
,
hash
=
"sha256:
4c037fd14c5f4e308b8370b447b469ca10e69427966527edcab07f52d88388f7
"
}
,
{file
=
"regex-2020.
7
.14-cp37-cp37m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:
bc3d98f621898b4a9bc7fecc00513eec8f40b5b83913d74ccb445f037d58cd89
"
}
,
{file
=
"regex-2020.
7
.14-cp37-cp37m-win32.whl"
,
hash
=
"sha256:
46bac5ca10fb748d6c55843a931855e2727a7a22584f302dd9bb1506e69f83f6
"
}
,
{file
=
"regex-2020.
7
.14-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:
0dc64ee3f33cd7899f79a8d788abfbec168410be356ed9bd30bbd3f0a23a7204
"
}
,
{file
=
"regex-2020.
7
.14-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:
5ea81ea3dbd6767873c611687141ec7b06ed8bab43f68fad5b7be184a920dc99
"
}
,
{file
=
"regex-2020.
7
.14-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:
bbb332d45b32df41200380fff14712cb6093b61bd142272a10b16778c418e98e
"
}
,
{file
=
"regex-2020.
7
.14-cp38-cp38-manylinux2010_i686.whl"
,
hash
=
"sha256:
c11d6033115dc4887c456565303f540c44197f4fc1a2bfb192224a301534888
e"
}
,
{file
=
"regex-2020.
7
.14-cp38-cp38-manylinux2010_x86_64.whl"
,
hash
=
"sha256:
75aaa27aa521a182824d89e5ab0a1d16ca207318a6b65042b046053cfc8ed07a
"
}
,
{file
=
"regex-2020.
7
.14-cp38-cp38-win32.whl"
,
hash
=
"sha256:
d6cff2276e502b86a25fd10c2a96973fdb45c7a977dca2138d661417f3728341
"
}
,
{file
=
"regex-2020.
7
.14-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:7
a2dd66d2d4df34fa82c9dc85657c5e019b87932019947faece7983f2089a840
"
}
,
{file
=
"regex-2020.
7
.14.tar.gz"
,
hash
=
"sha256:
3a3af27a8d23143c49a3420efe5b3f8cf1a48c6fc8bc6856b03f638abc1833bb
"
}
,
]
requests
=
[
{file
=
"requests-2.2
3
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
43999036bfa82904b6af1d99e4882b560e5e2c68e5c4b0aa03b655f3d7d73fee
"
}
,
{file
=
"requests-2.2
3
.0.tar.gz"
,
hash
=
"sha256:b3
f43d496c6daba4493e7c431722aeb7dbc6288f52a6e04e7b6023b0247817e6
"
}
,
{file
=
"requests-2.2
4
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
fe75cc94a9443b9246fc7049224f75604b113c36acb93f87b80ed42c44cbb898
"
}
,
{file
=
"requests-2.2
4
.0.tar.gz"
,
hash
=
"sha256:b3
559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b
"
}
,
]
restructuredtext-lint
=
[
{file
=
"restructuredtext_lint-1.3.
0
.tar.gz"
,
hash
=
"sha256:
97b3da356d5b3a8514d8f1f9098febd8b41463bed6a1d9f126cf0a048b6fd90
8"
}
,
{file
=
"restructuredtext_lint-1.3.
1
.tar.gz"
,
hash
=
"sha256:
470e53b64817211a42805c3a104d2216f6f5834b22fe7adb637d1de4d6501fb
8"
}
,
]
rules
=
[
{file
=
"rules-2.2.tar.gz"
,
hash
=
"sha256:9bae429f9d4f91a375402990da1541f9e093b0ac077221d57124d06eeeca4405"
}
,
...
...
@@ -2694,8 +2724,8 @@ safety = [
{file
=
"safety-1.9.0.tar.gz"
,
hash
=
"sha256:23bf20690d4400edc795836b0c983c2b4cbbb922233108ff925b7dd7750f00c9"
}
,
]
scramp
=
[
{file
=
"scramp-1.
1.1
-py3-none-any.whl"
,
hash
=
"sha256:
a2c740624642de84f77327da8f56b2f030c
5a
f
d1
0deccaedbb8eb6108a66dfc1
"
}
,
{file
=
"scramp-1.
1.1
.tar.gz"
,
hash
=
"sha256:
b57eb0ae2f9240b15b5d0dab2ea8e40b43eef13ac66d3f627a79ef85a6da0927
"
}
,
{file
=
"scramp-1.
2.0
-py3-none-any.whl"
,
hash
=
"sha256:
74815c2
5a
a
d1
fe0b5fb994e96c3de63e8695164358a80138352aaadfa4760350
"
}
,
{file
=
"scramp-1.
2.0
.tar.gz"
,
hash
=
"sha256:
d6865ed1d135ddb124a619d7cd3a5b505f69a7c92e248024dd7e48bc77752af5
"
}
,
]
selenium
=
[
{file
=
"selenium-3.141.0-py2.py3-none-any.whl"
,
hash
=
"sha256:2d7131d7bc5a5b99a2d9b04aaf2612c411b03b8ca1b1ee8d3de5845a9be2cb3c"
}
,
...
...
@@ -2722,12 +2752,12 @@ spdx-license-list = [
{file
=
"spdx_license_list-0.4.0.tar.gz"
,
hash
=
"sha256:f8b5eeda2a1c88d8ce15f6324d5a6128a462932a2e55b032f017ac9a0e61f1c7"
}
,
]
sphinx
=
[
{file
=
"Sphinx-3.
0.4
-py3-none-any.whl"
,
hash
=
"sha256:
779a519adbd3a70fc7c468af08c5e74829868b0a5b34587b33340e010291856c
"
}
,
{file
=
"Sphinx-3.
0.4
.tar.gz"
,
hash
=
"sha256:
ea64df287958ee5aac46be7ac2b7277305b0381d213728c3a49d8bb9b8415807
"
}
,
{file
=
"Sphinx-3.
2.1
-py3-none-any.whl"
,
hash
=
"sha256:
ce6fd7ff5b215af39e2fcd44d4a321f6694b4530b6f2b2109b64d120773faea0
"
}
,
{file
=
"Sphinx-3.
2.1
.tar.gz"
,
hash
=
"sha256:
321d6d9b16fa381a5306e5a0b76cd48ffbc588e6340059a729c6fdd66087e0e8
"
}
,
]
sphinx-autodoc-typehints
=
[
{file
=
"sphinx-autodoc-typehints-1.1
0.3
.tar.gz"
,
hash
=
"sha256:
a6b3180167479aca2c4d1ed3b5cb044a70a76cccd6b38662d39288ebd9f0dff0
"
}
,
{file
=
"sphinx_autodoc_typehints-1.1
0.3
-py3-none-any.whl"
,
hash
=
"sha256:
27c9e6ef4f4451766ab8d08b2d8520933b97beb21c913f3df9ab2e59b56e6c6c
"
}
,
{file
=
"sphinx-autodoc-typehints-1.1
1.0
.tar.gz"
,
hash
=
"sha256:
bbf0b203f1019b0f9843ee8eef0cff856dc04b341f6dbe1113e37f2ebf243e11
"
}
,
{file
=
"sphinx_autodoc_typehints-1.1
1.0
-py3-none-any.whl"
,
hash
=
"sha256:
89e19370a55db4aef1be2094d8fb1fb500ca455c55b3fcc8d2600ff805227e04
"
}
,
]
sphinxcontrib-applehelp
=
[
{file
=
"sphinxcontrib-applehelp-1.0.2.tar.gz"
,
hash
=
"sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"
}
,
...
...
@@ -2762,15 +2792,15 @@ sqlparse = [
{file
=
"sqlparse-0.3.1.tar.gz"
,
hash
=
"sha256:e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548"
}
,
]
stevedore
=
[
{file
=
"stevedore-
1.32.0-py2.
py3-none-any.whl"
,
hash
=
"sha256:
a4e7dc759fb0f2e3e2f7d8ffe2358c19d45b9b8297f393ef1256858d82f69c9b
"
}
,
{file
=
"stevedore-
1.
32.
0
.tar.gz"
,
hash
=
"sha256:
18afaf1d623af5950cc0f7e75e70f917784c73b652a34a12d90b309451b5500b
"
}
,
{file
=
"stevedore-
3.2.2-
py3-none-any.whl"
,
hash
=
"sha256:
5e1ab03eaae06ef6ce23859402de785f08d97780ed774948ef16c4652c41bc62
"
}
,
{file
=
"stevedore-3
.
2.
2
.tar.gz"
,
hash
=
"sha256:
f845868b3a3a77a2489d226568abe7328b5c2d4f6a011cc759dfa99144a521f0
"
}
,
]
termcolor
=
[
{file
=
"termcolor-1.1.0.tar.gz"
,
hash
=
"sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"
}
,
]
testfixtures
=
[
{file
=
"testfixtures-6.14.
1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
30566e24a1b34e4d3f8c13abf62557d01eeb4480bcb8f1745467bfb0d415a7d9
"
}
,
{file
=
"testfixtures-6.14.
1
.tar.gz"
,
hash
=
"sha256:
58d2b3
14
6
d9
3bc5ddb0cd24e0ccacb13e29bdb61e5c81235c58f7b8ee4470366
"
}
,
{file
=
"testfixtures-6.14.
2
-py2.py3-none-any.whl"
,
hash
=
"sha256:
816557888877f498081c1b5c572049b4a2ddffedb77401308ff4cdc1bb9147b7
"
}
,
{file
=
"testfixtures-6.14.
2
.tar.gz"
,
hash
=
"sha256:14d9
907390f5f9c7189b3d511b64f34f1072d07cc13b604a57e1bb79029376e3
"
}
,
]
"testing.common.database"
=
[
{file
=
"testing.common.database-2.0.3-py2.py3-none-any.whl"
,
hash
=
"sha256:e3ed492bf480a87f271f74c53b262caf5d85c8bc09989a8f534fa2283ec52492"
}
,
...
...
@@ -2789,11 +2819,11 @@ toml = [
{file
=
"toml-0.10.1.tar.gz"
,
hash
=
"sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f"
}
,
]
tqdm
=
[
{file
=
"tqdm-4.4
6.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
acdafb20f51637ca3954150d0405ff1a7edde0ff19e38fb99a80a66210d2a28
f"
}
,
{file
=
"tqdm-4.4
6.0
.tar.gz"
,
hash
=
"sha256:
4733c4a10d0f2a4d098d801464bdaf5240c7dadd2a7fde4ee93b0a0efd9fb25e
"
}
,
{file
=
"tqdm-4.4
8.2
-py2.py3-none-any.whl"
,
hash
=
"sha256:
1a336d2b829be50e46b84668691e0a2719f26c97c62846298dd5ae2937e4d5c
f"
}
,
{file
=
"tqdm-4.4
8.2
.tar.gz"
,
hash
=
"sha256:
564d632ea2b9cb52979f7956e093e831c28d441c11751682f84c86fc46e4fd21
"
}
,
]
twilio
=
[
{file
=
"twilio-6.4
1.0
.tar.gz"
,
hash
=
"sha256:
7c6329118583852bb06a2065dd298
7a
0
12
310e5dfd834ef821d736b059bd1c74
"
}
,
{file
=
"twilio-6.4
5.1
.tar.gz"
,
hash
=
"sha256:
97752ed9595dc23cd721
7a
8
12
804c4a9e8c1b92e84529e82db718c921ed80edf
"
}
,
]
typed-ast
=
[
{file
=
"typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3"
}
,
...
...
@@ -2819,25 +2849,21 @@ typed-ast = [
{file
=
"typed_ast-1.4.1.tar.gz"
,
hash
=
"sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"
}
,
]
typing-extensions
=
[
{file
=
"typing_extensions-3.7.4.
2
-py2-none-any.whl"
,
hash
=
"sha256:
f8d2bd89d25bc39dabe7d23df520442fa1d8969b82544370e03d88b5a591c392
"
}
,
{file
=
"typing_extensions-3.7.4.
2
-py3-none-any.whl"
,
hash
=
"sha256:
6e95524d8a547a91e08f404ae485bbb71962de46967e1b71a0cb89af24e761c5
"
}
,
{file
=
"typing_extensions-3.7.4.
2
.tar.gz"
,
hash
=
"sha256:
79ee589a3caca649a9bfd2a8de4709837400dfa00b6cc81962a1e6a1815969ae
"
}
,
{file
=
"typing_extensions-3.7.4.
3
-py2-none-any.whl"
,
hash
=
"sha256:
dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f
"
}
,
{file
=
"typing_extensions-3.7.4.
3
-py3-none-any.whl"
,
hash
=
"sha256:
7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918
"
}
,
{file
=
"typing_extensions-3.7.4.
3
.tar.gz"
,
hash
=
"sha256:
99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c
"
}
,
]
urllib3
=
[
{file
=
"urllib3-1.25.9-py2.py3-none-any.whl"
,
hash
=
"sha256:88206b0eb87e6d677d424843ac5209e3fb9d0190d0ee169599165ec25e9d9115"
}
,
{file
=
"urllib3-1.25.9.tar.gz"
,
hash
=
"sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527"
}
,
]
wcwidth
=
[
{file
=
"wcwidth-0.1.9-py2.py3-none-any.whl"
,
hash
=
"sha256:cafe2186b3c009a04067022ce1dcd79cb38d8d65ee4f4791b8888d6599d1bbe1"
}
,
{file
=
"wcwidth-0.1.9.tar.gz"
,
hash
=
"sha256:ee73862862a156bf77ff92b09034fc4825dd3af9cf81bc5b360668d425f3c5f1"
}
,
{file
=
"urllib3-1.25.10-py2.py3-none-any.whl"
,
hash
=
"sha256:e7983572181f5e1522d9c98453462384ee92a0be7fac5f1413a1e35c56cc0461"
}
,
{file
=
"urllib3-1.25.10.tar.gz"
,
hash
=
"sha256:91056c15fa70756691db97756772bb1eb9678fa585d9184f24534b100dc60f4a"
}
,
]
webencodings
=
[
{file
=
"webencodings-0.5.1-py2.py3-none-any.whl"
,
hash
=
"sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"
}
,
{file
=
"webencodings-0.5.1.tar.gz"
,
hash
=
"sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"
}
,
]
yubiotp
=
[
{file
=
"YubiOTP-
0.2.2
.post1-py2.py3-none-any.whl"
,
hash
=
"sha256:7
e281801b24678f4bda855ce8ab975a7688a912f5a6cb22b6c2b16263a93cbd2
"
}
,
{file
=
"YubiOTP-
0.2.2
.post1.tar.gz"
,
hash
=
"sha256:
de83b1560226e38b5923f6ab919f962c8c2abb7c722104cb45b2b6db2ac86e40
"
}
,
{file
=
"YubiOTP-
1.0.0
.post1-py2.py3-none-any.whl"
,
hash
=
"sha256:7
ad57011866e0bc6c6d179ffbc3926fcc0e82d410178a6d01ba4da0f88332878
"
}
,
{file
=
"YubiOTP-
1.0.0
.post1.tar.gz"
,
hash
=
"sha256:
c13825f7b76a69afb92f19521f4dea9f5031d70f45123b505dc2e0ac03132065
"
}
,
]
zipp
=
[
{file
=
"zipp-3.1.0-py3-none-any.whl"
,
hash
=
"sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b"
}
,
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
3
−
3
View file @
de7e5bea
...
...
@@ -35,7 +35,7 @@ sphinx = "^3.0"
sphinxcontrib-django
=
"^0.5.0"
sphinx-autodoc-typehints
=
"^1.7"
django-stubs
=
"^1.1"
pytest
=
"^
5.3
"
pytest
=
"^
6.0
"
pytest-django
=
"^3.7"
pytest-django-testing-postgresql
=
"^0.1"
selenium
=
"^3.141.0"
...
...
@@ -50,8 +50,8 @@ flake8-docstrings = "^1.5.0"
flake8-rst-docstrings
=
"^0.0.13"
black
=
"^19.10b0"
flake8-black
=
"^0.2.0"
isort
=
"^
4.3.21
"
flake8-isort
=
"^
3
.0.0"
isort
=
"^
5.0.0
"
flake8-isort
=
"^
4
.0.0"
pytest-cov
=
"^2.8.1"
pytest-sugar
=
"^0.9.2"
...
...
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