|
|
|
@ -171,7 +171,7 @@ yaml = ["PyYAML (>=3.10)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cryptography"
|
|
|
|
|
version = "3.1.1"
|
|
|
|
|
version = "3.2.1"
|
|
|
|
|
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
@ -247,6 +247,18 @@ python-versions = "*"
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
Django = ">=1.8,<3.2"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "django-axes"
|
|
|
|
|
version = "5.8.0"
|
|
|
|
|
description = "Keep track of failed login attempts in Django-powered sites."
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "~=3.6"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
django = ">=2.0"
|
|
|
|
|
django-ipware = ">=3,<4"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "django-ckeditor"
|
|
|
|
|
version = "6.0.0"
|
|
|
|
@ -296,6 +308,14 @@ diff-match-patch = "*"
|
|
|
|
|
Django = ">=2.0"
|
|
|
|
|
tablib = {version = ">=0.14.0", extras = ["html", "ods", "xls", "xlsx", "yaml"]}
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "django-ipware"
|
|
|
|
|
version = "3.0.1"
|
|
|
|
|
description = "A Django utility application that returns client's real IP address"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "django-js-asset"
|
|
|
|
|
version = "1.2.2"
|
|
|
|
@ -462,7 +482,7 @@ pyflakes = ">=2.2.0,<2.3.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "flynt"
|
|
|
|
|
version = "0.55"
|
|
|
|
|
version = "0.56"
|
|
|
|
|
description = "CLI tool to convert a python project's %-formatted strings to f-strings."
|
|
|
|
|
category = "dev"
|
|
|
|
|
optional = false
|
|
|
|
@ -650,7 +670,7 @@ invoke = ["invoke (>=1.3)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pkginfo"
|
|
|
|
|
version = "1.6.0"
|
|
|
|
|
version = "1.6.1"
|
|
|
|
|
description = "Query metadatdata from sdists / bdists / installed packages."
|
|
|
|
|
category = "dev"
|
|
|
|
|
optional = false
|
|
|
|
@ -775,7 +795,7 @@ python-versions = ">=3.5"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pytest"
|
|
|
|
|
version = "6.1.1"
|
|
|
|
|
version = "6.1.2"
|
|
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
|
category = "dev"
|
|
|
|
|
optional = false
|
|
|
|
@ -851,7 +871,7 @@ docutils = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "python-dotenv"
|
|
|
|
|
version = "0.14.0"
|
|
|
|
|
version = "0.15.0"
|
|
|
|
|
description = "Add .env support to your django/flask apps in development and deployments"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = true
|
|
|
|
@ -1032,11 +1052,11 @@ python-versions = ">=3.6.1"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml"
|
|
|
|
|
version = "0.10.1"
|
|
|
|
|
version = "0.10.2"
|
|
|
|
|
description = "Python Library for Tom's Obvious, Minimal Language"
|
|
|
|
|
category = "dev"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tox"
|
|
|
|
@ -1063,7 +1083,7 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tqdm"
|
|
|
|
|
version = "4.50.2"
|
|
|
|
|
version = "4.51.0"
|
|
|
|
|
description = "Fast, Extensible Progress Meter"
|
|
|
|
|
category = "dev"
|
|
|
|
|
optional = false
|
|
|
|
@ -1168,7 +1188,7 @@ python-versions = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zipp"
|
|
|
|
|
version = "3.3.2"
|
|
|
|
|
version = "3.4.0"
|
|
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
@ -1185,7 +1205,7 @@ postgres = ["psycopg2-binary"]
|
|
|
|
|
[metadata]
|
|
|
|
|
lock-version = "1.1"
|
|
|
|
|
python-versions = ">=3.7,<4.0.0"
|
|
|
|
|
content-hash = "0ab17efa6bba93be2850b753353a4dcf990d0b89cec16a508701a42011fe5862"
|
|
|
|
|
content-hash = "c9de646c31e5e1f0b0ff9b003d6290da61eca039c78aef8e6786894584fa37cf"
|
|
|
|
|
|
|
|
|
|
[metadata.files]
|
|
|
|
|
appdirs = [
|
|
|
|
@ -1322,28 +1342,28 @@ coveralls = [
|
|
|
|
|
{file = "coveralls-2.1.2.tar.gz", hash = "sha256:4430b862baabb3cf090d36d84d331966615e4288d8a8c5957e0fd456d0dd8bd6"},
|
|
|
|
|
]
|
|
|
|
|
cryptography = [
|
|
|
|
|
{file = "cryptography-3.1.1-cp27-cp27m-macosx_10_10_x86_64.whl", hash = "sha256:65beb15e7f9c16e15934569d29fb4def74ea1469d8781f6b3507ab896d6d8719"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:983c0c3de4cb9fcba68fd3f45ed846eb86a2a8b8d8bc5bb18364c4d00b3c61fe"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:e97a3b627e3cb63c415a16245d6cef2139cca18bb1183d1b9375a1c14e83f3b3"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp27-cp27m-win32.whl", hash = "sha256:cb179acdd4ae1e4a5a160d80b87841b3d0e0be84af46c7bb2cd7ece57a39c4ba"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp27-cp27m-win_amd64.whl", hash = "sha256:b372026ebf32fe2523159f27d9f0e9f485092e43b00a5adacf732192a70ba118"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:680da076cad81cdf5ffcac50c477b6790be81768d30f9da9e01960c4b18a66db"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:5d52c72449bb02dd45a773a203196e6d4fae34e158769c896012401f33064396"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp35-abi3-macosx_10_10_x86_64.whl", hash = "sha256:f0e099fc4cc697450c3dd4031791559692dd941a95254cb9aeded66a7aa8b9bc"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp35-abi3-manylinux1_x86_64.whl", hash = "sha256:a7597ffc67987b37b12e09c029bd1dc43965f75d328076ae85721b84046e9ca7"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp35-abi3-manylinux2010_x86_64.whl", hash = "sha256:4549b137d8cbe3c2eadfa56c0c858b78acbeff956bd461e40000b2164d9167c6"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp35-abi3-manylinux2014_aarch64.whl", hash = "sha256:89aceb31cd5f9fc2449fe8cf3810797ca52b65f1489002d58fe190bfb265c536"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp35-cp35m-win32.whl", hash = "sha256:559d622aef2a2dff98a892eef321433ba5bc55b2485220a8ca289c1ecc2bd54f"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp35-cp35m-win_amd64.whl", hash = "sha256:451cdf60be4dafb6a3b78802006a020e6cd709c22d240f94f7a0696240a17154"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp36-abi3-win32.whl", hash = "sha256:762bc5a0df03c51ee3f09c621e1cee64e3a079a2b5020de82f1613873d79ee70"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp36-abi3-win_amd64.whl", hash = "sha256:b12e715c10a13ca1bd27fbceed9adc8c5ff640f8e1f7ea76416352de703523c8"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp36-cp36m-win32.whl", hash = "sha256:21b47c59fcb1c36f1113f3709d37935368e34815ea1d7073862e92f810dc7499"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp36-cp36m-win_amd64.whl", hash = "sha256:48ee615a779ffa749d7d50c291761dc921d93d7cf203dca2db663b4f193f0e49"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp37-cp37m-win32.whl", hash = "sha256:b2bded09c578d19e08bd2c5bb8fed7f103e089752c9cf7ca7ca7de522326e921"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:f99317a0fa2e49917689b8cf977510addcfaaab769b3f899b9c481bbd76730c2"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp38-cp38-win32.whl", hash = "sha256:ab010e461bb6b444eaf7f8c813bb716be2d78ab786103f9608ffd37a4bd7d490"},
|
|
|
|
|
{file = "cryptography-3.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:99d4984aabd4c7182050bca76176ce2dbc9fa9748afe583a7865c12954d714ba"},
|
|
|
|
|
{file = "cryptography-3.1.1.tar.gz", hash = "sha256:9d9fc6a16357965d282dd4ab6531013935425d0dc4950df2e0cf2a1b1ac1017d"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp27-cp27m-macosx_10_10_x86_64.whl", hash = "sha256:6dc59630ecce8c1f558277ceb212c751d6730bd12c80ea96b4ac65637c4f55e7"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:75e8e6684cf0034f6bf2a97095cb95f81537b12b36a8fedf06e73050bb171c2d"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:4e7268a0ca14536fecfdf2b00297d4e407da904718658c1ff1961c713f90fd33"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp27-cp27m-win32.whl", hash = "sha256:7117319b44ed1842c617d0a452383a5a052ec6aa726dfbaffa8b94c910444297"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp27-cp27m-win_amd64.whl", hash = "sha256:a733671100cd26d816eed39507e585c156e4498293a907029969234e5e634bc4"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:a75f306a16d9f9afebfbedc41c8c2351d8e61e818ba6b4c40815e2b5740bb6b8"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:5849d59358547bf789ee7e0d7a9036b2d29e9a4ddf1ce5e06bb45634f995c53e"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp35-abi3-macosx_10_10_x86_64.whl", hash = "sha256:bd717aa029217b8ef94a7d21632a3bb5a4e7218a4513d2521c2a2fd63011e98b"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp35-abi3-manylinux1_x86_64.whl", hash = "sha256:efe15aca4f64f3a7ea0c09c87826490e50ed166ce67368a68f315ea0807a20df"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp35-abi3-manylinux2010_x86_64.whl", hash = "sha256:32434673d8505b42c0de4de86da8c1620651abd24afe91ae0335597683ed1b77"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp35-abi3-manylinux2014_aarch64.whl", hash = "sha256:7b8d9d8d3a9bd240f453342981f765346c87ade811519f98664519696f8e6ab7"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp35-cp35m-win32.whl", hash = "sha256:d3545829ab42a66b84a9aaabf216a4dce7f16dbc76eb69be5c302ed6b8f4a29b"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp35-cp35m-win_amd64.whl", hash = "sha256:a4e27ed0b2504195f855b52052eadcc9795c59909c9d84314c5408687f933fc7"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp36-abi3-win32.whl", hash = "sha256:13b88a0bd044b4eae1ef40e265d006e34dbcde0c2f1e15eb9896501b2d8f6c6f"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp36-abi3-win_amd64.whl", hash = "sha256:07ca431b788249af92764e3be9a488aa1d39a0bc3be313d826bbec690417e538"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp36-cp36m-win32.whl", hash = "sha256:a035a10686532b0587d58a606004aa20ad895c60c4d029afa245802347fab57b"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp36-cp36m-win_amd64.whl", hash = "sha256:d26a2557d8f9122f9bf445fc7034242f4375bd4e95ecda007667540270965b13"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp37-cp37m-win32.whl", hash = "sha256:545a8550782dda68f8cdc75a6e3bf252017aa8f75f19f5a9ca940772fc0cb56e"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp37-cp37m-win_amd64.whl", hash = "sha256:55d0b896631412b6f0c7de56e12eb3e261ac347fbaa5d5e705291a9016e5f8cb"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp38-cp38-win32.whl", hash = "sha256:3cd75a683b15576cfc822c7c5742b3276e50b21a06672dc3a800a2d5da4ecd1b"},
|
|
|
|
|
{file = "cryptography-3.2.1-cp38-cp38-win_amd64.whl", hash = "sha256:d25cecbac20713a7c3bc544372d42d8eafa89799f492a43b79e1dfd650484851"},
|
|
|
|
|
{file = "cryptography-3.2.1.tar.gz", hash = "sha256:d3d5e10be0cf2a12214ddee45c6bd203dab435e3d83b4560c03066eda600bfe3"},
|
|
|
|
|
]
|
|
|
|
|
defusedxml = [
|
|
|
|
|
{file = "defusedxml-0.6.0-py2.py3-none-any.whl", hash = "sha256:6687150770438374ab581bb7a1b327a847dd9c5749e396102de3fad4e8a3ef93"},
|
|
|
|
@ -1368,6 +1388,10 @@ django = [
|
|
|
|
|
django-admin-sortable2 = [
|
|
|
|
|
{file = "django-admin-sortable2-0.7.7.tar.gz", hash = "sha256:65c8a02300e178b4a02c904b6f4dce6e528c58f5ecab3907dfba3540da51b862"},
|
|
|
|
|
]
|
|
|
|
|
django-axes = [
|
|
|
|
|
{file = "django-axes-5.8.0.tar.gz", hash = "sha256:0ed24754dddc5358c40794e5afc32e5621cd19f9c51f67944afc6b79aef00e62"},
|
|
|
|
|
{file = "django_axes-5.8.0-py3-none-any.whl", hash = "sha256:6194e72902caffa63ef04e2be2d98b3e184523f946b88556ab428210a61ba6a9"},
|
|
|
|
|
]
|
|
|
|
|
django-ckeditor = [
|
|
|
|
|
{file = "django-ckeditor-6.0.0.tar.gz", hash = "sha256:29fd1a333cb9741ac2c3fd4e427a5c00115ed33a2389716a09af7656022dcdde"},
|
|
|
|
|
{file = "django_ckeditor-6.0.0-py2.py3-none-any.whl", hash = "sha256:cc2d377f1bdcd4ca1540caeebe85f7e2cd006198d57328ef6c718d3eaa5a0846"},
|
|
|
|
@ -1383,6 +1407,9 @@ django-import-export = [
|
|
|
|
|
{file = "django-import-export-2.4.0.tar.gz", hash = "sha256:401d76eca0a5c6cf43bffed16c06e509b9044ce8f6bcff264b776e3952830f1a"},
|
|
|
|
|
{file = "django_import_export-2.4.0-py3-none-any.whl", hash = "sha256:7610f6efff797d65f56c03ba34444507c0b0ccdffe9346c168b9894fc349c55e"},
|
|
|
|
|
]
|
|
|
|
|
django-ipware = [
|
|
|
|
|
{file = "django-ipware-3.0.1.tar.gz", hash = "sha256:73a640a5bff00aa7503a35e92e462001cfabb07d73d649c262f117423beee953"},
|
|
|
|
|
]
|
|
|
|
|
django-js-asset = [
|
|
|
|
|
{file = "django-js-asset-1.2.2.tar.gz", hash = "sha256:c163ae80d2e0b22d8fb598047cd0dcef31f81830e127cfecae278ad574167260"},
|
|
|
|
|
{file = "django_js_asset-1.2.2-py2.py3-none-any.whl", hash = "sha256:8ec12017f26eec524cab436c64ae73033368a372970af4cf42d9354fcb166bdd"},
|
|
|
|
@ -1432,8 +1459,8 @@ flake8 = [
|
|
|
|
|
{file = "flake8-3.8.4.tar.gz", hash = "sha256:aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b"},
|
|
|
|
|
]
|
|
|
|
|
flynt = [
|
|
|
|
|
{file = "flynt-0.55-py3-none-any.whl", hash = "sha256:df62c89d34e1318fa40b865343a70dcdc970be849f610c9b79af43cdbc40877b"},
|
|
|
|
|
{file = "flynt-0.55.tar.gz", hash = "sha256:2e24775b15b8cc4965703e1f9b21e4658533a8bfb57a4782125dff2faa124e83"},
|
|
|
|
|
{file = "flynt-0.56-py3-none-any.whl", hash = "sha256:cfbf41656b95ff03ac4d9c0578a8df3b1b1f4e46309b2b731e9b08ec37331c92"},
|
|
|
|
|
{file = "flynt-0.56.tar.gz", hash = "sha256:eb263c78e23919540dd36283fdbfb57fd9308c13b2061b33fb0ce01f48cb5f9b"},
|
|
|
|
|
]
|
|
|
|
|
icdiff = [
|
|
|
|
|
{file = "icdiff-1.9.1.tar.gz", hash = "sha256:66972dd03318da55280991db375d3ef6b66d948c67af96c1ebdb21587e86655e"},
|
|
|
|
@ -1493,8 +1520,8 @@ paramiko = [
|
|
|
|
|
{file = "paramiko-2.7.2.tar.gz", hash = "sha256:7f36f4ba2c0d81d219f4595e35f70d56cc94f9ac40a6acdf51d6ca210ce65035"},
|
|
|
|
|
]
|
|
|
|
|
pkginfo = [
|
|
|
|
|
{file = "pkginfo-1.6.0-py2.py3-none-any.whl", hash = "sha256:78d032b5888ec06d7f9d18fbf8c0549a6a3477081b34cb769119a07183624fc1"},
|
|
|
|
|
{file = "pkginfo-1.6.0.tar.gz", hash = "sha256:dd008e95b13141ddd05d7e8881f0c0366a998ab90b25c2db794a1714b71583cc"},
|
|
|
|
|
{file = "pkginfo-1.6.1-py2.py3-none-any.whl", hash = "sha256:ce14d7296c673dc4c61c759a0b6c14bae34e34eb819c0017bb6ca5b7292c56e9"},
|
|
|
|
|
{file = "pkginfo-1.6.1.tar.gz", hash = "sha256:a6a4ac943b496745cec21f14f021bbd869d5e9b4f6ec06918cffea5a2f4b9193"},
|
|
|
|
|
]
|
|
|
|
|
pluggy = [
|
|
|
|
|
{file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},
|
|
|
|
@ -1591,8 +1618,8 @@ pyrsistent = [
|
|
|
|
|
{file = "pyrsistent-0.17.3.tar.gz", hash = "sha256:2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e"},
|
|
|
|
|
]
|
|
|
|
|
pytest = [
|
|
|
|
|
{file = "pytest-6.1.1-py3-none-any.whl", hash = "sha256:7a8190790c17d79a11f847fba0b004ee9a8122582ebff4729a082c109e81a4c9"},
|
|
|
|
|
{file = "pytest-6.1.1.tar.gz", hash = "sha256:8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92"},
|
|
|
|
|
{file = "pytest-6.1.2-py3-none-any.whl", hash = "sha256:4288fed0d9153d9646bfcdf0c0428197dba1ecb27a33bb6e031d002fa88653fe"},
|
|
|
|
|
{file = "pytest-6.1.2.tar.gz", hash = "sha256:c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e"},
|
|
|
|
|
]
|
|
|
|
|
pytest-cov = [
|
|
|
|
|
{file = "pytest-cov-2.10.1.tar.gz", hash = "sha256:47bd0ce14056fdd79f93e1713f88fad7bdcc583dcd7783da86ef2f085a0bb88e"},
|
|
|
|
@ -1611,8 +1638,8 @@ python-creole = [
|
|
|
|
|
{file = "python_creole-1.4.8-py3-none-any.whl", hash = "sha256:b1c509f559457321a0228b12621261ff3a53316eb537892ac70e23193cb6cb85"},
|
|
|
|
|
]
|
|
|
|
|
python-dotenv = [
|
|
|
|
|
{file = "python-dotenv-0.14.0.tar.gz", hash = "sha256:8c10c99a1b25d9a68058a1ad6f90381a62ba68230ca93966882a4dbc3bc9c33d"},
|
|
|
|
|
{file = "python_dotenv-0.14.0-py2.py3-none-any.whl", hash = "sha256:c10863aee750ad720f4f43436565e4c1698798d763b63234fb5021b6c616e423"},
|
|
|
|
|
{file = "python-dotenv-0.15.0.tar.gz", hash = "sha256:587825ed60b1711daea4832cf37524dfd404325b7db5e25ebe88c495c9f807a0"},
|
|
|
|
|
{file = "python_dotenv-0.15.0-py2.py3-none-any.whl", hash = "sha256:0c8d1b80d1a1e91717ea7d526178e3882732420b03f08afea0406db6402e220e"},
|
|
|
|
|
]
|
|
|
|
|
pytz = [
|
|
|
|
|
{file = "pytz-2020.1-py2.py3-none-any.whl", hash = "sha256:a494d53b6d39c3c6e44c3bec237336e14305e4f29bbf800b599253057fbb79ed"},
|
|
|
|
@ -1694,16 +1721,16 @@ tokenize-rt = [
|
|
|
|
|
{file = "tokenize_rt-4.0.0.tar.gz", hash = "sha256:07d5f88b6a953612159b160129bcf9425677c8d062b0cb83250968ba803e1c64"},
|
|
|
|
|
]
|
|
|
|
|
toml = [
|
|
|
|
|
{file = "toml-0.10.1-py2.py3-none-any.whl", hash = "sha256:bda89d5935c2eac546d648028b9901107a595863cb36bae0c73ac804a9b4ce88"},
|
|
|
|
|
{file = "toml-0.10.1.tar.gz", hash = "sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f"},
|
|
|
|
|
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
|
|
|
|
|
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
|
|
|
|
|
]
|
|
|
|
|
tox = [
|
|
|
|
|
{file = "tox-3.20.1-py2.py3-none-any.whl", hash = "sha256:42ce19ce5dc2f6d6b1fdc5666c476e1f1e2897359b47e0aa3a5b774f335d57c2"},
|
|
|
|
|
{file = "tox-3.20.1.tar.gz", hash = "sha256:4321052bfe28f9d85082341ca8e233e3ea901fdd14dab8a5d3fbd810269fbaf6"},
|
|
|
|
|
]
|
|
|
|
|
tqdm = [
|
|
|
|
|
{file = "tqdm-4.50.2-py2.py3-none-any.whl", hash = "sha256:43ca183da3367578ebf2f1c2e3111d51ea161ed1dc4e6345b86e27c2a93beff7"},
|
|
|
|
|
{file = "tqdm-4.50.2.tar.gz", hash = "sha256:69dfa6714dee976e2425a9aab84b622675b7b1742873041e3db8a8e86132a4af"},
|
|
|
|
|
{file = "tqdm-4.51.0-py2.py3-none-any.whl", hash = "sha256:9ad44aaf0fc3697c06f6e05c7cf025dd66bc7bcb7613c66d85f4464c47ac8fad"},
|
|
|
|
|
{file = "tqdm-4.51.0.tar.gz", hash = "sha256:ef54779f1c09f346b2b5a8e5c61f96fbcb639929e640e59f8cf810794f406432"},
|
|
|
|
|
]
|
|
|
|
|
twine = [
|
|
|
|
|
{file = "twine-3.2.0-py3-none-any.whl", hash = "sha256:ba9ff477b8d6de0c89dd450e70b2185da190514e91c42cc62f96850025c10472"},
|
|
|
|
@ -1737,6 +1764,6 @@ xlwt = [
|
|
|
|
|
{file = "xlwt-1.3.0.tar.gz", hash = "sha256:c59912717a9b28f1a3c2a98fd60741014b06b043936dcecbc113eaaada156c88"},
|
|
|
|
|
]
|
|
|
|
|
zipp = [
|
|
|
|
|
{file = "zipp-3.3.2-py3-none-any.whl", hash = "sha256:50a4ef266c31c9409627b46012e206382eb8d23f46fbd358065a8335cfbf7d8f"},
|
|
|
|
|
{file = "zipp-3.3.2.tar.gz", hash = "sha256:adf8f2ed8f614ced567d849cae9d183cef6cfd27c77a5cae7a28029be0c2b7a7"},
|
|
|
|
|
{file = "zipp-3.4.0-py3-none-any.whl", hash = "sha256:102c24ef8f171fd729d46599845e95c7ab894a4cf45f5de11a44cc7444fb1108"},
|
|
|
|
|
{file = "zipp-3.4.0.tar.gz", hash = "sha256:ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb"},
|
|
|
|
|
]
|
|
|
|
|