Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
4a4d3ea0
Verified
Commit
4a4d3ea0
authored
4 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Fix dependency problems
parent
98cab4ef
No related branches found
No related tags found
1 merge request
!363
Fix dependency problems
Pipeline
#3665
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
+96
-98
96 additions, 98 deletions
poetry.lock
pyproject.toml
+1
-2
1 addition, 2 deletions
pyproject.toml
with
97 additions
and
100 deletions
poetry.lock
+
96
−
98
View file @
4a4d3ea0
...
...
@@ -51,13 +51,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"
...
...
@@ -320,7 +320,7 @@ description = "A high-level Python Web framework that encourages rapid developme
name
=
"django"
optional
=
false
python-versions
=
">
=
3.6
"
version
=
"3.1"
version
=
"3.1
.1
"
[package.dependencies]
asgiref
=
">
=
3.2
.
10
,
<
3.3
.
0
"
...
...
@@ -487,7 +487,7 @@ description = "Dynamic global and instance settings for your django project"
name
=
"django-dynamic-preferences"
optional
=
false
python-versions
=
"*"
version
=
"1.10"
version
=
"1.10
.1
"
[package.dependencies]
django
=
">
=
1.11
"
...
...
@@ -765,7 +765,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
"
...
...
@@ -776,7 +776,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)"
]
...
...
@@ -982,8 +982,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.
1
"
python-versions
=
">
=
3.
5
"
version
=
"4.1.
2
"
[package.dependencies]
python-dateutil
=
">
=
2.4
"
...
...
@@ -1146,7 +1146,7 @@ description = "Python Git Library"
name
=
"gitpython"
optional
=
false
python-versions
=
">
=
3.4
"
version
=
"3.1.
7
"
version
=
"3.1.
8
"
[package.dependencies]
gitdb
=
">
=
4.0
.
1
,
<
5
"
...
...
@@ -1205,11 +1205,11 @@ description = "A Python utility / library to sort Python imports."
name
=
"isort"
optional
=
false
python-versions
=
">
=
3.6
,
<
4.0
"
version
=
"5.
4
.1"
version
=
"5.
5
.1"
[package.extras]
colors
=
[
"colorama (>=0.4.3,<0.5.0)"
]
pipfile_deprecated_finder
=
[
"pipreqs"
,
"requirementslib"
,
"tomlkit (>=0.5.3)"
]
pipfile_deprecated_finder
=
[
"pipreqs"
,
"requirementslib"
]
requirements_deprecated_finder
=
[
"pipreqs"
,
"pip-api"
]
[[package]]
...
...
@@ -1263,7 +1263,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
=
"*"
...
...
@@ -1301,7 +1301,7 @@ description = "More routines for operating on iterables, beyond itertools"
name
=
"more-itertools"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"8.
4
.0"
version
=
"8.
5
.0"
[[package]]
category
=
"dev"
...
...
@@ -1352,8 +1352,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"
...
...
@@ -1380,7 +1380,7 @@ description = "Python version of Google's common library for parsing, formatting
name
=
"phonenumbers"
optional
=
false
python-versions
=
"*"
version
=
"8.12.
7
"
version
=
"8.12.
9
"
[[package]]
category
=
"main"
...
...
@@ -1423,7 +1423,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"
...
...
@@ -1474,7 +1474,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
=
"*"
...
...
@@ -1549,7 +1549,7 @@ 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.10.
0
"
version
=
"2.10.
1
"
[package.dependencies]
coverage
=
">
=
4.4
"
...
...
@@ -1831,7 +1831,7 @@ description = "A simple tool/library for working with SPDX license definitions."
name
=
"spdx-license-list"
optional
=
false
python-versions
=
"*"
version
=
"0.5.
0
"
version
=
"0.5.
1
"
[[package]]
category
=
"dev"
...
...
@@ -1839,7 +1839,7 @@ description = "Python documentation generator"
name
=
"sphinx"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"3.2.
0
"
version
=
"3.2.
1
"
[package.dependencies]
Jinja2
=
">
=
2.3
"
...
...
@@ -1973,7 +1973,7 @@ description = "Manage dynamic plugins for Python applications"
name
=
"stevedore"
optional
=
false
python-versions
=
">
=
3.6
"
version
=
"3.2.
0
"
version
=
"3.2.
1
"
[package.dependencies]
pbr
=
">
=
2.0
.
0
,
<
2.1
.
0
||
>
2.1
.
0
"
...
...
@@ -1996,7 +1996,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"
]
...
...
@@ -2062,7 +2062,7 @@ description = "Twilio API client and TwiML generator"
name
=
"twilio"
optional
=
false
python-versions
=
"*"
version
=
"6.4
4.2
"
version
=
"6.4
5.1
"
[package.dependencies]
PyJWT
=
">
=
1.4
.
2
"
...
...
@@ -2087,7 +2087,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"
...
...
@@ -2124,11 +2124,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
=
"main"
...
...
@@ -2148,7 +2147,8 @@ celery = ["Celery", "django-celery-results", "django-celery-beat", "django-celer
ldap
=
[
"django-auth-ldap"
]
[metadata]
content-hash
=
"6d927e923cdf2dcf22a03238598984f550d966edd81cd9bcbd8fd019a00eccfe"
content-hash
=
"085814af855400d8b0c8bd4694604a7a50566a34aee668a6a605b7961830944f"
lock-version
=
"1.0"
python-versions
=
"^3.7"
[metadata.files]
...
...
@@ -2173,8 +2173,8 @@ atomicwrites = [
{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"
}
,
...
...
@@ -2285,8 +2285,8 @@ dj-database-url = [
{file
=
"dj_database_url-0.5.0-py2.py3-none-any.whl"
,
hash
=
"sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9"
}
,
]
django
=
[
{file
=
"Django-3.1-py3-none-any.whl"
,
hash
=
"sha256:
1a63f5bb6ff4d7c42f62a519edc2adbb37f9b78068a5a862beff858b68e3dc8b
"
}
,
{file
=
"Django-3.1.tar.gz"
,
hash
=
"sha256:
2d390268a13c655c97e0e2ede9d117007996db692c1bb93eabebd4fb7ea7012b
"
}
,
{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"
}
,
...
...
@@ -2339,8 +2339,8 @@ django-debug-toolbar = [
{file
=
"django_debug_toolbar-2.2-py3-none-any.whl"
,
hash
=
"sha256:ff94725e7aae74b133d0599b9bf89bd4eb8f5d2c964106e61d11750228c8774c"
}
,
]
django-dynamic-preferences
=
[
{file
=
"django-dynamic-preferences-1.10.tar.gz"
,
hash
=
"sha256:
2310291c7f40606be045938d65e117383549aa8a979c6c4b700464c6a6204a34
"
}
,
{file
=
"django_dynamic_preferences-1.10-py2.py3-none-any.whl"
,
hash
=
"sha256:
d5852c720c1989a67d87669035e11f6c033e7a507de6ec9bd28941cba24a2dc4
"
}
,
{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.3.0a5.tar.gz"
,
hash
=
"sha256:bb6c0291c360fe305d5cdbbc02d9bdec82885788a675871f80ec1b2b0fd6d443"
}
,
...
...
@@ -2433,11 +2433,11 @@ django-render-block = [
{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"
}
,
...
...
@@ -2488,8 +2488,8 @@ easy-thumbnails = [
{file
=
"easy-thumbnails-2.7.tar.gz"
,
hash
=
"sha256:e4e7a0dd4001f56bfd4058428f2c91eafe27d33ef3b8b33ac4e013b159b9ff91"
}
,
]
faker
=
[
{file
=
"Faker-4.1.
1
-py3-none-any.whl"
,
hash
=
"sha256:
1290f589648bc470b8d98fff1fdff773fe3f46b4ca2cac73ac74668b12cf008e
"
}
,
{file
=
"Faker-4.1.
1
.tar.gz"
,
hash
=
"sha256:
c006b3664c270a2cfd4785c5e41ff263d48101c4e920b5961cf9c237131d8418
"
}
,
{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.3-py2.py3-none-any.whl"
,
hash
=
"sha256:15e351d19611c887e482fb960eae4d44845013cc142d42896e9862f775d8cf5c"
}
,
...
...
@@ -2537,8 +2537,8 @@ gitdb = [
{file
=
"gitdb-4.0.5.tar.gz"
,
hash
=
"sha256:c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9"
}
,
]
gitpython
=
[
{file
=
"GitPython-3.1.
7
-py3-none-any.whl"
,
hash
=
"sha256:
fa3b92da728a457dd75d62bb5f3eb2816d99a7fe6c67398e260637a40e3fafb5
"
}
,
{file
=
"GitPython-3.1.
7
.tar.gz"
,
hash
=
"sha256:
2db287d71a284e22e5c2846042d0602465c7434d910406990d5b74df4afb0858
"
}
,
{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"
}
,
...
...
@@ -2561,8 +2561,8 @@ iniconfig = [
{file
=
"iniconfig-1.0.1.tar.gz"
,
hash
=
"sha256:e5f92f89355a67de0595932a6c6c02ab4afddc6fcdc0bfc5becd0d60884d3f69"
}
,
]
isort
=
[
{file
=
"isort-5.
4
.1-py3-none-any.whl"
,
hash
=
"sha256:
819fa99f2a9323025ade768e94b2e27447cd9b
0a64
595a90f21595e11151b788
"
}
,
{file
=
"isort-5.
4
.1.tar.gz"
,
hash
=
"sha256:
a4fb5fffc46494cda15e33a996c8e724f8e3db19682b84cc7c990b57f2941e9
f"
}
,
{file
=
"isort-5.
5
.1-py3-none-any.whl"
,
hash
=
"sha256:
a200d47b7ee8b7f7d
0a
9
64
6650160c4a51b6a91a9413fd31b1da2c4de789f5d3
"
}
,
{file
=
"isort-5.
5
.1.tar.gz"
,
hash
=
"sha256:
92533892058de0306e51c88f22ece002a209dc8e80288aa3cec6d443060d584
f"
}
,
]
jinja2
=
[
{file
=
"Jinja2-2.11.2-py2.py3-none-any.whl"
,
hash
=
"sha256:f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035"
}
,
...
...
@@ -2573,19 +2573,19 @@ kombu = [
{file
=
"kombu-4.6.11.tar.gz"
,
hash
=
"sha256:ca1b45faac8c0b18493d02a8571792f3c40291cf2bcf1f55afed3d8f3aa7ba74"
}
,
]
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"
}
,
...
...
@@ -2631,8 +2631,8 @@ mccabe = [
{file
=
"mccabe-0.6.1.tar.gz"
,
hash
=
"sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"
}
,
]
more-itertools
=
[
{file
=
"more-itertools-8.
4
.0.tar.gz"
,
hash
=
"sha256:6
8c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5
"
}
,
{file
=
"more_itertools-8.
4
.0-py3-none-any.whl"
,
hash
=
"sha256:
b78134b2063dd214000685165d81c154522c3ee0a1c0d4d113c80361c234c5a2
"
}
,
{file
=
"more-itertools-8.
5
.0.tar.gz"
,
hash
=
"sha256:6
f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20
"
}
,
{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"
}
,
...
...
@@ -2663,8 +2663,8 @@ 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"
}
,
...
...
@@ -2674,8 +2674,8 @@ pg8000 = [
{file
=
"pg8000-1.16.5.tar.gz"
,
hash
=
"sha256:8af70cdfcc1fadafa32468a6af563e1c0b5271c4dcc99a4490030a128cb295a3"
}
,
]
phonenumbers
=
[
{file
=
"phonenumbers-8.12.
7
-py2.py3-none-any.whl"
,
hash
=
"sha256:
772d69e620f85bb089d27c4e2bbf718c49ad327459accf9463ac65dbab67695c
"
}
,
{file
=
"phonenumbers-8.12.
7
.tar.gz"
,
hash
=
"sha256:
652c418f8e97c8438f227a524ddf8d7d325c4a47e4924ce865b827c24ec3194d
"
}
,
{file
=
"phonenumbers-8.12.
9
-py2.py3-none-any.whl"
,
hash
=
"sha256:
b8644c1dccd45d4c0f54c5b10effcc8c3f733e6a3c2caf40c9175fabc5010ffe
"
}
,
{file
=
"phonenumbers-8.12.
9
.tar.gz"
,
hash
=
"sha256:
f887eceb3d9db17ec479a85245bd0ebe74c5f43489217784215ffb231f8c9e88
"
}
,
]
pillow
=
[
{file
=
"Pillow-7.2.0-cp35-cp35m-macosx_10_10_intel.whl"
,
hash
=
"sha256:1ca594126d3c4def54babee699c055a913efb01e106c309fa6b04405d474d5ae"
}
,
...
...
@@ -2702,8 +2702,6 @@ pillow = [
{file
=
"Pillow-7.2.0-cp38-cp38-manylinux2014_aarch64.whl"
,
hash
=
"sha256:5e51ee2b8114def244384eda1c82b10e307ad9778dac5c83fb0943775a653cd8"
}
,
{file
=
"Pillow-7.2.0-cp38-cp38-win32.whl"
,
hash
=
"sha256:725aa6cfc66ce2857d585f06e9519a1cc0ef6d13f186ff3447ab6dff0a09bc7f"
}
,
{file
=
"Pillow-7.2.0-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:a060cf8aa332052df2158e5a119303965be92c3da6f2d93b6878f0ebca80b2f6"
}
,
{file
=
"Pillow-7.2.0-pp36-pypy36_pp73-macosx_10_10_x86_64.whl"
,
hash
=
"sha256:9c87ef410a58dd54b92424ffd7e28fd2ec65d2f7fc02b76f5e9b2067e355ebf6"
}
,
{file
=
"Pillow-7.2.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl"
,
hash
=
"sha256:e901964262a56d9ea3c2693df68bc9860b8bdda2b04768821e4c44ae797de117"
}
,
{file
=
"Pillow-7.2.0-pp36-pypy36_pp73-win32.whl"
,
hash
=
"sha256:25930fadde8019f374400f7986e8404c8b781ce519da27792cbe46eabec00c4d"
}
,
{file
=
"Pillow-7.2.0.tar.gz"
,
hash
=
"sha256:97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626"
}
,
]
...
...
@@ -2725,19 +2723,19 @@ psutil = [
{file
=
"psutil-5.7.2.tar.gz"
,
hash
=
"sha256:90990af1c3c67195c44c9a889184f84f5b2320dce3ee3acbd054e3ba0b4a7beb"
}
,
]
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.9.0-py2.py3-none-any.whl"
,
hash
=
"sha256:366389d1db726cd2fcfc79732e75410e5fe4d31db13692115529d34069a043c2"
}
,
...
...
@@ -2810,8 +2808,8 @@ pycryptodome = [
{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"
}
,
...
...
@@ -2834,8 +2832,8 @@ pytest = [
{file
=
"pytest-6.0.1.tar.gz"
,
hash
=
"sha256:85228d75db9f45e06e57ef9bf4429267f81ac7c0d742cc9ed63d09886a9fe6f4"
}
,
]
pytest-cov
=
[
{file
=
"pytest-cov-2.10.
0
.tar.gz"
,
hash
=
"sha256:
1a629dc9f48e53512fcbfda6b07de490c374b0c83c55ff7a1720b3fccff0ac87
"
}
,
{file
=
"pytest_cov-2.10.
0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
6e6d18092dce6fad667cd7020deed816f858ad3b49d5b5e2b1cc1c97a4dba65c
"
}
,
{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"
}
,
...
...
@@ -2957,12 +2955,12 @@ soupsieve = [
{file
=
"soupsieve-1.9.6.tar.gz"
,
hash
=
"sha256:7985bacc98c34923a439967c1a602dc4f1e15f923b6fcf02344184f86cc7efaa"
}
,
]
spdx-license-list
=
[
{file
=
"spdx_license_list-0.5.
0
-py3-none-any.whl"
,
hash
=
"sha256:
65c9f598dee3249d529300eb08800f
8b
f
3d
0d902868669146ada65192ecd0507
"
}
,
{file
=
"spdx_license_list-0.5.
0
.tar.gz"
,
hash
=
"sha256:
40cd53ff16401bab7059e6d1ef61839196b12079929a2763a50145d3b6949bc1
"
}
,
{file
=
"spdx_license_list-0.5.
1
-py3-none-any.whl"
,
hash
=
"sha256:
32f1401e0077b46ba
8b3d
9c648b6503ef1d49c41aab51aa13816be2dde3b4a13
"
}
,
{file
=
"spdx_license_list-0.5.
1
.tar.gz"
,
hash
=
"sha256:
64cb5de37724c64cdeccafa2ae68667ff8ccdb7b688f51c1c2be82d7ebe3a112
"
}
,
]
sphinx
=
[
{file
=
"Sphinx-3.2.
0
-py3-none-any.whl"
,
hash
=
"sha256:
f7db5b76c42c8b5ef31853c2de7178ef378b985d7793829ec071e120dac1d0ca
"
}
,
{file
=
"Sphinx-3.2.
0
.tar.gz"
,
hash
=
"sha256:
cf2d5bc3c6c930ab0a1fbef3ad8a82994b1bf4ae923f8098a05c7e5516f07177
"
}
,
{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.11.0.tar.gz"
,
hash
=
"sha256:bbf0b203f1019b0f9843ee8eef0cff856dc04b341f6dbe1113e37f2ebf243e11"
}
,
...
...
@@ -3001,15 +2999,15 @@ sqlparse = [
{file
=
"sqlparse-0.3.1.tar.gz"
,
hash
=
"sha256:e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548"
}
,
]
stevedore
=
[
{file
=
"stevedore-3.2.
0
-py3-none-any.whl"
,
hash
=
"sha256:
c8f4f0ebbc394e52ddf49de8bcc3cf8ad2b4425ebac494106bbc5e3661ac7633
"
}
,
{file
=
"stevedore-3.2.
0
.tar.gz"
,
hash
=
"sha256:
38791aa5bed922b0a844513c5f9ed37774b68edc609e5ab8ab8d8fe0ce4315e5
"
}
,
{file
=
"stevedore-3.2.
1
-py3-none-any.whl"
,
hash
=
"sha256:
ddc09a744dc224c84ec8e8efcb70595042d21c97c76df60daee64c9ad53bc7ee
"
}
,
{file
=
"stevedore-3.2.
1
.tar.gz"
,
hash
=
"sha256:
a34086819e2c7a7f86d5635363632829dab8014e5fd7be2454c7cba84ac7514e
"
}
,
]
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"
}
,
...
...
@@ -3032,7 +3030,7 @@ tqdm = [
{file
=
"tqdm-4.48.2.tar.gz"
,
hash
=
"sha256:564d632ea2b9cb52979f7956e093e831c28d441c11751682f84c86fc46e4fd21"
}
,
]
twilio
=
[
{file
=
"twilio-6.4
4.2
.tar.gz"
,
hash
=
"sha256:
db0c1ed249ad672007cbe7109e8a2cbe30c4ed660beba740976baa32f0a8574a
"
}
,
{file
=
"twilio-6.4
5.1
.tar.gz"
,
hash
=
"sha256:
97752ed9595dc23cd7217a812804c4a9e8c1b92e84529e82db718c921ed80edf
"
}
,
]
typed-ast
=
[
{file
=
"typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3"
}
,
...
...
@@ -3058,9 +3056,9 @@ 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.10-py2.py3-none-any.whl"
,
hash
=
"sha256:e7983572181f5e1522d9c98453462384ee92a0be7fac5f1413a1e35c56cc0461"
}
,
...
...
@@ -3075,8 +3073,8 @@ webencodings = [
{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
+
1
−
2
View file @
4a4d3ea0
...
...
@@ -54,7 +54,7 @@ django-hattori = "^0.2"
psycopg2
=
"^2.8"
django_select2
=
"^7.1"
requests
=
"^2.22"
django-two-factor-auth
=
{
version
=
"^1.1
1.0
"
,
extras
=
[
"yubikey"
,
"phonenumbers"
,
"call"
,
"sms"
]
}
django-two-factor-auth
=
{
version
=
"^1.1
2.1
"
,
extras
=
[
"yubikey"
,
"phonenumbers"
,
"call"
,
"sms"
]
}
django-yarnpkg
=
"^6.0"
django-material
=
"^1.6.0"
django-pwa
=
"^1.0.8"
...
...
@@ -72,7 +72,6 @@ django-celery-beat = {version="^2.0.0", optional=true}
django-celery-email
=
{
version
=
"^3.0.0"
,
optional
=
true
}
django-jsonstore
=
"^0.4.1"
django-polymorphic
=
"^2.1.2"
django-otp
=
"1.0.0"
django-colorfield
=
"^0.3.0"
django-bleach
=
"^0.6.1"
django-guardian
=
"^2.2.0"
...
...
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