2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "appnope"
version = "0.1.2"
description = "Disable App Nap on macOS >= 10.9"
category = "main"
optional = false
python-versions = "*"
2021-08-24 15:40:54 -05:00
[ [ package ] ]
name = "argcomplete"
version = "1.12.3"
description = "Bash tab completion for argparse"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
importlib-metadata = { version = ">=0.23,<5" , markers = "python_version == \"3.7\"" }
[ package . extras ]
test = [ "coverage" , "flake8" , "pexpect" , "wheel" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "argon2-cffi"
2021-09-14 17:28:59 -04:00
version = "21.1.0"
2021-06-28 16:16:14 -04:00
description = "The secure Argon2 password hashing algorithm."
category = "main"
optional = false
2021-09-14 17:28:59 -04:00
python-versions = ">=3.5"
2021-06-28 16:16:14 -04:00
[ package . dependencies ]
cffi = ">=1.0.0"
[ package . extras ]
2021-09-14 17:28:59 -04:00
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pytest" , "sphinx" , "furo" , "wheel" , "pre-commit" ]
docs = [ "sphinx" , "furo" ]
2021-06-28 16:16:14 -04:00
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pytest" ]
2021-08-02 12:16:38 -04:00
[ [ package ] ]
name = "astroid"
2021-09-14 17:28:59 -04:00
version = "2.7.3"
2021-08-02 12:16:38 -04:00
description = "An abstract syntax tree for Python with inference support."
category = "dev"
optional = false
python-versions = "~=3.6"
[ package . dependencies ]
lazy-object-proxy = ">=1.4.0"
typed-ast = { version = ">=1.4.0,<1.5" , markers = "implementation_name == \"cpython\" and python_version < \"3.8\"" }
typing-extensions = { version = ">=3.7.4" , markers = "python_version < \"3.8\"" }
wrapt = ">=1.11,<1.13"
2021-08-05 15:35:54 -04:00
[ [ package ] ]
name = "atomicwrites"
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "attrs"
version = "21.2.0"
description = "Classes Without Boilerplate"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" ]
[ [ package ] ]
name = "backcall"
version = "0.2.0"
description = "Specifications for callback functions passed in to an API"
category = "main"
optional = false
python-versions = "*"
2021-07-29 14:00:20 -04:00
[ [ package ] ]
name = "backports.entry-points-selectable"
version = "1.1.0"
description = "Compatibility shim providing selectable entry points for older implementations"
category = "dev"
optional = false
python-versions = ">=2.7"
[ package . dependencies ]
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-flake8" , "pytest-cov" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "pytest-checkdocs (>=2.4)" , "pytest-enabler (>=1.0.1)" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "black"
2021-09-14 17:28:59 -04:00
version = "21.9b0"
2021-06-28 16:16:14 -04:00
description = "The uncompromising code formatter."
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
click = ">=7.1.2"
mypy-extensions = ">=0.4.3"
2021-09-14 17:28:59 -04:00
pathspec = ">=0.9.0,<1"
platformdirs = ">=2"
2021-06-28 16:16:14 -04:00
regex = ">=2020.1.8"
2021-07-21 16:10:32 -04:00
tomli = ">=0.2.6,<2.0.0"
2021-07-12 15:50:44 -04:00
typed-ast = { version = ">=1.4.2" , markers = "python_version < \"3.8\"" }
2021-09-14 17:28:59 -04:00
typing-extensions = [
{ version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" } ,
{ version = "!=3.10.0.1" , markers = "python_version >= \"3.10\"" } ,
]
2021-06-28 16:16:14 -04:00
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
d = [ "aiohttp (>=3.6.0)" , "aiohttp-cors (>=0.4.0)" ]
2021-09-14 17:28:59 -04:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
2021-06-28 16:16:14 -04:00
python2 = [ "typed-ast (>=1.4.2)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
[ [ package ] ]
name = "bleach"
2021-09-14 17:28:59 -04:00
version = "4.1.0"
2021-06-28 16:16:14 -04:00
description = "An easy safelist-based HTML-sanitizing tool."
category = "main"
optional = false
2021-08-05 15:35:54 -04:00
python-versions = ">=3.6"
2021-06-28 16:16:14 -04:00
[ package . dependencies ]
packaging = "*"
six = ">=1.9.0"
webencodings = "*"
[ [ package ] ]
name = "censusdata"
2021-08-10 15:28:50 -04:00
version = "1.15"
2021-06-28 16:16:14 -04:00
description = "Download data from U.S. Census API"
category = "main"
optional = false
python-versions = ">=2.7"
[ package . dependencies ]
pandas = "*"
requests = "*"
[ [ package ] ]
name = "certifi"
version = "2021.5.30"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "cffi"
2021-07-12 15:50:44 -04:00
version = "1.14.6"
2021-06-28 16:16:14 -04:00
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
2021-07-21 16:10:32 -04:00
name = "charset-normalizer"
2021-09-14 17:28:59 -04:00
version = "2.0.5"
2021-07-21 16:10:32 -04:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-06-28 16:16:14 -04:00
category = "main"
optional = false
2021-07-21 16:10:32 -04:00
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "click"
version = "8.0.1"
description = "Composable command line interface toolkit"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2021-07-12 15:50:44 -04:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2021-06-28 16:16:14 -04:00
2021-07-21 16:10:32 -04:00
[ [ package ] ]
name = "click-plugins"
version = "1.1.1"
description = "An extension module for click to enable registering CLI commands via setuptools entry-points."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
click = ">=4.0"
[ package . extras ]
dev = [ "pytest (>=3.6)" , "pytest-cov" , "wheel" , "coveralls" ]
[ [ package ] ]
name = "cligj"
version = "0.7.2"
description = "Click params for commmand line interfaces to GeoJSON"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4"
[ package . dependencies ]
click = ">=4.0"
[ package . extras ]
test = [ "pytest-cov" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "colorama"
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-08-02 12:16:38 -04:00
[ [ package ] ]
name = "configparser"
version = "5.0.2"
description = "Updated configparser from Python 3.8 for Python 2.6+."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2021-08-24 15:40:54 -05:00
[ [ package ] ]
name = "cycler"
version = "0.10.0"
description = "Composable style cycles"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
2021-07-12 15:50:44 -04:00
[ [ package ] ]
name = "debugpy"
2021-09-14 17:28:59 -04:00
version = "1.4.3"
2021-07-12 15:50:44 -04:00
description = "An implementation of the Debug Adapter Protocol for Python"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "decorator"
2021-09-14 17:28:59 -04:00
version = "5.1.0"
2021-06-28 16:16:14 -04:00
description = "Decorators for Humans"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "defusedxml"
version = "0.7.1"
description = "XML bomb protection for Python stdlib modules"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2021-07-29 14:00:20 -04:00
[ [ package ] ]
name = "distlib"
version = "0.3.2"
description = "Distribution utilities"
category = "dev"
optional = false
python-versions = "*"
2021-08-02 12:16:38 -04:00
[ [ package ] ]
name = "dparse"
version = "0.5.1"
description = "A parser for Python dependency files"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
packaging = "*"
pyyaml = "*"
toml = "*"
[ package . extras ]
pipenv = [ "pipenv" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "dynaconf"
2021-09-14 17:28:59 -04:00
version = "3.1.7"
2021-06-28 16:16:14 -04:00
description = "The dynamic configurator for your Python Project"
category = "main"
optional = false
2021-09-14 17:28:59 -04:00
python-versions = ">=3.7"
2021-06-28 16:16:14 -04:00
[ package . extras ]
all = [ "redis" , "ruamel.yaml" , "configobj" , "hvac" ]
configobj = [ "configobj" ]
ini = [ "configobj" ]
redis = [ "redis" ]
toml = [ "toml" ]
vault = [ "hvac" ]
yaml = [ "ruamel.yaml" ]
[ [ package ] ]
name = "entrypoints"
version = "0.3"
description = "Discover and load entry points from installed packages."
category = "main"
optional = false
python-versions = ">=2.7"
2021-08-09 10:39:59 -04:00
[ [ package ] ]
name = "et-xmlfile"
version = "1.1.0"
description = "An implementation of lxml.xmlfile for the standard library"
category = "dev"
optional = false
python-versions = ">=3.6"
2021-07-29 14:00:20 -04:00
[ [ package ] ]
name = "filelock"
version = "3.0.12"
description = "A platform independent file lock."
category = "dev"
optional = false
python-versions = "*"
2021-07-21 16:10:32 -04:00
[ [ package ] ]
name = "fiona"
version = "1.8.20"
description = "Fiona reads and writes spatial data files"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
attrs = ">=17"
certifi = "*"
click = ">=4.0"
click-plugins = ">=1.0"
cligj = ">=0.5"
munch = "*"
six = ">=1.7"
[ package . extras ]
all = [ "pytest (>=3)" , "boto3 (>=1.2.4)" , "pytest-cov" , "shapely" , "mock" ]
calc = [ "shapely" ]
s3 = [ "boto3 (>=1.2.4)" ]
test = [ "pytest (>=3)" , "pytest-cov" , "boto3 (>=1.2.4)" , "mock" ]
2021-08-02 12:16:38 -04:00
[ [ package ] ]
name = "flake8"
version = "3.9.2"
description = "the modular source code checker: pep8 pyflakes and co"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
mccabe = ">=0.6.0,<0.7.0"
pycodestyle = ">=2.7.0,<2.8.0"
pyflakes = ">=2.3.0,<2.4.0"
2021-07-21 16:10:32 -04:00
[ [ package ] ]
name = "geopandas"
version = "0.9.0"
description = "Geographic pandas extensions"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
fiona = ">=1.8"
pandas = ">=0.24.0"
pyproj = ">=2.2.0"
shapely = ">=1.6"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "idna"
2021-07-21 16:10:32 -04:00
version = "3.2"
2021-06-28 16:16:14 -04:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
2021-07-21 16:10:32 -04:00
python-versions = ">=3.5"
2021-06-28 16:16:14 -04:00
2021-07-12 15:50:44 -04:00
[ [ package ] ]
name = "importlib-metadata"
2021-09-14 17:28:59 -04:00
version = "4.8.1"
2021-07-12 15:50:44 -04:00
description = "Read metadata from Python packages"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
typing-extensions = { version = ">=3.6.4" , markers = "python_version < \"3.8\"" }
zipp = ">=0.5"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2021-08-24 15:40:54 -05:00
perf = [ "ipython" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pep517" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
2021-07-12 15:50:44 -04:00
2021-08-05 15:35:54 -04:00
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "ipykernel"
2021-09-14 17:28:59 -04:00
version = "6.4.1"
2021-06-28 16:16:14 -04:00
description = "IPython Kernel for Jupyter"
category = "main"
optional = false
2021-07-12 15:50:44 -04:00
python-versions = ">=3.7"
2021-06-28 16:16:14 -04:00
[ package . dependencies ]
2021-07-21 16:10:32 -04:00
appnope = { version = "*" , markers = "platform_system == \"Darwin\"" }
2021-08-24 15:40:54 -05:00
argcomplete = { version = ">=1.12.3" , markers = "python_version < \"3.8.0\"" }
2021-07-21 16:10:32 -04:00
debugpy = ">=1.0.0,<2.0"
2021-08-24 15:40:54 -05:00
importlib-metadata = { version = "<5" , markers = "python_version < \"3.8.0\"" }
2021-07-21 16:10:32 -04:00
ipython = ">=7.23.1,<8.0"
2021-09-14 17:28:59 -04:00
ipython-genutils = "*"
2021-09-10 14:17:34 -04:00
jupyter-client = "<8.0"
2021-07-21 16:10:32 -04:00
matplotlib-inline = ">=0.1.0,<0.2.0"
tornado = ">=4.2,<7.0"
traitlets = ">=4.1.0,<6.0"
2021-06-28 16:16:14 -04:00
[ package . extras ]
2021-07-12 15:50:44 -04:00
test = [ "pytest (!=5.3.4)" , "pytest-cov" , "flaky" , "nose" , "ipyparallel" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "ipython"
2021-09-14 17:28:59 -04:00
version = "7.27.0"
2021-06-28 16:16:14 -04:00
description = "IPython: Productive Interactive Computing"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
appnope = { version = "*" , markers = "sys_platform == \"darwin\"" }
backcall = "*"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
decorator = "*"
jedi = ">=0.16"
matplotlib-inline = "*"
pexpect = { version = ">4.3" , markers = "sys_platform != \"win32\"" }
pickleshare = "*"
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
pygments = "*"
traitlets = ">=4.2"
[ package . extras ]
all = [ "Sphinx (>=1.3)" , "ipykernel" , "ipyparallel" , "ipywidgets" , "nbconvert" , "nbformat" , "nose (>=0.10.1)" , "notebook" , "numpy (>=1.17)" , "pygments" , "qtconsole" , "requests" , "testpath" ]
doc = [ "Sphinx (>=1.3)" ]
kernel = [ "ipykernel" ]
nbconvert = [ "nbconvert" ]
nbformat = [ "nbformat" ]
notebook = [ "notebook" , "ipywidgets" ]
parallel = [ "ipyparallel" ]
qtconsole = [ "qtconsole" ]
test = [ "nose (>=0.10.1)" , "requests" , "testpath" , "pygments" , "nbformat" , "ipykernel" , "numpy (>=1.17)" ]
[ [ package ] ]
name = "ipython-genutils"
version = "0.2.0"
description = "Vestigial utilities from IPython"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "ipywidgets"
2021-09-14 17:28:59 -04:00
version = "7.6.5"
2021-06-28 16:16:14 -04:00
description = "IPython HTML widgets for Jupyter"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
ipykernel = ">=4.5.1"
ipython = { version = ">=4.0.0" , markers = "python_version >= \"3.3\"" }
2021-09-14 17:28:59 -04:00
ipython-genutils = ">=0.2.0,<0.3.0"
2021-06-28 16:16:14 -04:00
jupyterlab-widgets = { version = ">=1.0.0" , markers = "python_version >= \"3.6\"" }
nbformat = ">=4.2.0"
traitlets = ">=4.3.1"
widgetsnbextension = ">=3.5.0,<3.6.0"
[ package . extras ]
test = [ "pytest (>=3.6.0)" , "pytest-cov" , "mock" ]
2021-08-02 12:16:38 -04:00
[ [ package ] ]
name = "isort"
version = "5.9.3"
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
python-versions = ">=3.6.1,<4.0"
[ package . extras ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
plugins = [ "setuptools" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "jedi"
version = "0.18.0"
description = "An autocompletion tool for Python that can be used for text editors."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
parso = ">=0.8.0,<0.9.0"
[ package . extras ]
qa = [ "flake8 (==3.8.3)" , "mypy (==0.782)" ]
testing = [ "Django (<3.1)" , "colorama" , "docopt" , "pytest (<6.0.0)" ]
2021-08-10 15:28:50 -04:00
[ [ package ] ]
name = "jellyfish"
version = "0.6.1"
description = "a library for doing approximate and phonetic matching of strings."
category = "main"
optional = false
python-versions = "*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "jinja2"
version = "3.0.1"
description = "A very fast and expressive template engine."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
[ [ package ] ]
name = "jsonschema"
version = "3.2.0"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
attrs = ">=17.4.0"
2021-07-12 15:50:44 -04:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2021-06-28 16:16:14 -04:00
pyrsistent = ">=0.14.0"
six = ">=1.11.0"
[ package . extras ]
format = [ "idna" , "jsonpointer (>1.13)" , "rfc3987" , "strict-rfc3339" , "webcolors" ]
format_nongpl = [ "idna" , "jsonpointer (>1.13)" , "webcolors" , "rfc3986-validator (>0.1.0)" , "rfc3339-validator" ]
[ [ package ] ]
name = "jupyter"
version = "1.0.0"
description = "Jupyter metapackage. Install all the Jupyter components in one go."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
ipykernel = "*"
ipywidgets = "*"
jupyter-console = "*"
nbconvert = "*"
notebook = "*"
qtconsole = "*"
[ [ package ] ]
name = "jupyter-client"
2021-09-14 17:28:59 -04:00
version = "7.0.2"
2021-06-28 16:16:14 -04:00
description = "Jupyter protocol implementation and client libraries"
category = "main"
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
2021-09-14 17:28:59 -04:00
entrypoints = "*"
2021-06-28 16:16:14 -04:00
jupyter-core = ">=4.6.0"
nest-asyncio = ">=1.5"
python-dateutil = ">=2.1"
pyzmq = ">=13"
tornado = ">=4.1"
traitlets = "*"
[ package . extras ]
2021-09-14 17:28:59 -04:00
doc = [ "myst-parser" , "sphinx (>=1.3.6)" , "sphinx-rtd-theme" , "sphinxcontrib-github-alt" ]
test = [ "codecov" , "coverage" , "ipykernel" , "ipython" , "mock" , "mypy" , "pre-commit" , "pytest" , "pytest-asyncio" , "pytest-cov" , "pytest-timeout" , "jedi (<0.18)" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "jupyter-console"
version = "6.4.0"
description = "Jupyter terminal console"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
ipykernel = "*"
ipython = "*"
jupyter-client = "*"
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
pygments = "*"
[ package . extras ]
test = [ "pexpect" ]
[ [ package ] ]
name = "jupyter-contrib-core"
version = "0.3.3"
description = "Common utilities for jupyter-contrib projects."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
jupyter-core = "*"
notebook = ">=4.0"
tornado = "*"
traitlets = "*"
[ package . extras ]
testing_utils = [ "nose" , "mock" ]
[ [ package ] ]
name = "jupyter-contrib-nbextensions"
version = "0.5.1"
description = "A collection of Jupyter nbextensions."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
ipython-genutils = "*"
jupyter-contrib-core = ">=0.3.3"
jupyter-core = "*"
jupyter-highlight-selected-word = ">=0.1.1"
jupyter-latex-envs = ">=1.3.8"
jupyter-nbextensions-configurator = ">=0.4.0"
lxml = "*"
nbconvert = ">=4.2"
notebook = ">=4.0"
pyyaml = "*"
tornado = "*"
traitlets = ">=4.1"
[ package . extras ]
test = [ "nbformat" , "nose" , "pip" , "requests" , "mock" ]
[ [ package ] ]
name = "jupyter-core"
version = "4.7.1"
description = "Jupyter core package. A base package on which Jupyter projects rely."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pywin32 = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
traitlets = "*"
[ [ package ] ]
name = "jupyter-highlight-selected-word"
version = "0.2.0"
description = "Jupyter notebook extension that enables highlighting every instance of the current word in the notebook."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "jupyter-latex-envs"
version = "1.4.6"
description = "Jupyter notebook extension which supports (some) LaTeX environments within markdown cells. Also provides support for labels and crossreferences, document wide numbering, bibliography, and more..."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
ipython = "*"
jupyter_core = "*"
nbconvert = "*"
notebook = ">=4.0"
traitlets = ">=4.1"
[ [ package ] ]
name = "jupyter-nbextensions-configurator"
version = "0.4.1"
description = "jupyter serverextension providing configuration interfaces for nbextensions."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
jupyter_contrib_core = ">=0.3.3"
jupyter_core = "*"
notebook = ">=4.0"
pyyaml = "*"
tornado = "*"
traitlets = "*"
[ package . extras ]
test = [ "jupyter-contrib-core" , "nose" , "requests" , "selenium" , "mock" ]
[ [ package ] ]
name = "jupyterlab-pygments"
version = "0.1.2"
description = "Pygments theme using JupyterLab CSS variables"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
pygments = ">=2.4.1,<3"
[ [ package ] ]
name = "jupyterlab-widgets"
2021-09-14 17:28:59 -04:00
version = "1.0.2"
2021-06-28 16:16:14 -04:00
description = "A JupyterLab extension."
category = "main"
optional = false
python-versions = ">=3.6"
2021-08-24 15:40:54 -05:00
[ [ package ] ]
name = "kiwisolver"
2021-09-14 17:28:59 -04:00
version = "1.3.2"
2021-08-24 15:40:54 -05:00
description = "A fast implementation of the Cassowary constraint solver"
category = "main"
optional = false
2021-09-14 17:28:59 -04:00
python-versions = ">=3.7"
2021-08-24 15:40:54 -05:00
2021-08-02 12:16:38 -04:00
[ [ package ] ]
name = "lazy-object-proxy"
version = "1.6.0"
description = "A fast and thorough lazy object proxy."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ [ package ] ]
name = "liccheck"
version = "0.6.2"
description = "Check python packages from requirement.txt and report issues"
category = "dev"
optional = false
python-versions = ">=2.7"
[ package . dependencies ]
configparser = { version = "*" , markers = "python_version >= \"3.4\"" }
semantic-version = ">=2.7.0"
toml = "*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "lxml"
version = "4.6.3"
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
html5 = [ "html5lib" ]
htmlsoup = [ "beautifulsoup4" ]
source = [ "Cython (>=0.29.7)" ]
[ [ package ] ]
name = "markupsafe"
version = "2.0.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false
python-versions = ">=3.6"
2021-08-24 15:40:54 -05:00
[ [ package ] ]
name = "matplotlib"
version = "3.4.3"
description = "Python plotting package"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
cycler = ">=0.10"
kiwisolver = ">=1.0.1"
numpy = ">=1.16"
pillow = ">=6.2.0"
pyparsing = ">=2.2.1"
python-dateutil = ">=2.7"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "matplotlib-inline"
2021-09-14 17:28:59 -04:00
version = "0.1.3"
2021-06-28 16:16:14 -04:00
description = "Inline Matplotlib backend for Jupyter"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
traitlets = "*"
2021-08-02 12:16:38 -04:00
[ [ package ] ]
name = "mccabe"
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
category = "dev"
optional = false
python-versions = "*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "mistune"
version = "0.8.4"
description = "The fastest markdown parser in pure Python"
category = "main"
optional = false
python-versions = "*"
2021-07-21 16:10:32 -04:00
[ [ package ] ]
name = "munch"
version = "2.5.0"
description = "A dot-accessible dictionary (a la JavaScript objects)"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
[ package . extras ]
testing = [ "pytest" , "coverage" , "astroid (>=1.5.3,<1.6.0)" , "pylint (>=1.7.2,<1.8.0)" , "astroid (>=2.0)" , "pylint (>=2.3.1,<2.4.0)" ]
yaml = [ "PyYAML (>=5.1.0)" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "mypy"
version = "0.910"
description = "Optional static typing for Python"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
mypy-extensions = ">=0.4.3,<0.5.0"
toml = "*"
2021-07-12 15:50:44 -04:00
typed-ast = { version = ">=1.4.0,<1.5.0" , markers = "python_version < \"3.8\"" }
2021-06-28 16:16:14 -04:00
typing-extensions = ">=3.7.4"
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
python2 = [ "typed-ast (>=1.4.0,<1.5.0)" ]
[ [ package ] ]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "nbclient"
2021-09-10 14:17:34 -04:00
version = "0.5.4"
2021-06-28 16:16:14 -04:00
description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor."
category = "main"
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
jupyter-client = ">=6.1.5"
nbformat = ">=5.0"
nest-asyncio = "*"
traitlets = ">=4.2"
[ package . extras ]
dev = [ "codecov" , "coverage" , "ipython" , "ipykernel" , "ipywidgets" , "pytest (>=4.1)" , "pytest-cov (>=2.6.1)" , "check-manifest" , "flake8" , "mypy" , "tox" , "bumpversion" , "xmltodict" , "pip (>=18.1)" , "wheel (>=0.31.0)" , "setuptools (>=38.6.0)" , "twine (>=1.11.0)" , "black" ]
sphinx = [ "Sphinx (>=1.7)" , "sphinx-book-theme" , "mock" , "moto" , "myst-parser" ]
test = [ "codecov" , "coverage" , "ipython" , "ipykernel" , "ipywidgets" , "pytest (>=4.1)" , "pytest-cov (>=2.6.1)" , "check-manifest" , "flake8" , "mypy" , "tox" , "bumpversion" , "xmltodict" , "pip (>=18.1)" , "wheel (>=0.31.0)" , "setuptools (>=38.6.0)" , "twine (>=1.11.0)" , "black" ]
[ [ package ] ]
name = "nbconvert"
version = "6.1.0"
description = "Converting Jupyter Notebooks"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
bleach = "*"
defusedxml = "*"
entrypoints = ">=0.2.2"
jinja2 = ">=2.4"
jupyter-core = "*"
jupyterlab-pygments = "*"
mistune = ">=0.8.1,<2"
nbclient = ">=0.5.0,<0.6.0"
nbformat = ">=4.4"
pandocfilters = ">=1.4.1"
pygments = ">=2.4.1"
testpath = "*"
traitlets = ">=5.0"
[ package . extras ]
all = [ "pytest" , "pytest-cov" , "pytest-dependency" , "ipykernel" , "ipywidgets (>=7)" , "pyppeteer (==0.2.2)" , "tornado (>=4.0)" , "sphinx (>=1.5.1)" , "sphinx-rtd-theme" , "nbsphinx (>=0.2.12)" , "ipython" ]
docs = [ "sphinx (>=1.5.1)" , "sphinx-rtd-theme" , "nbsphinx (>=0.2.12)" , "ipython" ]
serve = [ "tornado (>=4.0)" ]
test = [ "pytest" , "pytest-cov" , "pytest-dependency" , "ipykernel" , "ipywidgets (>=7)" , "pyppeteer (==0.2.2)" ]
webpdf = [ "pyppeteer (==0.2.2)" ]
[ [ package ] ]
name = "nbformat"
version = "5.1.3"
description = "The Jupyter Notebook format"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
ipython-genutils = "*"
jsonschema = ">=2.4,<2.5.0 || >2.5.0"
jupyter-core = "*"
traitlets = ">=4.1"
[ package . extras ]
fast = [ "fastjsonschema" ]
test = [ "check-manifest" , "fastjsonschema" , "testpath" , "pytest" , "pytest-cov" ]
[ [ package ] ]
name = "nest-asyncio"
version = "1.5.1"
description = "Patch asyncio to allow nested event loops"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "notebook"
2021-08-24 15:40:54 -05:00
version = "6.4.3"
2021-06-28 16:16:14 -04:00
description = "A web-based notebook environment for interactive computing"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
argon2-cffi = "*"
ipykernel = "*"
ipython-genutils = "*"
jinja2 = "*"
jupyter-client = ">=5.3.4"
jupyter-core = ">=4.6.1"
nbconvert = "*"
nbformat = "*"
prometheus-client = "*"
pyzmq = ">=17"
Send2Trash = ">=1.5.0"
terminado = ">=0.8.3"
tornado = ">=6.1"
traitlets = ">=4.2.1"
[ package . extras ]
docs = [ "sphinx" , "nbsphinx" , "sphinxcontrib-github-alt" , "sphinx-rtd-theme" , "myst-parser" ]
json-logging = [ "json-logging" ]
test = [ "pytest" , "coverage" , "requests" , "nbval" , "selenium" , "pytest-cov" , "requests-unixsocket" ]
[ [ package ] ]
name = "numpy"
2021-07-21 16:10:32 -04:00
version = "1.21.1"
2021-06-28 16:16:14 -04:00
description = "NumPy is the fundamental package for array computing with Python."
category = "main"
optional = false
python-versions = ">=3.7"
2021-08-09 10:39:59 -04:00
[ [ package ] ]
name = "openpyxl"
2021-09-14 17:28:59 -04:00
version = "3.0.8"
2021-08-09 10:39:59 -04:00
description = "A Python library to read/write Excel 2010 xlsx/xlsm files"
category = "dev"
optional = false
2021-09-14 17:28:59 -04:00
python-versions = ">=3.6"
2021-08-09 10:39:59 -04:00
[ package . dependencies ]
et-xmlfile = "*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "packaging"
2021-07-12 15:50:44 -04:00
version = "21.0"
2021-06-28 16:16:14 -04:00
description = "Core utilities for Python packages"
category = "main"
optional = false
2021-07-12 15:50:44 -04:00
python-versions = ">=3.6"
2021-06-28 16:16:14 -04:00
[ package . dependencies ]
pyparsing = ">=2.0.2"
[ [ package ] ]
name = "pandas"
2021-09-14 17:28:59 -04:00
version = "1.3.3"
2021-06-28 16:16:14 -04:00
description = "Powerful data structures for data analysis, time series, and statistics"
category = "main"
optional = false
python-versions = ">=3.7.1"
[ package . dependencies ]
2021-07-12 15:50:44 -04:00
numpy = ">=1.17.3"
2021-06-28 16:16:14 -04:00
python-dateutil = ">=2.7.3"
pytz = ">=2017.3"
[ package . extras ]
2021-07-12 15:50:44 -04:00
test = [ "hypothesis (>=3.58)" , "pytest (>=6.0)" , "pytest-xdist" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "pandocfilters"
2021-09-14 17:28:59 -04:00
version = "1.5.0"
2021-06-28 16:16:14 -04:00
description = "Utilities for writing pandoc filters in python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "parso"
version = "0.8.2"
description = "A Python Parser"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
qa = [ "flake8 (==3.8.3)" , "mypy (==0.782)" ]
testing = [ "docopt" , "pytest (<6.0.0)" ]
[ [ package ] ]
name = "pathspec"
2021-07-21 16:10:32 -04:00
version = "0.9.0"
2021-06-28 16:16:14 -04:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
2021-07-21 16:10:32 -04:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "pexpect"
version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
ptyprocess = ">=0.5"
[ [ package ] ]
name = "pickleshare"
version = "0.7.5"
description = "Tiny 'shelve'-like database with concurrency support"
category = "main"
optional = false
python-versions = "*"
2021-08-24 15:40:54 -05:00
[ [ package ] ]
name = "pillow"
2021-09-08 13:08:58 -04:00
version = "8.3.2"
2021-08-24 15:40:54 -05:00
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
python-versions = ">=3.6"
2021-07-29 14:00:20 -04:00
[ [ package ] ]
name = "platformdirs"
2021-09-14 17:28:59 -04:00
version = "2.3.0"
2021-07-29 14:00:20 -04:00
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
2021-08-05 15:35:54 -04:00
python-versions = ">=3.6"
[ package . extras ]
docs = [ "Sphinx (>=4)" , "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" ]
test = [ "appdirs (==1.4.4)" , "pytest (>=6)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" ]
2021-07-29 14:00:20 -04:00
[ [ package ] ]
name = "pluggy"
2021-09-14 17:28:59 -04:00
version = "1.0.0"
2021-07-29 14:00:20 -04:00
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
2021-09-14 17:28:59 -04:00
python-versions = ">=3.6"
2021-07-29 14:00:20 -04:00
[ package . dependencies ]
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2021-09-14 17:28:59 -04:00
testing = [ "pytest" , "pytest-benchmark" ]
2021-07-29 14:00:20 -04:00
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "prometheus-client"
version = "0.11.0"
description = "Python client for the Prometheus monitoring system."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
twisted = [ "twisted" ]
[ [ package ] ]
name = "prompt-toolkit"
2021-09-14 17:28:59 -04:00
version = "3.0.20"
2021-06-28 16:16:14 -04:00
description = "Library for building powerful interactive command lines in Python"
category = "main"
optional = false
2021-09-14 17:28:59 -04:00
python-versions = ">=3.6.2"
2021-06-28 16:16:14 -04:00
[ package . dependencies ]
wcwidth = "*"
[ [ package ] ]
name = "ptyprocess"
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "py"
version = "1.10.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2021-08-02 12:16:38 -04:00
[ [ package ] ]
name = "pycodestyle"
version = "2.7.0"
description = "Python style guide checker"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "pycparser"
version = "2.20"
description = "C parser in Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2021-08-02 12:16:38 -04:00
[ [ package ] ]
name = "pyflakes"
version = "2.3.1"
description = "passive checker of Python programs"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "pygments"
2021-09-10 14:17:34 -04:00
version = "2.10.0"
2021-06-28 16:16:14 -04:00
description = "Pygments is a syntax highlighting package written in Python."
category = "main"
optional = false
python-versions = ">=3.5"
2021-08-02 12:16:38 -04:00
[ [ package ] ]
name = "pylint"
2021-09-14 17:28:59 -04:00
version = "2.10.2"
2021-08-02 12:16:38 -04:00
description = "python code static checker"
category = "dev"
optional = false
python-versions = "~=3.6"
[ package . dependencies ]
2021-09-14 17:28:59 -04:00
astroid = ">=2.7.2,<2.8"
2021-08-02 12:16:38 -04:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
isort = ">=4.2.5,<6"
mccabe = ">=0.6,<0.7"
2021-09-14 17:28:59 -04:00
platformdirs = ">=2.2.0"
2021-08-02 12:16:38 -04:00
toml = ">=0.7.1"
2021-08-10 15:28:50 -04:00
[ [ package ] ]
name = "pypandoc"
2021-09-14 17:28:59 -04:00
version = "1.6.4"
2021-08-10 15:28:50 -04:00
description = "Thin wrapper for pandoc."
category = "main"
optional = false
python-versions = "*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "pyparsing"
version = "2.4.7"
description = "Python parsing module"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2021-07-21 16:10:32 -04:00
[ [ package ] ]
name = "pyproj"
2021-09-14 17:28:59 -04:00
version = "3.2.0"
2021-07-21 16:10:32 -04:00
description = "Python interface to PROJ (cartographic projections and coordinate transformations library)"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
certifi = "*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "pyrsistent"
2021-07-12 15:50:44 -04:00
version = "0.18.0"
2021-06-28 16:16:14 -04:00
description = "Persistent/Functional/Immutable data structures"
category = "main"
optional = false
2021-07-12 15:50:44 -04:00
python-versions = ">=3.6"
2021-06-28 16:16:14 -04:00
2021-08-05 15:35:54 -04:00
[ [ package ] ]
name = "pytest"
2021-09-14 17:28:59 -04:00
version = "6.2.5"
2021-08-05 15:35:54 -04:00
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
iniconfig = "*"
packaging = "*"
2021-09-14 17:28:59 -04:00
pluggy = ">=0.12,<2.0"
2021-08-05 15:35:54 -04:00
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
2021-09-10 14:17:34 -04:00
[ [ package ] ]
name = "pytest-mock"
version = "3.6.1"
description = "Thin-wrapper around the mock package for easier use with pytest"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pytest = ">=5.0"
[ package . extras ]
dev = [ "pre-commit" , "tox" , "pytest-asyncio" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "python-dateutil"
2021-07-21 16:10:32 -04:00
version = "2.8.2"
2021-06-28 16:16:14 -04:00
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
[ [ package ] ]
name = "pytz"
version = "2021.1"
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pywin32"
version = "301"
description = "Python for Window Extensions"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pywinpty"
2021-09-14 17:28:59 -04:00
version = "1.1.4"
2021-06-28 16:16:14 -04:00
description = "Pseudo terminal support for Windows from Python."
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "pyyaml"
version = "5.4.1"
description = "YAML parser and emitter for Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ [ package ] ]
name = "pyzmq"
2021-08-10 15:28:50 -04:00
version = "22.2.1"
2021-06-28 16:16:14 -04:00
description = "Python bindings for 0MQ"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cffi = { version = "*" , markers = "implementation_name == \"pypy\"" }
py = { version = "*" , markers = "implementation_name == \"pypy\"" }
[ [ package ] ]
name = "qtconsole"
2021-07-12 15:50:44 -04:00
version = "5.1.1"
2021-06-28 16:16:14 -04:00
description = "Jupyter Qt console"
category = "main"
optional = false
python-versions = ">= 3.6"
[ package . dependencies ]
ipykernel = ">=4.1"
ipython-genutils = "*"
jupyter-client = ">=4.1"
jupyter-core = "*"
pygments = "*"
pyzmq = ">=17.1"
qtpy = "*"
traitlets = "*"
[ package . extras ]
doc = [ "Sphinx (>=1.3)" ]
test = [ "flaky" , "pytest" , "pytest-qt" ]
[ [ package ] ]
name = "qtpy"
2021-09-14 17:28:59 -04:00
version = "1.11.1"
2021-06-28 16:16:14 -04:00
description = "Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets."
category = "main"
optional = false
2021-09-10 14:17:34 -04:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "regex"
2021-09-14 17:28:59 -04:00
version = "2021.8.28"
2021-06-28 16:16:14 -04:00
description = "Alternative regular expression module, to replace re."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "requests"
2021-07-21 16:10:32 -04:00
version = "2.26.0"
2021-06-28 16:16:14 -04:00
description = "Python HTTP for Humans."
category = "main"
optional = false
2021-07-21 16:10:32 -04:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2021-06-28 16:16:14 -04:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2021-07-21 16:10:32 -04:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
2021-06-28 16:16:14 -04:00
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2021-07-21 16:10:32 -04:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2021-06-28 16:16:14 -04:00
2021-08-02 12:16:38 -04:00
[ [ package ] ]
name = "safety"
version = "1.10.3"
description = "Checks installed dependencies for known vulnerabilities."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
Click = ">=6.0"
dparse = ">=0.5.1"
packaging = "*"
requests = "*"
[ [ package ] ]
name = "semantic-version"
version = "2.8.5"
description = "A library implementing the 'SemVer' scheme."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "send2trash"
2021-08-10 15:28:50 -04:00
version = "1.8.0"
2021-06-28 16:16:14 -04:00
description = "Send file to trash natively under Mac OS X, Windows and Linux."
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
2021-08-10 15:28:50 -04:00
nativelib = [ "pyobjc-framework-cocoa" , "pywin32" ]
objc = [ "pyobjc-framework-cocoa" ]
2021-06-28 16:16:14 -04:00
win32 = [ "pywin32" ]
2021-07-21 16:10:32 -04:00
[ [ package ] ]
name = "shapely"
version = "1.7.1"
description = "Geometric objects, predicates, and operations"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
all = [ "numpy" , "pytest" , "pytest-cov" ]
test = [ "pytest" , "pytest-cov" ]
vectorized = [ "numpy" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "terminado"
2021-09-14 17:28:59 -04:00
version = "0.12.1"
2021-06-28 16:16:14 -04:00
description = "Tornado websocket backend for the Xterm.js Javascript terminal emulator library."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
ptyprocess = { version = "*" , markers = "os_name != \"nt\"" }
pywinpty = { version = ">=1.1.0" , markers = "os_name == \"nt\"" }
tornado = ">=4"
[ package . extras ]
test = [ "pytest" ]
[ [ package ] ]
name = "testpath"
version = "0.5.0"
description = "Test utilities for code working with files and commands"
category = "main"
optional = false
python-versions = ">= 3.5"
[ package . extras ]
test = [ "pytest" , "pathlib2" ]
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2021-07-21 16:10:32 -04:00
[ [ package ] ]
name = "tomli"
2021-08-10 15:28:50 -04:00
version = "1.2.1"
2021-07-21 16:10:32 -04:00
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.6"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "tornado"
version = "6.1"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category = "main"
optional = false
python-versions = ">= 3.5"
2021-07-29 14:00:20 -04:00
[ [ package ] ]
name = "tox"
2021-09-14 17:28:59 -04:00
version = "3.24.3"
2021-07-29 14:00:20 -04:00
description = "tox is a generic virtualenv management and test command line tool"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
colorama = { version = ">=0.4.1" , markers = "platform_system == \"Windows\"" }
filelock = ">=3.0.0"
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
packaging = ">=14"
pluggy = ">=0.12.0"
py = ">=1.4.17"
six = ">=1.14.0"
toml = ">=0.9.4"
virtualenv = ">=16.0.0,<20.0.0 || >20.0.0,<20.0.1 || >20.0.1,<20.0.2 || >20.0.2,<20.0.3 || >20.0.3,<20.0.4 || >20.0.4,<20.0.5 || >20.0.5,<20.0.6 || >20.0.6,<20.0.7 || >20.0.7"
[ package . extras ]
docs = [ "pygments-github-lexers (>=0.0.5)" , "sphinx (>=2.0.0)" , "sphinxcontrib-autoprogram (>=0.1.5)" , "towncrier (>=18.5.0)" ]
testing = [ "flaky (>=3.4.0)" , "freezegun (>=0.3.11)" , "psutil (>=5.6.1)" , "pytest (>=4.0.0)" , "pytest-cov (>=2.5.1)" , "pytest-mock (>=1.10.0)" , "pytest-randomly (>=1.0.0)" , "pytest-xdist (>=1.22.2)" , "pathlib2 (>=2.3.3)" ]
2021-08-10 15:28:50 -04:00
[ [ package ] ]
name = "tqdm"
version = "4.62.0"
description = "Fast, Extensible Progress Meter"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
dev = [ "py-make (>=0.1.0)" , "twine" , "wheel" ]
notebook = [ "ipywidgets (>=6)" ]
telegram = [ "requests" ]
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "traitlets"
2021-09-14 17:28:59 -04:00
version = "5.1.0"
2021-06-28 16:16:14 -04:00
description = "Traitlets Python configuration system"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
test = [ "pytest" ]
2021-07-12 15:50:44 -04:00
[ [ package ] ]
name = "typed-ast"
version = "1.4.3"
description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "dev"
optional = false
python-versions = "*"
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "types-requests"
2021-08-10 15:28:50 -04:00
version = "2.25.6"
2021-06-28 16:16:14 -04:00
description = "Typing stubs for requests"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "typing-extensions"
2021-09-14 17:28:59 -04:00
version = "3.10.0.2"
2021-06-28 16:16:14 -04:00
description = "Backported and Experimental Type Hints for Python 3.5+"
2021-07-12 15:50:44 -04:00
category = "main"
2021-06-28 16:16:14 -04:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "urllib3"
2021-07-12 15:50:44 -04:00
version = "1.26.6"
2021-06-28 16:16:14 -04:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
brotli = [ "brotlipy (>=0.6.0)" ]
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2021-08-10 15:28:50 -04:00
[ [ package ] ]
name = "us"
version = "2.0.2"
description = "US state meta information and other fun stuff"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
jellyfish = "0.6.1"
2021-07-29 14:00:20 -04:00
[ [ package ] ]
name = "virtualenv"
2021-08-24 15:40:54 -05:00
version = "20.7.2"
2021-07-29 14:00:20 -04:00
description = "Virtual Python Environment builder"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
"backports.entry-points-selectable" = ">=1.0.4"
distlib = ">=0.3.1,<1"
filelock = ">=3.0.0,<4"
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
platformdirs = ">=2,<3"
six = ">=1.9.0,<2"
[ package . extras ]
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=19.9.0rc1)" ]
2021-08-05 15:35:54 -04:00
testing = [ "coverage (>=4)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3)" , "pytest (>=4)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.1)" , "pytest-mock (>=2)" , "pytest-randomly (>=1)" , "pytest-timeout (>=1)" , "packaging (>=20.0)" ]
2021-07-29 14:00:20 -04:00
2021-06-28 16:16:14 -04:00
[ [ package ] ]
name = "wcwidth"
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "widgetsnbextension"
version = "3.5.1"
description = "IPython HTML widgets for Jupyter"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
notebook = ">=4.4.1"
2021-08-02 12:16:38 -04:00
[ [ package ] ]
name = "wrapt"
version = "1.12.1"
description = "Module for decorators, wrappers and monkey patching."
category = "dev"
optional = false
python-versions = "*"
2021-08-10 15:28:50 -04:00
[ [ package ] ]
name = "xlsxwriter"
version = "2.0.0"
description = "A Python module for creating Excel XLSX files."
category = "main"
optional = false
python-versions = "*"
2021-07-12 15:50:44 -04:00
[ [ package ] ]
name = "zipp"
version = "3.5.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2021-06-28 16:16:14 -04:00
[ metadata ]
lock-version = "1.1"
2021-07-12 15:50:44 -04:00
python-versions = "^3.7.1"
2021-09-14 17:28:59 -04:00
content-hash = "11cb464e2b6d817b910efe796b87c479e7e4954c7d618bbcd715250b80817a56"
2021-06-28 16:16:14 -04:00
[ metadata . files ]
appnope = [
{ file = "appnope-0.1.2-py2.py3-none-any.whl" , hash = "sha256:93aa393e9d6c54c5cd570ccadd8edad61ea0c4b9ea7a01409020c9aa019eb442" } ,
{ file = "appnope-0.1.2.tar.gz" , hash = "sha256:dd83cd4b5b460958838f6eb3000c660b1f9caf2a5b1de4264e941512f603258a" } ,
]
2021-08-24 15:40:54 -05:00
argcomplete = [
{ file = "argcomplete-1.12.3-py2.py3-none-any.whl" , hash = "sha256:291f0beca7fd49ce285d2f10e4c1c77e9460cf823eef2de54df0c0fec88b0d81" } ,
{ file = "argcomplete-1.12.3.tar.gz" , hash = "sha256:2c7dbffd8c045ea534921e63b0be6fe65e88599990d8dc408ac8c542b72a5445" } ,
]
2021-06-28 16:16:14 -04:00
argon2-cffi = [
2021-09-14 17:28:59 -04:00
{ file = "argon2-cffi-21.1.0.tar.gz" , hash = "sha256:f710b61103d1a1f692ca3ecbd1373e28aa5e545ac625ba067ff2feca1b2bb870" } ,
{ file = "argon2_cffi-21.1.0-cp35-abi3-macosx_10_14_x86_64.whl" , hash = "sha256:217b4f0f853ccbbb5045242946ad2e162e396064575860141b71a85eb47e475a" } ,
{ file = "argon2_cffi-21.1.0-cp35-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:fa7e7d1fc22514a32b1761fdfa1882b6baa5c36bb3ef557bdd69e6fc9ba14a41" } ,
{ file = "argon2_cffi-21.1.0-cp35-abi3-win32.whl" , hash = "sha256:e4d8f0ae1524b7b0372a3e574a2561cbdddb3fdb6c28b70a72868189bda19659" } ,
{ file = "argon2_cffi-21.1.0-cp35-abi3-win_amd64.whl" , hash = "sha256:65213a9174320a1aee03fe826596e0620783966b49eb636955958b3074e87ff9" } ,
{ file = "argon2_cffi-21.1.0-pp36-pypy36_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:245f64a203012b144b7b8c8ea6d468cb02b37caa5afee5ba4a10c80599334f6a" } ,
{ file = "argon2_cffi-21.1.0-pp36-pypy36_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:4ad152c418f7eb640eac41ac815534e6aa61d1624530b8e7779114ecfbf327f8" } ,
{ file = "argon2_cffi-21.1.0-pp36-pypy36_pp73-win32.whl" , hash = "sha256:bc513db2283c385ea4da31a2cd039c33380701f376f4edd12fe56db118a3b21a" } ,
{ file = "argon2_cffi-21.1.0-pp37-pypy37_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:c7a7c8cc98ac418002090e4add5bebfff1b915ea1cb459c578cd8206fef10378" } ,
{ file = "argon2_cffi-21.1.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:165cadae5ac1e26644f5ade3bd9c18d89963be51d9ea8817bd671006d7909057" } ,
{ file = "argon2_cffi-21.1.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:566ffb581bbd9db5562327aee71b2eda24a1c15b23a356740abe3c011bbe0dcb" } ,
2021-06-28 16:16:14 -04:00
]
2021-08-02 12:16:38 -04:00
astroid = [
2021-09-14 17:28:59 -04:00
{ file = "astroid-2.7.3-py3-none-any.whl" , hash = "sha256:dc1e8b28427d6bbef6b8842b18765ab58f558c42bb80540bd7648c98412af25e" } ,
{ file = "astroid-2.7.3.tar.gz" , hash = "sha256:3b680ce0419b8a771aba6190139a3998d14b413852506d99aff8dc2bf65ee67c" } ,
2021-08-02 12:16:38 -04:00
]
2021-08-05 15:35:54 -04:00
atomicwrites = [
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
]
2021-06-28 16:16:14 -04:00
attrs = [
{ file = "attrs-21.2.0-py2.py3-none-any.whl" , hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1" } ,
{ file = "attrs-21.2.0.tar.gz" , hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" } ,
]
backcall = [
{ file = "backcall-0.2.0-py2.py3-none-any.whl" , hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255" } ,
{ file = "backcall-0.2.0.tar.gz" , hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e" } ,
]
2021-07-29 14:00:20 -04:00
"backports.entry-points-selectable" = [
{ file = "backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl" , hash = "sha256:a6d9a871cde5e15b4c4a53e3d43ba890cc6861ec1332c9c2428c92f977192acc" } ,
{ file = "backports.entry_points_selectable-1.1.0.tar.gz" , hash = "sha256:988468260ec1c196dab6ae1149260e2f5472c9110334e5d51adcb77867361f6a" } ,
]
2021-06-28 16:16:14 -04:00
black = [
2021-09-14 17:28:59 -04:00
{ file = "black-21.9b0-py3-none-any.whl" , hash = "sha256:380f1b5da05e5a1429225676655dddb96f5ae8c75bdf91e53d798871b902a115" } ,
{ file = "black-21.9b0.tar.gz" , hash = "sha256:7de4cfc7eb6b710de325712d40125689101d21d25283eed7e9998722cf10eb91" } ,
2021-06-28 16:16:14 -04:00
]
bleach = [
2021-09-14 17:28:59 -04:00
{ file = "bleach-4.1.0-py2.py3-none-any.whl" , hash = "sha256:4d2651ab93271d1129ac9cbc679f524565cc8a1b791909c4a51eac4446a15994" } ,
{ file = "bleach-4.1.0.tar.gz" , hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da" } ,
2021-06-28 16:16:14 -04:00
]
censusdata = [
2021-08-10 15:28:50 -04:00
{ file = "CensusData-1.15.tar.gz" , hash = "sha256:0ccbdeede9d5475530ae04f13a9893809617ed83d1577d8207b72fdb782c8b39" } ,
2021-06-28 16:16:14 -04:00
]
certifi = [
{ file = "certifi-2021.5.30-py2.py3-none-any.whl" , hash = "sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8" } ,
{ file = "certifi-2021.5.30.tar.gz" , hash = "sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee" } ,
]
cffi = [
2021-07-12 15:50:44 -04:00
{ file = "cffi-1.14.6-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:22b9c3c320171c108e903d61a3723b51e37aaa8c81255b5e7ce102775bd01e2c" } ,
{ file = "cffi-1.14.6-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:f0c5d1acbfca6ebdd6b1e3eded8d261affb6ddcf2186205518f1428b8569bb99" } ,
{ file = "cffi-1.14.6-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:99f27fefe34c37ba9875f224a8f36e31d744d8083e00f520f133cab79ad5e819" } ,
{ file = "cffi-1.14.6-cp27-cp27m-win32.whl" , hash = "sha256:55af55e32ae468e9946f741a5d51f9896da6b9bf0bbdd326843fec05c730eb20" } ,
{ file = "cffi-1.14.6-cp27-cp27m-win_amd64.whl" , hash = "sha256:7bcac9a2b4fdbed2c16fa5681356d7121ecabf041f18d97ed5b8e0dd38a80224" } ,
{ file = "cffi-1.14.6-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:ed38b924ce794e505647f7c331b22a693bee1538fdf46b0222c4717b42f744e7" } ,
{ file = "cffi-1.14.6-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:e22dcb48709fc51a7b58a927391b23ab37eb3737a98ac4338e2448bef8559b33" } ,
2021-09-08 13:08:58 -04:00
{ file = "cffi-1.14.6-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:aedb15f0a5a5949ecb129a82b72b19df97bbbca024081ed2ef88bd5c0a610534" } ,
{ file = "cffi-1.14.6-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:48916e459c54c4a70e52745639f1db524542140433599e13911b2f329834276a" } ,
{ file = "cffi-1.14.6-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:f627688813d0a4140153ff532537fbe4afea5a3dffce1f9deb7f91f848a832b5" } ,
{ file = "cffi-1.14.6-cp35-cp35m-win32.whl" , hash = "sha256:f0010c6f9d1a4011e429109fda55a225921e3206e7f62a0c22a35344bfd13cca" } ,
{ file = "cffi-1.14.6-cp35-cp35m-win_amd64.whl" , hash = "sha256:57e555a9feb4a8460415f1aac331a2dc833b1115284f7ded7278b54afc5bd218" } ,
2021-07-12 15:50:44 -04:00
{ file = "cffi-1.14.6-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:e8c6a99be100371dbb046880e7a282152aa5d6127ae01783e37662ef73850d8f" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:19ca0dbdeda3b2615421d54bef8985f72af6e0c47082a8d26122adac81a95872" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:d950695ae4381ecd856bcaf2b1e866720e4ab9a1498cba61c602e56630ca7195" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e9dc245e3ac69c92ee4c167fbdd7428ec1956d4e754223124991ef29eb57a09d" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a8661b2ce9694ca01c529bfa204dbb144b275a31685a075ce123f12331be790b" } ,
{ file = "cffi-1.14.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b315d709717a99f4b27b59b021e6207c64620790ca3e0bde636a6c7f14618abb" } ,
{ file = "cffi-1.14.6-cp36-cp36m-win32.whl" , hash = "sha256:80b06212075346b5546b0417b9f2bf467fea3bfe7352f781ffc05a8ab24ba14a" } ,
{ file = "cffi-1.14.6-cp36-cp36m-win_amd64.whl" , hash = "sha256:a9da7010cec5a12193d1af9872a00888f396aba3dc79186604a09ea3ee7c029e" } ,
{ file = "cffi-1.14.6-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4373612d59c404baeb7cbd788a18b2b2a8331abcc84c3ba40051fcd18b17a4d5" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:f10afb1004f102c7868ebfe91c28f4a712227fe4cb24974350ace1f90e1febbf" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:fd4305f86f53dfd8cd3522269ed7fc34856a8ee3709a5e28b2836b2db9d4cd69" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6d6169cb3c6c2ad50db5b868db6491a790300ade1ed5d1da29289d73bbe40b56" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5d4b68e216fc65e9fe4f524c177b54964af043dde734807586cf5435af84045c" } ,
{ file = "cffi-1.14.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:33791e8a2dc2953f28b8d8d300dde42dd929ac28f974c4b4c6272cb2955cb762" } ,
{ file = "cffi-1.14.6-cp37-cp37m-win32.whl" , hash = "sha256:0c0591bee64e438883b0c92a7bed78f6290d40bf02e54c5bf0978eaf36061771" } ,
{ file = "cffi-1.14.6-cp37-cp37m-win_amd64.whl" , hash = "sha256:8eb687582ed7cd8c4bdbff3df6c0da443eb89c3c72e6e5dcdd9c81729712791a" } ,
{ file = "cffi-1.14.6-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ba6f2b3f452e150945d58f4badd92310449876c4c954836cfb1803bdd7b422f0" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:64fda793737bc4037521d4899be780534b9aea552eb673b9833b01f945904c2e" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:9f3e33c28cd39d1b655ed1ba7247133b6f7fc16fa16887b120c0c670e35ce346" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:26bb2549b72708c833f5abe62b756176022a7b9a7f689b571e74c8478ead51dc" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:eb687a11f0a7a1839719edd80f41e459cc5366857ecbed383ff376c4e3cc6afd" } ,
{ file = "cffi-1.14.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d2ad4d668a5c0645d281dcd17aff2be3212bc109b33814bbb15c4939f44181cc" } ,
{ file = "cffi-1.14.6-cp38-cp38-win32.whl" , hash = "sha256:487d63e1454627c8e47dd230025780e91869cfba4c753a74fda196a1f6ad6548" } ,
{ file = "cffi-1.14.6-cp38-cp38-win_amd64.whl" , hash = "sha256:c33d18eb6e6bc36f09d793c0dc58b0211fccc6ae5149b808da4a62660678b156" } ,
{ file = "cffi-1.14.6-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:06c54a68935738d206570b20da5ef2b6b6d92b38ef3ec45c5422c0ebaf338d4d" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:f174135f5609428cc6e1b9090f9268f5c8935fddb1b25ccb8255a2d50de6789e" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f3ebe6e73c319340830a9b2825d32eb6d8475c1dac020b4f0aa774ee3b898d1c" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3c8d896becff2fa653dc4438b54a5a25a971d1f4110b32bd3068db3722c80202" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4922cd707b25e623b902c86188aca466d3620892db76c0bdd7b99a3d5e61d35f" } ,
{ file = "cffi-1.14.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c9e005e9bd57bc987764c32a1bee4364c44fdc11a3cc20a40b93b444984f2b87" } ,
{ file = "cffi-1.14.6-cp39-cp39-win32.whl" , hash = "sha256:eb9e2a346c5238a30a746893f23a9535e700f8192a68c07c0258e7ece6ff3728" } ,
{ file = "cffi-1.14.6-cp39-cp39-win_amd64.whl" , hash = "sha256:818014c754cd3dba7229c0f5884396264d51ffb87ec86e927ef0be140bfdb0d2" } ,
{ file = "cffi-1.14.6.tar.gz" , hash = "sha256:c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd" } ,
2021-06-28 16:16:14 -04:00
]
2021-07-21 16:10:32 -04:00
charset-normalizer = [
2021-09-14 17:28:59 -04:00
{ file = "charset-normalizer-2.0.5.tar.gz" , hash = "sha256:7098e7e862f6370a2a8d1a6398cd359815c45d12626267652c3f13dec58e2367" } ,
{ file = "charset_normalizer-2.0.5-py3-none-any.whl" , hash = "sha256:fa471a601dfea0f492e4f4fca035cd82155e65dc45c9b83bf4322dfab63755dd" } ,
2021-06-28 16:16:14 -04:00
]
click = [
{ file = "click-8.0.1-py3-none-any.whl" , hash = "sha256:fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6" } ,
{ file = "click-8.0.1.tar.gz" , hash = "sha256:8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a" } ,
]
2021-07-21 16:10:32 -04:00
click-plugins = [
{ file = "click-plugins-1.1.1.tar.gz" , hash = "sha256:46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b" } ,
{ file = "click_plugins-1.1.1-py2.py3-none-any.whl" , hash = "sha256:5d262006d3222f5057fd81e1623d4443e41dcda5dc815c06b442aa3c02889fc8" } ,
]
cligj = [
{ file = "cligj-0.7.2-py3-none-any.whl" , hash = "sha256:c1ca117dbce1fe20a5809dc96f01e1c2840f6dcc939b3ddbb1111bf330ba82df" } ,
{ file = "cligj-0.7.2.tar.gz" , hash = "sha256:a4bc13d623356b373c2c27c53dbd9c68cae5d526270bfa71f6c6fa69669c6b27" } ,
]
2021-06-28 16:16:14 -04:00
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
2021-08-02 12:16:38 -04:00
configparser = [
{ file = "configparser-5.0.2-py3-none-any.whl" , hash = "sha256:af59f2cdd7efbdd5d111c1976ecd0b82db9066653362f0962d7bf1d3ab89a1fa" } ,
{ file = "configparser-5.0.2.tar.gz" , hash = "sha256:85d5de102cfe6d14a5172676f09d19c465ce63d6019cf0a4ef13385fc535e828" } ,
]
2021-08-24 15:40:54 -05:00
cycler = [
{ file = "cycler-0.10.0-py2.py3-none-any.whl" , hash = "sha256:1d8a5ae1ff6c5cf9b93e8811e581232ad8920aeec647c37316ceac982b08cb2d" } ,
{ file = "cycler-0.10.0.tar.gz" , hash = "sha256:cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8" } ,
]
2021-07-12 15:50:44 -04:00
debugpy = [
2021-09-14 17:28:59 -04:00
{ file = "debugpy-1.4.3-cp36-cp36m-macosx_10_15_x86_64.whl" , hash = "sha256:88b17d7c2130968f75bdc706a33f46a8a6bb90f09512ea3bd984659d446ee4f4" } ,
{ file = "debugpy-1.4.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:5ded60b402f83df46dee3f25ae5851809937176afdafd3fdbaab60b633b77cad" } ,
{ file = "debugpy-1.4.3-cp36-cp36m-win32.whl" , hash = "sha256:c0fd1a66e104752f86ca2faa6a0194dae61442a768f85369fc3d11bacff8120f" } ,
{ file = "debugpy-1.4.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:f907941ad7a460646773eb3baae4c88836e9256b390dfbfae8d92a3d3b849a7d" } ,
{ file = "debugpy-1.4.3-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:135a77ac1a8f6ea49a69928f088967d36842bc492d89b45941c6b19222cffa42" } ,
{ file = "debugpy-1.4.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f3dcc294f3b4d79fdd7ffe1350d5d1e3cc29acaec67dd1c43143a43305bbbc91" } ,
{ file = "debugpy-1.4.3-cp37-cp37m-win32.whl" , hash = "sha256:c3d7db37b7eb234e49f50ba22b3b1637e8daadd68985d9cd35a6152aa10faa75" } ,
{ file = "debugpy-1.4.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:dbda8f877c3dec1559c01c63a1de63969e51a4907dc308f4824238bb776026fe" } ,
{ file = "debugpy-1.4.3-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:7c15014290150b76f0311debf7fbba2e934680572ea60750b0f048143e873b3e" } ,
{ file = "debugpy-1.4.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8d488356cc66172f1ea29635fd148ad131f13fad0e368ae03cc5c0a402372756" } ,
{ file = "debugpy-1.4.3-cp38-cp38-win32.whl" , hash = "sha256:7e7210a3721fc54b52d8dc2f325e7c937ffcbba02b808e2e3215dcbf0c0b8349" } ,
{ file = "debugpy-1.4.3-cp38-cp38-win_amd64.whl" , hash = "sha256:3e4de96c70f3398abd1777f048b47564d98a40df1f72d33b47ef5b9478e07206" } ,
{ file = "debugpy-1.4.3-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:2019ffcd08d7e643c644cd64bee0fd53c730cb8f15ff37e6a320b5afd3785bfa" } ,
{ file = "debugpy-1.4.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:847926f78c1e33f7318a743837adb6a9b360a825b558fd21f9240ba518fe1bb1" } ,
{ file = "debugpy-1.4.3-cp39-cp39-win32.whl" , hash = "sha256:c9665e58b80d839ae1b0815341c63d00cae557c018f198c0b6b7bc5de9eca144" } ,
{ file = "debugpy-1.4.3-cp39-cp39-win_amd64.whl" , hash = "sha256:ab3f33499c597a2ce454b81088e7f9d56127686e003c4f7a1c97ad4b38a55404" } ,
{ file = "debugpy-1.4.3-py2.py3-none-any.whl" , hash = "sha256:0c523fcbb6fb395403ee8508853767b74949335d5cdacc9f83d350670c2c0db2" } ,
{ file = "debugpy-1.4.3.zip" , hash = "sha256:4d53fe5aecf03ba466aa7fa7474c2b2fe28b2a6c0d36688d1e29382bfe88dd5f" } ,
2021-07-12 15:50:44 -04:00
]
2021-06-28 16:16:14 -04:00
decorator = [
2021-09-14 17:28:59 -04:00
{ file = "decorator-5.1.0-py3-none-any.whl" , hash = "sha256:7b12e7c3c6ab203a29e157335e9122cb03de9ab7264b137594103fd4a683b374" } ,
{ file = "decorator-5.1.0.tar.gz" , hash = "sha256:e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7" } ,
2021-06-28 16:16:14 -04:00
]
defusedxml = [
{ file = "defusedxml-0.7.1-py2.py3-none-any.whl" , hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61" } ,
{ file = "defusedxml-0.7.1.tar.gz" , hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" } ,
]
2021-07-29 14:00:20 -04:00
distlib = [
{ file = "distlib-0.3.2-py2.py3-none-any.whl" , hash = "sha256:23e223426b28491b1ced97dc3bbe183027419dfc7982b4fa2f05d5f3ff10711c" } ,
{ file = "distlib-0.3.2.zip" , hash = "sha256:106fef6dc37dd8c0e2c0a60d3fca3e77460a48907f335fa28420463a6f799736" } ,
]
2021-08-02 12:16:38 -04:00
dparse = [
{ file = "dparse-0.5.1-py3-none-any.whl" , hash = "sha256:e953a25e44ebb60a5c6efc2add4420c177f1d8404509da88da9729202f306994" } ,
{ file = "dparse-0.5.1.tar.gz" , hash = "sha256:a1b5f169102e1c894f9a7d5ccf6f9402a836a5d24be80a986c7ce9eaed78f367" } ,
]
2021-06-28 16:16:14 -04:00
dynaconf = [
2021-09-14 17:28:59 -04:00
{ file = "dynaconf-3.1.7-py2.py3-none-any.whl" , hash = "sha256:f52fe5db7622da56a552275e8f64e4df46e3b4ae11158831b042e8ba2f6d1c96" } ,
{ file = "dynaconf-3.1.7.tar.gz" , hash = "sha256:e9d80b46ba4d9372f2f40c812594c963f74178140c0b596e57f2881001fc4d35" } ,
2021-06-28 16:16:14 -04:00
]
entrypoints = [
{ file = "entrypoints-0.3-py2.py3-none-any.whl" , hash = "sha256:589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19" } ,
{ file = "entrypoints-0.3.tar.gz" , hash = "sha256:c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451" } ,
]
2021-08-09 10:39:59 -04:00
et-xmlfile = [
{ file = "et_xmlfile-1.1.0-py3-none-any.whl" , hash = "sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada" } ,
{ file = "et_xmlfile-1.1.0.tar.gz" , hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" } ,
]
2021-07-29 14:00:20 -04:00
filelock = [
{ file = "filelock-3.0.12-py3-none-any.whl" , hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836" } ,
{ file = "filelock-3.0.12.tar.gz" , hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59" } ,
]
2021-07-21 16:10:32 -04:00
fiona = [
{ file = "Fiona-1.8.20-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:02880556540e36ad6aac97687799d9b3093c354787a47bc0e73026c7fc15f1b3" } ,
{ file = "Fiona-1.8.20-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:3f668c471fa2f8c9c0a9ca83639cb2c8dcc93edc3d93d43dba2f9e8da38ad53e" } ,
{ file = "Fiona-1.8.20-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:54f81039e913d0f88728ef23edf5a69038dec94dea54f4c799f972ba8e2a7d40" } ,
{ file = "Fiona-1.8.20-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:328340a448bed5c43d119f61f760368a04d13a302c59d2fccb051a3ff021f4b8" } ,
{ file = "Fiona-1.8.20-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:03f910380dbe684730b59b817aa030e6e9a3ee79211b66c6db2d1c8fe6ea12de" } ,
{ file = "Fiona-1.8.20-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:bef100ebd82afb9a4d67096216e82611b82ca9341330e4805832d7ff8c9bc1f7" } ,
{ file = "Fiona-1.8.20-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:5e1cef608c6de9039eaa65b395024096e3189ab0559a5a328c68c4690c3302ce" } ,
{ file = "Fiona-1.8.20-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:e72e4a5b84ec410be531d4fe4c1a5c87c6c0e92d01116c145c0f1b33f81c8080" } ,
{ file = "Fiona-1.8.20.tar.gz" , hash = "sha256:a70502d2857b82f749c09cb0dea3726787747933a2a1599b5ab787d74e3c143b" } ,
]
2021-08-02 12:16:38 -04:00
flake8 = [
{ file = "flake8-3.9.2-py2.py3-none-any.whl" , hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907" } ,
{ file = "flake8-3.9.2.tar.gz" , hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b" } ,
]
2021-07-21 16:10:32 -04:00
geopandas = [
{ file = "geopandas-0.9.0-py2.py3-none-any.whl" , hash = "sha256:79f6e557ba0dba76eec44f8351b1c6b42a17c38f5f08fef347e98fe4dae563c7" } ,
{ file = "geopandas-0.9.0.tar.gz" , hash = "sha256:63972ab4dc44c4029f340600dcb83264eb8132dd22b104da0b654bef7f42630a" } ,
]
2021-06-28 16:16:14 -04:00
idna = [
2021-07-21 16:10:32 -04:00
{ file = "idna-3.2-py3-none-any.whl" , hash = "sha256:14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a" } ,
{ file = "idna-3.2.tar.gz" , hash = "sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3" } ,
2021-06-28 16:16:14 -04:00
]
2021-07-12 15:50:44 -04:00
importlib-metadata = [
2021-09-14 17:28:59 -04:00
{ file = "importlib_metadata-4.8.1-py3-none-any.whl" , hash = "sha256:b618b6d2d5ffa2f16add5697cf57a46c76a56229b0ed1c438322e4e95645bd15" } ,
{ file = "importlib_metadata-4.8.1.tar.gz" , hash = "sha256:f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1" } ,
2021-07-12 15:50:44 -04:00
]
2021-08-05 15:35:54 -04:00
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
2021-06-28 16:16:14 -04:00
ipykernel = [
2021-09-14 17:28:59 -04:00
{ file = "ipykernel-6.4.1-py3-none-any.whl" , hash = "sha256:a3f6c2dda2ecf63b37446808a70ed825fea04790779ca524889c596deae0def8" } ,
{ file = "ipykernel-6.4.1.tar.gz" , hash = "sha256:df3355e5eec23126bc89767a676c5f0abfc7f4c3497d118c592b83b316e8c0cd" } ,
2021-06-28 16:16:14 -04:00
]
ipython = [
2021-09-14 17:28:59 -04:00
{ file = "ipython-7.27.0-py3-none-any.whl" , hash = "sha256:75b5e060a3417cf64f138e0bb78e58512742c57dc29db5a5058a2b1f0c10df02" } ,
{ file = "ipython-7.27.0.tar.gz" , hash = "sha256:58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13" } ,
2021-06-28 16:16:14 -04:00
]
ipython-genutils = [
{ file = "ipython_genutils-0.2.0-py2.py3-none-any.whl" , hash = "sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8" } ,
{ file = "ipython_genutils-0.2.0.tar.gz" , hash = "sha256:eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8" } ,
]
ipywidgets = [
2021-09-14 17:28:59 -04:00
{ file = "ipywidgets-7.6.5-py2.py3-none-any.whl" , hash = "sha256:d258f582f915c62ea91023299603be095de19afb5ee271698f88327b9fe9bf43" } ,
{ file = "ipywidgets-7.6.5.tar.gz" , hash = "sha256:00974f7cb4d5f8d494c19810fedb9fa9b64bffd3cda7c2be23c133a1ad3c99c5" } ,
2021-06-28 16:16:14 -04:00
]
2021-08-02 12:16:38 -04:00
isort = [
{ file = "isort-5.9.3-py3-none-any.whl" , hash = "sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2" } ,
{ file = "isort-5.9.3.tar.gz" , hash = "sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899" } ,
]
2021-06-28 16:16:14 -04:00
jedi = [
{ file = "jedi-0.18.0-py2.py3-none-any.whl" , hash = "sha256:18456d83f65f400ab0c2d3319e48520420ef43b23a086fdc05dff34132f0fb93" } ,
{ file = "jedi-0.18.0.tar.gz" , hash = "sha256:92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707" } ,
]
2021-08-10 15:28:50 -04:00
jellyfish = [
{ file = "jellyfish-0.6.1.tar.gz" , hash = "sha256:5104e45a2b804b48a46a92a5e6d6e86830fe60ae83b1da32c867402c8f4c2094" } ,
]
2021-06-28 16:16:14 -04:00
jinja2 = [
{ file = "Jinja2-3.0.1-py3-none-any.whl" , hash = "sha256:1f06f2da51e7b56b8f238affdd6b4e2c61e39598a378cc49345bc1bd42a978a4" } ,
{ file = "Jinja2-3.0.1.tar.gz" , hash = "sha256:703f484b47a6af502e743c9122595cc812b0271f661722403114f71a79d0f5a4" } ,
]
jsonschema = [
{ file = "jsonschema-3.2.0-py2.py3-none-any.whl" , hash = "sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163" } ,
{ file = "jsonschema-3.2.0.tar.gz" , hash = "sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a" } ,
]
jupyter = [
{ file = "jupyter-1.0.0-py2.py3-none-any.whl" , hash = "sha256:5b290f93b98ffbc21c0c7e749f054b3267782166d72fa5e3ed1ed4eaf34a2b78" } ,
{ file = "jupyter-1.0.0.tar.gz" , hash = "sha256:d9dc4b3318f310e34c82951ea5d6683f67bed7def4b259fafbfe4f1beb1d8e5f" } ,
{ file = "jupyter-1.0.0.zip" , hash = "sha256:3e1f86076bbb7c8c207829390305a2b1fe836d471ed54be66a3b8c41e7f46cc7" } ,
]
jupyter-client = [
2021-09-14 17:28:59 -04:00
{ file = "jupyter_client-7.0.2-py3-none-any.whl" , hash = "sha256:37a30c13d3655b819add61c830594090af7fca40cd2d74f41cad9e2e12118501" } ,
{ file = "jupyter_client-7.0.2.tar.gz" , hash = "sha256:0c6cabd07e003a2e9692394bf1ae794188ad17d2e250ed747232d7a473aa772c" } ,
2021-06-28 16:16:14 -04:00
]
jupyter-console = [
{ file = "jupyter_console-6.4.0-py3-none-any.whl" , hash = "sha256:7799c4ea951e0e96ba8260575423cb323ea5a03fcf5503560fa3e15748869e27" } ,
{ file = "jupyter_console-6.4.0.tar.gz" , hash = "sha256:242248e1685039cd8bff2c2ecb7ce6c1546eb50ee3b08519729e6e881aec19c7" } ,
]
jupyter-contrib-core = [
{ file = "jupyter_contrib_core-0.3.3-py2.py3-none-any.whl" , hash = "sha256:1ec81e275a8f5858d56b0c4c6cd85335aa8e915001b8657fe51c620c3cdde50f" } ,
{ file = "jupyter_contrib_core-0.3.3.tar.gz" , hash = "sha256:e65bc0e932ff31801003cef160a4665f2812efe26a53801925a634735e9a5794" } ,
]
jupyter-contrib-nbextensions = [
{ file = "jupyter_contrib_nbextensions-0.5.1-py2.py3-none-any.whl" , hash = "sha256:2c071f0aa208c569666f656bdc0f66906ca493cf9f06f46db6350db11030ff40" } ,
{ file = "jupyter_contrib_nbextensions-0.5.1.tar.gz" , hash = "sha256:eecd28ecc2fc410226c0a3d4932ed2fac4860ccf8d9e9b1b29548835a35b22ab" } ,
]
jupyter-core = [
{ file = "jupyter_core-4.7.1-py3-none-any.whl" , hash = "sha256:8c6c0cac5c1b563622ad49321d5ec47017bd18b94facb381c6973a0486395f8e" } ,
{ file = "jupyter_core-4.7.1.tar.gz" , hash = "sha256:79025cb3225efcd36847d0840f3fc672c0abd7afd0de83ba8a1d3837619122b4" } ,
]
jupyter-highlight-selected-word = [
{ file = "jupyter_highlight_selected_word-0.2.0-py2.py3-none-any.whl" , hash = "sha256:9545dfa9cb057eebe3a5795604dcd3a5294ea18637e553f61a0b67c1b5903c58" } ,
{ file = "jupyter_highlight_selected_word-0.2.0.tar.gz" , hash = "sha256:9fa740424859a807950ca08d2bfd28a35154cd32dd6d50ac4e0950022adc0e7b" } ,
]
jupyter-latex-envs = [
{ file = "jupyter_latex_envs-1.4.6.tar.gz" , hash = "sha256:070a31eb2dc488bba983915879a7c2939247bf5c3b669b398bdb36a9b5343872" } ,
]
jupyter-nbextensions-configurator = [
{ file = "jupyter_nbextensions_configurator-0.4.1.tar.gz" , hash = "sha256:e5e86b5d9d898e1ffb30ebb08e4ad8696999f798fef3ff3262d7b999076e4e83" } ,
]
jupyterlab-pygments = [
{ file = "jupyterlab_pygments-0.1.2-py2.py3-none-any.whl" , hash = "sha256:abfb880fd1561987efaefcb2d2ac75145d2a5d0139b1876d5be806e32f630008" } ,
{ file = "jupyterlab_pygments-0.1.2.tar.gz" , hash = "sha256:cfcda0873626150932f438eccf0f8bf22bfa92345b814890ab360d666b254146" } ,
]
jupyterlab-widgets = [
2021-09-14 17:28:59 -04:00
{ file = "jupyterlab_widgets-1.0.2-py3-none-any.whl" , hash = "sha256:f5d9efface8ec62941173ba1cffb2edd0ecddc801c11ae2931e30b50492eb8f7" } ,
{ file = "jupyterlab_widgets-1.0.2.tar.gz" , hash = "sha256:7885092b2b96bf189c3a705cc3c412a4472ec5e8382d0b47219a66cccae73cfa" } ,
2021-06-28 16:16:14 -04:00
]
2021-08-24 15:40:54 -05:00
kiwisolver = [
2021-09-14 17:28:59 -04:00
{ file = "kiwisolver-1.3.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:1d819553730d3c2724582124aee8a03c846ec4362ded1034c16fb3ef309264e6" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:8d93a1095f83e908fc253f2fb569c2711414c0bfd451cab580466465b235b470" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c4550a359c5157aaf8507e6820d98682872b9100ce7607f8aa070b4b8af6c298" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:2210f28778c7d2ee13f3c2a20a3a22db889e75f4ec13a21072eabb5693801e84" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:82f49c5a79d3839bc8f38cb5f4bfc87e15f04cbafa5fbd12fb32c941cb529cfb" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9661a04ca3c950a8ac8c47f53cbc0b530bce1b52f516a1e87b7736fec24bfff0" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2ddb500a2808c100e72c075cbb00bf32e62763c82b6a882d403f01a119e3f402" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:72be6ebb4e92520b9726d7146bc9c9b277513a57a38efcf66db0620aec0097e0" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-win32.whl" , hash = "sha256:83d2c9db5dfc537d0171e32de160461230eb14663299b7e6d18ca6dca21e4977" } ,
{ file = "kiwisolver-1.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:cba430db673c29376135e695c6e2501c44c256a81495da849e85d1793ee975ad" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4116ba9a58109ed5e4cb315bdcbff9838f3159d099ba5259c7c7fb77f8537492" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:19554bd8d54cf41139f376753af1a644b63c9ca93f8f72009d50a2080f870f77" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a7a4cf5bbdc861987a7745aed7a536c6405256853c94abc9f3287c3fa401b174" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0007840186bacfaa0aba4466d5890334ea5938e0bb7e28078a0eb0e63b5b59d5" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:ec2eba188c1906b05b9b49ae55aae4efd8150c61ba450e6721f64620c50b59eb" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:3dbb3cea20b4af4f49f84cffaf45dd5f88e8594d18568e0225e6ad9dec0e7967" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-win32.whl" , hash = "sha256:5326ddfacbe51abf9469fe668944bc2e399181a2158cb5d45e1d40856b2a0589" } ,
{ file = "kiwisolver-1.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:c6572c2dab23c86a14e82c245473d45b4c515314f1f859e92608dcafbd2f19b8" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:b5074fb09429f2b7bc82b6fb4be8645dcbac14e592128beeff5461dcde0af09f" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:22521219ca739654a296eea6d4367703558fba16f98688bd8ce65abff36eaa84" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:c358721aebd40c243894298f685a19eb0491a5c3e0b923b9f887ef1193ddf829" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7ba5a1041480c6e0a8b11a9544d53562abc2d19220bfa14133e0cdd9967e97af" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:44e6adf67577dbdfa2d9f06db9fbc5639afefdb5bf2b4dfec25c3a7fbc619536" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1d45d1c74f88b9f41062716c727f78f2a59a5476ecbe74956fafb423c5c87a76" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:70adc3658138bc77a36ce769f5f183169bc0a2906a4f61f09673f7181255ac9b" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:b6a5431940f28b6de123de42f0eb47b84a073ee3c3345dc109ad550a3307dd28" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-win32.whl" , hash = "sha256:ee040a7de8d295dbd261ef2d6d3192f13e2b08ec4a954de34a6fb8ff6422e24c" } ,
{ file = "kiwisolver-1.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8dc3d842fa41a33fe83d9f5c66c0cc1f28756530cd89944b63b072281e852031" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:a498bcd005e8a3fedd0022bb30ee0ad92728154a8798b703f394484452550507" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:80efd202108c3a4150e042b269f7c78643420cc232a0a771743bb96b742f838f" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f8eb7b6716f5b50e9c06207a14172cf2de201e41912ebe732846c02c830455b9" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f441422bb313ab25de7b3dbfd388e790eceb76ce01a18199ec4944b369017009" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:30fa008c172355c7768159983a7270cb23838c4d7db73d6c0f6b60dde0d432c6" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2f8f6c8f4f1cff93ca5058d6ec5f0efda922ecb3f4c5fb76181f327decff98b8" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ba677bcaff9429fd1bf01648ad0901cea56c0d068df383d5f5856d88221fe75b" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7843b1624d6ccca403a610d1277f7c28ad184c5aa88a1750c1a999754e65b439" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-win32.whl" , hash = "sha256:e6f5eb2f53fac7d408a45fbcdeda7224b1cfff64919d0f95473420a931347ae9" } ,
{ file = "kiwisolver-1.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:eedd3b59190885d1ebdf6c5e0ca56828beb1949b4dfe6e5d0256a461429ac386" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:dedc71c8eb9c5096037766390172c34fb86ef048b8e8958b4e484b9e505d66bc" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:bf7eb45d14fc036514c09554bf983f2a72323254912ed0c3c8e697b62c4c158f" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:2b65bd35f3e06a47b5c30ea99e0c2b88f72c6476eedaf8cfbc8e66adb5479dcf" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:25405f88a37c5f5bcba01c6e350086d65e7465fd1caaf986333d2a045045a223" } ,
{ file = "kiwisolver-1.3.2-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:bcadb05c3d4794eb9eee1dddf1c24215c92fb7b55a80beae7a60530a91060560" } ,
{ file = "kiwisolver-1.3.2.tar.gz" , hash = "sha256:fc4453705b81d03568d5b808ad8f09c77c47534f6ac2e72e733f9ca4714aa75c" } ,
2021-08-24 15:40:54 -05:00
]
2021-08-02 12:16:38 -04:00
lazy-object-proxy = [
{ file = "lazy-object-proxy-1.6.0.tar.gz" , hash = "sha256:489000d368377571c6f982fba6497f2aa13c6d1facc40660963da62f5c379726" } ,
{ file = "lazy_object_proxy-1.6.0-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:c6938967f8528b3668622a9ed3b31d145fab161a32f5891ea7b84f6b790be05b" } ,
{ file = "lazy_object_proxy-1.6.0-cp27-cp27m-win32.whl" , hash = "sha256:ebfd274dcd5133e0afae738e6d9da4323c3eb021b3e13052d8cbd0e457b1256e" } ,
{ file = "lazy_object_proxy-1.6.0-cp27-cp27m-win_amd64.whl" , hash = "sha256:ed361bb83436f117f9917d282a456f9e5009ea12fd6de8742d1a4752c3017e93" } ,
{ file = "lazy_object_proxy-1.6.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:d900d949b707778696fdf01036f58c9876a0d8bfe116e8d220cfd4b15f14e741" } ,
{ file = "lazy_object_proxy-1.6.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:5743a5ab42ae40caa8421b320ebf3a998f89c85cdc8376d6b2e00bd12bd1b587" } ,
{ file = "lazy_object_proxy-1.6.0-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:bf34e368e8dd976423396555078def5cfc3039ebc6fc06d1ae2c5a65eebbcde4" } ,
{ file = "lazy_object_proxy-1.6.0-cp36-cp36m-win32.whl" , hash = "sha256:b579f8acbf2bdd9ea200b1d5dea36abd93cabf56cf626ab9c744a432e15c815f" } ,
{ file = "lazy_object_proxy-1.6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:4f60460e9f1eb632584c9685bccea152f4ac2130e299784dbaf9fae9f49891b3" } ,
{ file = "lazy_object_proxy-1.6.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:d7124f52f3bd259f510651450e18e0fd081ed82f3c08541dffc7b94b883aa981" } ,
{ file = "lazy_object_proxy-1.6.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:22ddd618cefe54305df49e4c069fa65715be4ad0e78e8d252a33debf00f6ede2" } ,
{ file = "lazy_object_proxy-1.6.0-cp37-cp37m-win32.whl" , hash = "sha256:9d397bf41caad3f489e10774667310d73cb9c4258e9aed94b9ec734b34b495fd" } ,
{ file = "lazy_object_proxy-1.6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:24a5045889cc2729033b3e604d496c2b6f588c754f7a62027ad4437a7ecc4837" } ,
{ file = "lazy_object_proxy-1.6.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:17e0967ba374fc24141738c69736da90e94419338fd4c7c7bef01ee26b339653" } ,
{ file = "lazy_object_proxy-1.6.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:410283732af311b51b837894fa2f24f2c0039aa7f220135192b38fcc42bd43d3" } ,
{ file = "lazy_object_proxy-1.6.0-cp38-cp38-win32.whl" , hash = "sha256:85fb7608121fd5621cc4377a8961d0b32ccf84a7285b4f1d21988b2eae2868e8" } ,
{ file = "lazy_object_proxy-1.6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:d1c2676e3d840852a2de7c7d5d76407c772927addff8d742b9808fe0afccebdf" } ,
{ file = "lazy_object_proxy-1.6.0-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:b865b01a2e7f96db0c5d12cfea590f98d8c5ba64ad222300d93ce6ff9138bcad" } ,
{ file = "lazy_object_proxy-1.6.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:4732c765372bd78a2d6b2150a6e99d00a78ec963375f236979c0626b97ed8e43" } ,
{ file = "lazy_object_proxy-1.6.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:9698110e36e2df951c7c36b6729e96429c9c32b3331989ef19976592c5f3c77a" } ,
{ file = "lazy_object_proxy-1.6.0-cp39-cp39-win32.whl" , hash = "sha256:1fee665d2638491f4d6e55bd483e15ef21f6c8c2095f235fef72601021e64f61" } ,
{ file = "lazy_object_proxy-1.6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:f5144c75445ae3ca2057faac03fda5a902eff196702b0a24daf1d6ce0650514b" } ,
]
liccheck = [
{ file = "liccheck-0.6.2-py2.py3-none-any.whl" , hash = "sha256:e6583fc327126695a31a7ed8941e784ecd5c84bb2aecbe2782d925cac5c3fe47" } ,
{ file = "liccheck-0.6.2.tar.gz" , hash = "sha256:5667be7c9ef6496bd381e709e938e9fe51c31d601afc44965615cdfbce375eab" } ,
]
2021-06-28 16:16:14 -04:00
lxml = [
{ file = "lxml-4.6.3-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:df7c53783a46febb0e70f6b05df2ba104610f2fb0d27023409734a3ecbb78fb2" } ,
{ file = "lxml-4.6.3-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:1b7584d421d254ab86d4f0b13ec662a9014397678a7c4265a02a6d7c2b18a75f" } ,
{ file = "lxml-4.6.3-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:079f3ae844f38982d156efce585bc540c16a926d4436712cf4baee0cce487a3d" } ,
{ file = "lxml-4.6.3-cp27-cp27m-win32.whl" , hash = "sha256:bc4313cbeb0e7a416a488d72f9680fffffc645f8a838bd2193809881c67dd106" } ,
{ file = "lxml-4.6.3-cp27-cp27m-win_amd64.whl" , hash = "sha256:8157dadbb09a34a6bd95a50690595e1fa0af1a99445e2744110e3dca7831c4ee" } ,
{ file = "lxml-4.6.3-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:7728e05c35412ba36d3e9795ae8995e3c86958179c9770e65558ec3fdfd3724f" } ,
{ file = "lxml-4.6.3-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:4bff24dfeea62f2e56f5bab929b4428ae6caba2d1eea0c2d6eb618e30a71e6d4" } ,
2021-09-08 13:08:58 -04:00
{ file = "lxml-4.6.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:64812391546a18896adaa86c77c59a4998f33c24788cadc35789e55b727a37f4" } ,
{ file = "lxml-4.6.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:c1a40c06fd5ba37ad39caa0b3144eb3772e813b5fb5b084198a985431c2f1e8d" } ,
2021-06-28 16:16:14 -04:00
{ file = "lxml-4.6.3-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:74f7d8d439b18fa4c385f3f5dfd11144bb87c1da034a466c5b5577d23a1d9b51" } ,
{ file = "lxml-4.6.3-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:f90ba11136bfdd25cae3951af8da2e95121c9b9b93727b1b896e3fa105b2f586" } ,
{ file = "lxml-4.6.3-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:4c61b3a0db43a1607d6264166b230438f85bfed02e8cff20c22e564d0faff354" } ,
{ file = "lxml-4.6.3-cp35-cp35m-manylinux2014_x86_64.whl" , hash = "sha256:5c8c163396cc0df3fd151b927e74f6e4acd67160d6c33304e805b84293351d16" } ,
{ file = "lxml-4.6.3-cp35-cp35m-win32.whl" , hash = "sha256:f2380a6376dfa090227b663f9678150ef27543483055cc327555fb592c5967e2" } ,
{ file = "lxml-4.6.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:c4f05c5a7c49d2fb70223d0d5bcfbe474cf928310ac9fa6a7c6dddc831d0b1d4" } ,
{ file = "lxml-4.6.3-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:d2e35d7bf1c1ac8c538f88d26b396e73dd81440d59c1ef8522e1ea77b345ede4" } ,
{ file = "lxml-4.6.3-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:289e9ca1a9287f08daaf796d96e06cb2bc2958891d7911ac7cae1c5f9e1e0ee3" } ,
{ file = "lxml-4.6.3-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:bccbfc27563652de7dc9bdc595cb25e90b59c5f8e23e806ed0fd623755b6565d" } ,
{ file = "lxml-4.6.3-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:d916d31fd85b2f78c76400d625076d9124de3e4bda8b016d25a050cc7d603f24" } ,
{ file = "lxml-4.6.3-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:820628b7b3135403540202e60551e741f9b6d3304371712521be939470b454ec" } ,
{ file = "lxml-4.6.3-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:c47ff7e0a36d4efac9fd692cfa33fbd0636674c102e9e8d9b26e1b93a94e7617" } ,
{ file = "lxml-4.6.3-cp36-cp36m-win32.whl" , hash = "sha256:5a0a14e264069c03e46f926be0d8919f4105c1623d620e7ec0e612a2e9bf1c04" } ,
{ file = "lxml-4.6.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:92e821e43ad382332eade6812e298dc9701c75fe289f2a2d39c7960b43d1e92a" } ,
{ file = "lxml-4.6.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:efd7a09678fd8b53117f6bae4fa3825e0a22b03ef0a932e070c0bdbb3a35e654" } ,
{ file = "lxml-4.6.3-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:efac139c3f0bf4f0939f9375af4b02c5ad83a622de52d6dfa8e438e8e01d0eb0" } ,
{ file = "lxml-4.6.3-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:0fbcf5565ac01dff87cbfc0ff323515c823081c5777a9fc7703ff58388c258c3" } ,
{ file = "lxml-4.6.3-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:36108c73739985979bf302006527cf8a20515ce444ba916281d1c43938b8bb96" } ,
{ file = "lxml-4.6.3-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:122fba10466c7bd4178b07dba427aa516286b846b2cbd6f6169141917283aae2" } ,
{ file = "lxml-4.6.3-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:cdaf11d2bd275bf391b5308f86731e5194a21af45fbaaaf1d9e8147b9160ea92" } ,
{ file = "lxml-4.6.3-cp37-cp37m-win32.whl" , hash = "sha256:3439c71103ef0e904ea0a1901611863e51f50b5cd5e8654a151740fde5e1cade" } ,
{ file = "lxml-4.6.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:4289728b5e2000a4ad4ab8da6e1db2e093c63c08bdc0414799ee776a3f78da4b" } ,
{ file = "lxml-4.6.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b007cbb845b28db4fb8b6a5cdcbf65bacb16a8bd328b53cbc0698688a68e1caa" } ,
{ file = "lxml-4.6.3-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:76fa7b1362d19f8fbd3e75fe2fb7c79359b0af8747e6f7141c338f0bee2f871a" } ,
{ file = "lxml-4.6.3-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:26e761ab5b07adf5f555ee82fb4bfc35bf93750499c6c7614bd64d12aaa67927" } ,
{ file = "lxml-4.6.3-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:e1cbd3f19a61e27e011e02f9600837b921ac661f0c40560eefb366e4e4fb275e" } ,
{ file = "lxml-4.6.3-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:66e575c62792c3f9ca47cb8b6fab9e35bab91360c783d1606f758761810c9791" } ,
{ file = "lxml-4.6.3-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:1b38116b6e628118dea5b2186ee6820ab138dbb1e24a13e478490c7db2f326ae" } ,
{ file = "lxml-4.6.3-cp38-cp38-win32.whl" , hash = "sha256:89b8b22a5ff72d89d48d0e62abb14340d9e99fd637d046c27b8b257a01ffbe28" } ,
{ file = "lxml-4.6.3-cp38-cp38-win_amd64.whl" , hash = "sha256:2a9d50e69aac3ebee695424f7dbd7b8c6d6eb7de2a2eb6b0f6c7db6aa41e02b7" } ,
{ file = "lxml-4.6.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:ce256aaa50f6cc9a649c51be3cd4ff142d67295bfc4f490c9134d0f9f6d58ef0" } ,
{ file = "lxml-4.6.3-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:7610b8c31688f0b1be0ef882889817939490a36d0ee880ea562a4e1399c447a1" } ,
{ file = "lxml-4.6.3-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f8380c03e45cf09f8557bdaa41e1fa7c81f3ae22828e1db470ab2a6c96d8bc23" } ,
{ file = "lxml-4.6.3-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:3082c518be8e97324390614dacd041bb1358c882d77108ca1957ba47738d9d59" } ,
{ file = "lxml-4.6.3-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:884ab9b29feaca361f7f88d811b1eea9bfca36cf3da27768d28ad45c3ee6f969" } ,
{ file = "lxml-4.6.3-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:6f12e1427285008fd32a6025e38e977d44d6382cf28e7201ed10d6c1698d2a9a" } ,
{ file = "lxml-4.6.3-cp39-cp39-win32.whl" , hash = "sha256:33bb934a044cf32157c12bfcfbb6649807da20aa92c062ef51903415c704704f" } ,
{ file = "lxml-4.6.3-cp39-cp39-win_amd64.whl" , hash = "sha256:542d454665a3e277f76954418124d67516c5f88e51a900365ed54a9806122b83" } ,
{ file = "lxml-4.6.3.tar.gz" , hash = "sha256:39b78571b3b30645ac77b95f7c69d1bffc4cf8c3b157c435a34da72e78c82468" } ,
]
markupsafe = [
2021-09-08 13:08:58 -04:00
{ file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:36bc903cbb393720fad60fc28c10de6acf10dc6cc883f3e24ee4012371399a38" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2d7d807855b419fc2ed3e631034685db6079889a1f01d5d9dac950f764da3dad" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:add36cb2dbb8b736611303cd3bfcee00afd96471b09cda130da3581cbdc56a6d" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:168cd0a3642de83558a5153c8bd34f175a9a6e7f6dc6384b9655d2697312a646" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-win32.whl" , hash = "sha256:99df47edb6bda1249d3e80fdabb1dab8c08ef3975f69aed437cb69d0a5de1e28" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:e0f138900af21926a02425cf736db95be9f4af72ba1bb21453432a07f6082134" } ,
2021-06-28 16:16:14 -04:00
{ file = "MarkupSafe-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f9081981fe268bd86831e5c75f7de206ef275defcb82bc70740ae6dc507aee51" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:0955295dd5eec6cb6cc2fe1698f4c6d84af2e92de33fbcac4111913cd100a6ff" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:0446679737af14f45767963a1a9ef7620189912317d095f2d9ffa183a4d25d2b" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:f826e31d18b516f653fe296d967d700fddad5901ae07c622bb3705955e1faa94" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:fa130dd50c57d53368c9d59395cb5526eda596d3ffe36666cd81a44d56e48872" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:905fec760bd2fa1388bb5b489ee8ee5f7291d692638ea5f67982d968366bef9f" } ,
2021-09-08 13:08:58 -04:00
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bf5d821ffabf0ef3533c39c518f3357b171a1651c1ff6827325e4489b0e46c3c" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0d4b31cc67ab36e3392bbf3862cfbadac3db12bdd8b02a2731f509ed5b829724" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:baa1a4e8f868845af802979fcdbf0bb11f94f1cb7ced4c4b8a351bb60d108145" } ,
2021-06-28 16:16:14 -04:00
{ file = "MarkupSafe-2.0.1-cp36-cp36m-win32.whl" , hash = "sha256:6c4ca60fa24e85fe25b912b01e62cb969d69a23a5d5867682dd3e80b5b02581d" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b2f4bf27480f5e5e8ce285a8c8fd176c0b03e93dcc6646477d4630e83440c6a9" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0717a7390a68be14b8c793ba258e075c6f4ca819f15edfc2a3a027c823718567" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:6557b31b5e2c9ddf0de32a691f2312a32f77cd7681d8af66c2692efdbef84c18" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:49e3ceeabbfb9d66c3aef5af3a60cc43b85c33df25ce03d0031a608b0a8b2e3f" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:d7f9850398e85aba693bb640262d3611788b1f29a79f0c93c565694658f4071f" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:6a7fae0dd14cf60ad5ff42baa2e95727c3d81ded453457771d02b7d2b3f9c0c2" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:b7f2d075102dc8c794cbde1947378051c4e5180d52d276987b8d28a3bd58c17d" } ,
2021-09-08 13:08:58 -04:00
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e9936f0b261d4df76ad22f8fee3ae83b60d7c3e871292cd42f40b81b70afae85" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:2a7d351cbd8cfeb19ca00de495e224dea7e7d919659c2841bbb7f420ad03e2d6" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:60bf42e36abfaf9aff1f50f52644b336d4f0a3fd6d8a60ca0d054ac9f713a864" } ,
2021-06-28 16:16:14 -04:00
{ file = "MarkupSafe-2.0.1-cp37-cp37m-win32.whl" , hash = "sha256:a30e67a65b53ea0a5e62fe23682cfe22712e01f453b95233b25502f7c61cb415" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:611d1ad9a4288cf3e3c16014564df047fe08410e628f89805e475368bd304914" } ,
2021-09-08 13:08:58 -04:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:5bb28c636d87e840583ee3adeb78172efc47c8b26127267f54a9c0ec251d41a9" } ,
2021-06-28 16:16:14 -04:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:be98f628055368795d818ebf93da628541e10b75b41c559fdf36d104c5787066" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:1d609f577dc6e1aa17d746f8bd3c31aa4d258f4070d61b2aa5c4166c1539de35" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7d91275b0245b1da4d4cfa07e0faedd5b0812efc15b702576d103293e252af1b" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:01a9b8ea66f1658938f65b93a85ebe8bc016e6769611be228d797c9d998dd298" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:47ab1e7b91c098ab893b828deafa1203de86d0bc6ab587b160f78fe6c4011f75" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:97383d78eb34da7e1fa37dd273c20ad4320929af65d156e35a5e2d89566d9dfb" } ,
2021-09-08 13:08:58 -04:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6fcf051089389abe060c9cd7caa212c707e58153afa2c649f00346ce6d260f1b" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:5855f8438a7d1d458206a2466bf82b0f104a3724bf96a1c781ab731e4201731a" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3dd007d54ee88b46be476e293f48c85048603f5f516008bee124ddd891398ed6" } ,
2021-06-28 16:16:14 -04:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-win32.whl" , hash = "sha256:023cb26ec21ece8dc3907c0e8320058b2e0cb3c55cf9564da612bc325bed5e64" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:984d76483eb32f1bcb536dc27e4ad56bba4baa70be32fa87152832cdd9db0833" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:2ef54abee730b502252bcdf31b10dacb0a416229b72c18b19e24a4509f273d26" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3c112550557578c26af18a1ccc9e090bfe03832ae994343cfdacd287db6a6ae7" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:53edb4da6925ad13c07b6d26c2a852bd81e364f95301c66e930ab2aef5b5ddd8" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f5653a225f31e113b152e56f154ccbe59eeb1c7487b39b9d9f9cdb58e6c79dc5" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:4efca8f86c54b22348a5467704e3fec767b2db12fc39c6d963168ab1d3fc9135" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:ab3ef638ace319fa26553db0624c4699e31a28bb2a835c5faca8f8acf6a5a902" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:f8ba0e8349a38d3001fae7eadded3f6606f0da5d748ee53cc1dab1d6527b9509" } ,
2021-09-08 13:08:58 -04:00
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c47adbc92fc1bb2b3274c4b3a43ae0e4573d9fbff4f54cd484555edbf030baf1" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:37205cac2a79194e3750b0af2a5720d95f786a55ce7df90c3af697bfa100eaac" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1f2ade76b9903f39aa442b4aadd2177decb66525062db244b35d71d0ee8599b6" } ,
2021-06-28 16:16:14 -04:00
{ file = "MarkupSafe-2.0.1-cp39-cp39-win32.whl" , hash = "sha256:10f82115e21dc0dfec9ab5c0223652f7197feb168c940f3ef61563fc2d6beb74" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:693ce3f9e70a6cf7d2fb9e6c9d8b204b6b39897a2c4a1aa65728d5ac97dcc1d8" } ,
{ file = "MarkupSafe-2.0.1.tar.gz" , hash = "sha256:594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a" } ,
]
2021-08-24 15:40:54 -05:00
matplotlib = [
{ file = "matplotlib-3.4.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5c988bb43414c7c2b0a31bd5187b4d27fd625c080371b463a6d422047df78913" } ,
{ file = "matplotlib-3.4.3-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:f1c5efc278d996af8a251b2ce0b07bbeccb821f25c8c9846bdcb00ffc7f158aa" } ,
{ file = "matplotlib-3.4.3-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:eeb1859efe7754b1460e1d4991bbd4a60a56f366bc422ef3a9c5ae05f0bc70b5" } ,
{ file = "matplotlib-3.4.3-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:844a7b0233e4ff7fba57e90b8799edaa40b9e31e300b8d5efc350937fa8b1bea" } ,
{ file = "matplotlib-3.4.3-cp37-cp37m-win32.whl" , hash = "sha256:85f0c9cf724715e75243a7b3087cf4a3de056b55e05d4d76cc58d610d62894f3" } ,
{ file = "matplotlib-3.4.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:c70b6311dda3e27672f1bf48851a0de816d1ca6aaf3d49365fbdd8e959b33d2b" } ,
{ file = "matplotlib-3.4.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b884715a59fec9ad3b6048ecf3860f3b2ce965e676ef52593d6fa29abcf7d330" } ,
{ file = "matplotlib-3.4.3-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:a78a3b51f29448c7f4d4575e561f6b0dbb8d01c13c2046ab6c5220eb25c06506" } ,
{ file = "matplotlib-3.4.3-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:6a724e3a48a54b8b6e7c4ae38cd3d07084508fa47c410c8757e9db9791421838" } ,
{ file = "matplotlib-3.4.3-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:48e1e0859b54d5f2e29bb78ca179fd59b971c6ceb29977fb52735bfd280eb0f5" } ,
{ file = "matplotlib-3.4.3-cp38-cp38-win32.whl" , hash = "sha256:01c9de93a2ca0d128c9064f23709362e7fefb34910c7c9e0b8ab0de8258d5eda" } ,
{ file = "matplotlib-3.4.3-cp38-cp38-win_amd64.whl" , hash = "sha256:ebfb01a65c3f5d53a8c2a8133fec2b5221281c053d944ae81ff5822a68266617" } ,
{ file = "matplotlib-3.4.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b8b53f336a4688cfce615887505d7e41fd79b3594bf21dd300531a4f5b4f746a" } ,
{ file = "matplotlib-3.4.3-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:fcd6f1954943c0c192bfbebbac263f839d7055409f1173f80d8b11a224d236da" } ,
{ file = "matplotlib-3.4.3-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:6be8df61b1626e1a142c57e065405e869e9429b4a6dab4a324757d0dc4d42235" } ,
{ file = "matplotlib-3.4.3-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:41b6e307458988891fcdea2d8ecf84a8c92d53f84190aa32da65f9505546e684" } ,
{ file = "matplotlib-3.4.3-cp39-cp39-win32.whl" , hash = "sha256:f72657f1596199dc1e4e7a10f52a4784ead8a711f4e5b59bea95bdb97cf0e4fd" } ,
{ file = "matplotlib-3.4.3-cp39-cp39-win_amd64.whl" , hash = "sha256:f15edcb0629a0801738925fe27070480f446fcaa15de65946ff946ad99a59a40" } ,
{ file = "matplotlib-3.4.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:556965514b259204637c360d213de28d43a1f4aed1eca15596ce83f768c5a56f" } ,
{ file = "matplotlib-3.4.3-pp37-pypy37_pp73-manylinux2010_x86_64.whl" , hash = "sha256:54a026055d5f8614f184e588f6e29064019a0aa8448450214c0b60926d62d919" } ,
{ file = "matplotlib-3.4.3.tar.gz" , hash = "sha256:fc4f526dfdb31c9bd6b8ca06bf9fab663ca12f3ec9cdf4496fb44bc680140318" } ,
]
2021-06-28 16:16:14 -04:00
matplotlib-inline = [
2021-09-14 17:28:59 -04:00
{ file = "matplotlib-inline-0.1.3.tar.gz" , hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee" } ,
{ file = "matplotlib_inline-0.1.3-py3-none-any.whl" , hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c" } ,
2021-06-28 16:16:14 -04:00
]
2021-08-02 12:16:38 -04:00
mccabe = [
{ file = "mccabe-0.6.1-py2.py3-none-any.whl" , hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42" } ,
{ file = "mccabe-0.6.1.tar.gz" , hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" } ,
]
2021-06-28 16:16:14 -04:00
mistune = [
{ file = "mistune-0.8.4-py2.py3-none-any.whl" , hash = "sha256:88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4" } ,
{ file = "mistune-0.8.4.tar.gz" , hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e" } ,
]
2021-07-21 16:10:32 -04:00
munch = [
{ file = "munch-2.5.0-py2.py3-none-any.whl" , hash = "sha256:6f44af89a2ce4ed04ff8de41f70b226b984db10a91dcc7b9ac2efc1c77022fdd" } ,
{ file = "munch-2.5.0.tar.gz" , hash = "sha256:2d735f6f24d4dba3417fa448cae40c6e896ec1fdab6cdb5e6510999758a4dbd2" } ,
]
2021-06-28 16:16:14 -04:00
mypy = [
{ file = "mypy-0.910-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:a155d80ea6cee511a3694b108c4494a39f42de11ee4e61e72bc424c490e46457" } ,
{ file = "mypy-0.910-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:b94e4b785e304a04ea0828759172a15add27088520dc7e49ceade7834275bedb" } ,
{ file = "mypy-0.910-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:088cd9c7904b4ad80bec811053272986611b84221835e079be5bcad029e79dd9" } ,
{ file = "mypy-0.910-cp35-cp35m-win_amd64.whl" , hash = "sha256:adaeee09bfde366d2c13fe6093a7df5df83c9a2ba98638c7d76b010694db760e" } ,
{ file = "mypy-0.910-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:ecd2c3fe726758037234c93df7e98deb257fd15c24c9180dacf1ef829da5f921" } ,
{ file = "mypy-0.910-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:d9dd839eb0dc1bbe866a288ba3c1afc33a202015d2ad83b31e875b5905a079b6" } ,
{ file = "mypy-0.910-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:3e382b29f8e0ccf19a2df2b29a167591245df90c0b5a2542249873b5c1d78212" } ,
{ file = "mypy-0.910-cp36-cp36m-win_amd64.whl" , hash = "sha256:53fd2eb27a8ee2892614370896956af2ff61254c275aaee4c230ae771cadd885" } ,
{ file = "mypy-0.910-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b6fb13123aeef4a3abbcfd7e71773ff3ff1526a7d3dc538f3929a49b42be03f0" } ,
{ file = "mypy-0.910-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e4dab234478e3bd3ce83bac4193b2ecd9cf94e720ddd95ce69840273bf44f6de" } ,
{ file = "mypy-0.910-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:7df1ead20c81371ccd6091fa3e2878559b5c4d4caadaf1a484cf88d93ca06703" } ,
{ file = "mypy-0.910-cp37-cp37m-win_amd64.whl" , hash = "sha256:0aadfb2d3935988ec3815952e44058a3100499f5be5b28c34ac9d79f002a4a9a" } ,
{ file = "mypy-0.910-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ec4e0cd079db280b6bdabdc807047ff3e199f334050db5cbb91ba3e959a67504" } ,
{ file = "mypy-0.910-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:119bed3832d961f3a880787bf621634ba042cb8dc850a7429f643508eeac97b9" } ,
{ file = "mypy-0.910-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:866c41f28cee548475f146aa4d39a51cf3b6a84246969f3759cb3e9c742fc072" } ,
{ file = "mypy-0.910-cp38-cp38-win_amd64.whl" , hash = "sha256:ceb6e0a6e27fb364fb3853389607cf7eb3a126ad335790fa1e14ed02fba50811" } ,
{ file = "mypy-0.910-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:1a85e280d4d217150ce8cb1a6dddffd14e753a4e0c3cf90baabb32cefa41b59e" } ,
{ file = "mypy-0.910-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:42c266ced41b65ed40a282c575705325fa7991af370036d3f134518336636f5b" } ,
{ file = "mypy-0.910-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:3c4b8ca36877fc75339253721f69603a9c7fdb5d4d5a95a1a1b899d8b86a4de2" } ,
{ file = "mypy-0.910-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:c0df2d30ed496a08de5daed2a9ea807d07c21ae0ab23acf541ab88c24b26ab97" } ,
{ file = "mypy-0.910-cp39-cp39-win_amd64.whl" , hash = "sha256:c6c2602dffb74867498f86e6129fd52a2770c48b7cd3ece77ada4fa38f94eba8" } ,
{ file = "mypy-0.910-py3-none-any.whl" , hash = "sha256:ef565033fa5a958e62796867b1df10c40263ea9ded87164d67572834e57a174d" } ,
{ file = "mypy-0.910.tar.gz" , hash = "sha256:704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150" } ,
]
mypy-extensions = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
]
nbclient = [
2021-09-10 14:17:34 -04:00
{ file = "nbclient-0.5.4-py3-none-any.whl" , hash = "sha256:95a300c6fbe73721736cf13972a46d8d666f78794b832866ed7197a504269e11" } ,
{ file = "nbclient-0.5.4.tar.gz" , hash = "sha256:6c8ad36a28edad4562580847f9f1636fe5316a51a323ed85a24a4ad37d4aefce" } ,
2021-06-28 16:16:14 -04:00
]
nbconvert = [
{ file = "nbconvert-6.1.0-py3-none-any.whl" , hash = "sha256:37cd92ff2ae6a268e62075ff8b16129e0be4939c4dfcee53dc77cc8a7e06c684" } ,
{ file = "nbconvert-6.1.0.tar.gz" , hash = "sha256:d22a8ff202644d31db254d24d52c3a96c82156623fcd7c7f987bba2612303ec9" } ,
]
nbformat = [
{ file = "nbformat-5.1.3-py3-none-any.whl" , hash = "sha256:eb8447edd7127d043361bc17f2f5a807626bc8e878c7709a1c647abda28a9171" } ,
{ file = "nbformat-5.1.3.tar.gz" , hash = "sha256:b516788ad70771c6250977c1374fcca6edebe6126fd2adb5a69aa5c2356fd1c8" } ,
]
nest-asyncio = [
{ file = "nest_asyncio-1.5.1-py3-none-any.whl" , hash = "sha256:76d6e972265063fe92a90b9cc4fb82616e07d586b346ed9d2c89a4187acea39c" } ,
{ file = "nest_asyncio-1.5.1.tar.gz" , hash = "sha256:afc5a1c515210a23c461932765691ad39e8eba6551c055ac8d5546e69250d0aa" } ,
]
notebook = [
2021-08-24 15:40:54 -05:00
{ file = "notebook-6.4.3-py3-none-any.whl" , hash = "sha256:b50eafa8208d5db966efd1caa4076b4dfc51815e02a805b32ecd717e9e6cc071" } ,
{ file = "notebook-6.4.3.tar.gz" , hash = "sha256:e6b6dfed36b00cf950f63c0d42e947c101d4258aec21624de62b9e0c11ed5c0d" } ,
2021-06-28 16:16:14 -04:00
]
numpy = [
2021-07-21 16:10:32 -04:00
{ file = "numpy-1.21.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:38e8648f9449a549a7dfe8d8755a5979b45b3538520d1e735637ef28e8c2dc50" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:fd7d7409fa643a91d0a05c7554dd68aa9c9bb16e186f6ccfe40d6e003156e33a" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a75b4498b1e93d8b700282dc8e655b8bd559c0904b3910b144646dbbbc03e062" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1412aa0aec3e00bc23fbb8664d76552b4efde98fb71f60737c83efbac24112f1" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e46ceaff65609b5399163de5893d8f2a82d3c77d5e56d976c8b5fb01faa6b671" } ,
{ file = "numpy-1.21.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:c6a2324085dd52f96498419ba95b5777e40b6bcbc20088fddb9e8cbb58885e8e" } ,
{ file = "numpy-1.21.1-cp37-cp37m-win32.whl" , hash = "sha256:73101b2a1fef16602696d133db402a7e7586654682244344b8329cdcbbb82172" } ,
{ file = "numpy-1.21.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:7a708a79c9a9d26904d1cca8d383bf869edf6f8e7650d85dbc77b041e8c5a0f8" } ,
{ file = "numpy-1.21.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:95b995d0c413f5d0428b3f880e8fe1660ff9396dcd1f9eedbc311f37b5652e16" } ,
{ file = "numpy-1.21.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:635e6bd31c9fb3d475c8f44a089569070d10a9ef18ed13738b03049280281267" } ,
{ file = "numpy-1.21.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:4a3d5fb89bfe21be2ef47c0614b9c9c707b7362386c9a3ff1feae63e0267ccb6" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:8a326af80e86d0e9ce92bcc1e65c8ff88297de4fa14ee936cb2293d414c9ec63" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:791492091744b0fe390a6ce85cc1bf5149968ac7d5f0477288f78c89b385d9af" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0318c465786c1f63ac05d7c4dbcecd4d2d7e13f0959b01b534ea1e92202235c5" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:9a513bd9c1551894ee3d31369f9b07460ef223694098cf27d399513415855b68" } ,
{ file = "numpy-1.21.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:91c6f5fc58df1e0a3cc0c3a717bb3308ff850abdaa6d2d802573ee2b11f674a8" } ,
{ file = "numpy-1.21.1-cp38-cp38-win32.whl" , hash = "sha256:978010b68e17150db8765355d1ccdd450f9fc916824e8c4e35ee620590e234cd" } ,
{ file = "numpy-1.21.1-cp38-cp38-win_amd64.whl" , hash = "sha256:9749a40a5b22333467f02fe11edc98f022133ee1bfa8ab99bda5e5437b831214" } ,
{ file = "numpy-1.21.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:d7a4aeac3b94af92a9373d6e77b37691b86411f9745190d2c351f410ab3a791f" } ,
{ file = "numpy-1.21.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d9e7912a56108aba9b31df688a4c4f5cb0d9d3787386b87d504762b6754fbb1b" } ,
{ file = "numpy-1.21.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:25b40b98ebdd272bc3020935427a4530b7d60dfbe1ab9381a39147834e985eac" } ,
{ file = "numpy-1.21.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:8a92c5aea763d14ba9d6475803fc7904bda7decc2a0a68153f587ad82941fec1" } ,
{ file = "numpy-1.21.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:05a0f648eb28bae4bcb204e6fd14603de2908de982e761a2fc78efe0f19e96e1" } ,
{ file = "numpy-1.21.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f01f28075a92eede918b965e86e8f0ba7b7797a95aa8d35e1cc8821f5fc3ad6a" } ,
{ file = "numpy-1.21.1-cp39-cp39-win32.whl" , hash = "sha256:88c0b89ad1cc24a5efbb99ff9ab5db0f9a86e9cc50240177a571fbe9c2860ac2" } ,
{ file = "numpy-1.21.1-cp39-cp39-win_amd64.whl" , hash = "sha256:01721eefe70544d548425a07c80be8377096a54118070b8a62476866d5208e33" } ,
{ file = "numpy-1.21.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:2d4d1de6e6fb3d28781c73fbde702ac97f03d79e4ffd6598b880b2d95d62ead4" } ,
{ file = "numpy-1.21.1.zip" , hash = "sha256:dff4af63638afcc57a3dfb9e4b26d434a7a602d225b42d746ea7fe2edf1342fd" } ,
2021-06-28 16:16:14 -04:00
]
2021-08-09 10:39:59 -04:00
openpyxl = [
2021-09-14 17:28:59 -04:00
{ file = "openpyxl-3.0.8-py2.py3-none-any.whl" , hash = "sha256:52150a09b660fe444af7abe2592b156c14e324526b1968a57705525547317a7f" } ,
{ file = "openpyxl-3.0.8.tar.gz" , hash = "sha256:4f2770348c029ce9433316ced8f91ed37d2a605e654f8bfdc93a3524561a8ce2" } ,
2021-08-09 10:39:59 -04:00
]
2021-06-28 16:16:14 -04:00
packaging = [
2021-07-12 15:50:44 -04:00
{ file = "packaging-21.0-py3-none-any.whl" , hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14" } ,
{ file = "packaging-21.0.tar.gz" , hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7" } ,
2021-06-28 16:16:14 -04:00
]
pandas = [
2021-09-14 17:28:59 -04:00
{ file = "pandas-1.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:68408a39a54ebadb9014ee5a4fae27b2fe524317bc80adf56c9ac59e8f8ea431" } ,
{ file = "pandas-1.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:86b16b1b920c4cb27fdd65a2c20258bcd9c794be491290660722bb0ea765054d" } ,
{ file = "pandas-1.3.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:37d63e78e87eb3791da7be4100a65da0383670c2b59e493d9e73098d7a879226" } ,
{ file = "pandas-1.3.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:53e2fb11f86f6253bb1df26e3aeab3bf2e000aaa32a953ec394571bec5dc6fd6" } ,
{ file = "pandas-1.3.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7326b37de08d42dd3fff5b7ef7691d0fd0bf2428f4ba5a2bdc3b3247e9a52e4c" } ,
{ file = "pandas-1.3.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ed2f29b4da6f6ae7c68f4b3708d9d9e59fa89b2f9e87c2b64ce055cbd39f729e" } ,
{ file = "pandas-1.3.3-cp37-cp37m-win32.whl" , hash = "sha256:3f5020613c1d8e304840c34aeb171377dc755521bf5e69804991030c2a48aec3" } ,
{ file = "pandas-1.3.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:c399200631db9bd9335d013ec7fce4edb98651035c249d532945c78ad453f23a" } ,
{ file = "pandas-1.3.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:a800df4e101b721e94d04c355e611863cc31887f24c0b019572e26518cbbcab6" } ,
{ file = "pandas-1.3.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3334a5a9eeaca953b9db1b2b165dcdc5180b5011f3bec3a57a3580c9c22eae68" } ,
{ file = "pandas-1.3.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:49fd2889d8116d7acef0709e4c82b8560a8b22b0f77471391d12c27596e90267" } ,
{ file = "pandas-1.3.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7557b39c8e86eb0543a17a002ac1ea0f38911c3c17095bc9350d0a65b32d801c" } ,
{ file = "pandas-1.3.3-cp38-cp38-win32.whl" , hash = "sha256:629138b7cf81a2e55aa29ce7b04c1cece20485271d1f6c469c6a0c03857db6a4" } ,
{ file = "pandas-1.3.3-cp38-cp38-win_amd64.whl" , hash = "sha256:45649503e167d45360aa7c52f18d1591a6d5c70d2f3a26bc90a3297a30ce9a66" } ,
{ file = "pandas-1.3.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:ebbed7312547a924df0cbe133ff1250eeb94cdff3c09a794dc991c5621c8c735" } ,
{ file = "pandas-1.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a9f1b54d7efc9df05320b14a48fb18686f781aa66cc7b47bb62fabfc67a0985c" } ,
{ file = "pandas-1.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e9bc59855598cb57f68fdabd4897d3ed2bc3a3b3bef7b868a0153c4cd03f3207" } ,
{ file = "pandas-1.3.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4def2ef2fb7fcd62f2aa51bacb817ee9029e5c8efe42fe527ba21f6a3ddf1a9f" } ,
{ file = "pandas-1.3.3-cp39-cp39-win32.whl" , hash = "sha256:f7d84f321674c2f0f31887ee6d5755c54ca1ea5e144d6d54b3bbf566dd9ea0cc" } ,
{ file = "pandas-1.3.3-cp39-cp39-win_amd64.whl" , hash = "sha256:e574c2637c9d27f322e911650b36e858c885702c5996eda8a5a60e35e6648cf2" } ,
{ file = "pandas-1.3.3.tar.gz" , hash = "sha256:272c8cb14aa9793eada6b1ebe81994616e647b5892a370c7135efb2924b701df" } ,
2021-06-28 16:16:14 -04:00
]
pandocfilters = [
2021-09-14 17:28:59 -04:00
{ file = "pandocfilters-1.5.0-py2.py3-none-any.whl" , hash = "sha256:33aae3f25fd1a026079f5d27bdd52496f0e0803b3469282162bafdcbdf6ef14f" } ,
{ file = "pandocfilters-1.5.0.tar.gz" , hash = "sha256:0b679503337d233b4339a817bfc8c50064e2eff681314376a47cb582305a7a38" } ,
2021-06-28 16:16:14 -04:00
]
parso = [
{ file = "parso-0.8.2-py2.py3-none-any.whl" , hash = "sha256:a8c4922db71e4fdb90e0d0bc6e50f9b273d3397925e5e60a717e719201778d22" } ,
{ file = "parso-0.8.2.tar.gz" , hash = "sha256:12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398" } ,
]
pathspec = [
2021-07-21 16:10:32 -04:00
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
2021-06-28 16:16:14 -04:00
]
pexpect = [
{ file = "pexpect-4.8.0-py2.py3-none-any.whl" , hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937" } ,
{ file = "pexpect-4.8.0.tar.gz" , hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c" } ,
]
pickleshare = [
{ file = "pickleshare-0.7.5-py2.py3-none-any.whl" , hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56" } ,
{ file = "pickleshare-0.7.5.tar.gz" , hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca" } ,
]
2021-08-24 15:40:54 -05:00
pillow = [
2021-09-08 13:08:58 -04:00
{ file = "Pillow-8.3.2-cp310-cp310-macosx_10_10_universal2.whl" , hash = "sha256:c691b26283c3a31594683217d746f1dad59a7ae1d4cfc24626d7a064a11197d4" } ,
{ file = "Pillow-8.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:f514c2717012859ccb349c97862568fdc0479aad85b0270d6b5a6509dbc142e2" } ,
{ file = "Pillow-8.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:be25cb93442c6d2f8702c599b51184bd3ccd83adebd08886b682173e09ef0c3f" } ,
{ file = "Pillow-8.3.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d675a876b295afa114ca8bf42d7f86b5fb1298e1b6bb9a24405a3f6c8338811c" } ,
{ file = "Pillow-8.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:59697568a0455764a094585b2551fd76bfd6b959c9f92d4bdec9d0e14616303a" } ,
{ file = "Pillow-8.3.2-cp310-cp310-win32.whl" , hash = "sha256:2d5e9dc0bf1b5d9048a94c48d0813b6c96fccfa4ccf276d9c36308840f40c228" } ,
{ file = "Pillow-8.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:11c27e74bab423eb3c9232d97553111cc0be81b74b47165f07ebfdd29d825875" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-macosx_10_10_x86_64.whl" , hash = "sha256:11eb7f98165d56042545c9e6db3ce394ed8b45089a67124298f0473b29cb60b2" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2f23b2d3079522fdf3c09de6517f625f7a964f916c956527bed805ac043799b8" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:19ec4cfe4b961edc249b0e04b5618666c23a83bc35842dea2bfd5dfa0157f81b" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e5a31c07cea5edbaeb4bdba6f2b87db7d3dc0f446f379d907e51cc70ea375629" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:15ccb81a6ffc57ea0137f9f3ac2737ffa1d11f786244d719639df17476d399a7" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:8f284dc1695caf71a74f24993b7c7473d77bc760be45f776a2c2f4e04c170550" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-win32.whl" , hash = "sha256:4abc247b31a98f29e5224f2d31ef15f86a71f79c7f4d2ac345a5d551d6393073" } ,
{ file = "Pillow-8.3.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:a048dad5ed6ad1fad338c02c609b862dfaa921fcd065d747194a6805f91f2196" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-macosx_10_10_x86_64.whl" , hash = "sha256:06d1adaa284696785375fa80a6a8eb309be722cf4ef8949518beb34487a3df71" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bd24054aaf21e70a51e2a2a5ed1183560d3a69e6f9594a4bfe360a46f94eba83" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:27a330bf7014ee034046db43ccbb05c766aa9e70b8d6c5260bfc38d73103b0ba" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:13654b521fb98abdecec105ea3fb5ba863d1548c9b58831dd5105bb3873569f1" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:a1bd983c565f92779be456ece2479840ec39d386007cd4ae83382646293d681b" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:4326ea1e2722f3dc00ed77c36d3b5354b8fb7399fb59230249ea6d59cbed90da" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-win32.whl" , hash = "sha256:085a90a99404b859a4b6c3daa42afde17cb3ad3115e44a75f0d7b4a32f06a6c9" } ,
{ file = "Pillow-8.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:18a07a683805d32826c09acfce44a90bf474e6a66ce482b1c7fcd3757d588df3" } ,
{ file = "Pillow-8.3.2-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:4e59e99fd680e2b8b11bbd463f3c9450ab799305d5f2bafb74fefba6ac058616" } ,
{ file = "Pillow-8.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:4d89a2e9219a526401015153c0e9dd48319ea6ab9fe3b066a20aa9aee23d9fd3" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:56fd98c8294f57636084f4b076b75f86c57b2a63a8410c0cd172bc93695ee979" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2b11c9d310a3522b0fd3c35667914271f570576a0e387701f370eb39d45f08a4" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0412516dcc9de9b0a1e0ae25a280015809de8270f134cc2c1e32c4eeb397cf30" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:bcb04ff12e79b28be6c9988f275e7ab69f01cc2ba319fb3114f87817bb7c74b6" } ,
{ file = "Pillow-8.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:0b9911ec70731711c3b6ebcde26caea620cbdd9dcb73c67b0730c8817f24711b" } ,
{ file = "Pillow-8.3.2-cp38-cp38-win32.whl" , hash = "sha256:ce2e5e04bb86da6187f96d7bab3f93a7877830981b37f0287dd6479e27a10341" } ,
{ file = "Pillow-8.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:35d27687f027ad25a8d0ef45dd5208ef044c588003cdcedf05afb00dbc5c2deb" } ,
{ file = "Pillow-8.3.2-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:04835e68ef12904bc3e1fd002b33eea0779320d4346082bd5b24bec12ad9c3e9" } ,
{ file = "Pillow-8.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:10e00f7336780ca7d3653cf3ac26f068fa11b5a96894ea29a64d3dc4b810d630" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2cde7a4d3687f21cffdf5bb171172070bb95e02af448c4c8b2f223d783214056" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1c3ff00110835bdda2b1e2b07f4a2548a39744bb7de5946dc8e95517c4fb2ca6" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:35d409030bf3bd05fa66fb5fdedc39c521b397f61ad04309c90444e893d05f7d" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:6bff50ba9891be0a004ef48828e012babaaf7da204d81ab9be37480b9020a82b" } ,
{ file = "Pillow-8.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:7dbfbc0020aa1d9bc1b0b8bcf255a7d73f4ad0336f8fd2533fcc54a4ccfb9441" } ,
{ file = "Pillow-8.3.2-cp39-cp39-win32.whl" , hash = "sha256:963ebdc5365d748185fdb06daf2ac758116deecb2277ec5ae98139f93844bc09" } ,
{ file = "Pillow-8.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:cc9d0dec711c914ed500f1d0d3822868760954dce98dfb0b7382a854aee55d19" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:2c661542c6f71dfd9dc82d9d29a8386287e82813b0375b3a02983feac69ef864" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:548794f99ff52a73a156771a0402f5e1c35285bd981046a502d7e4793e8facaa" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8b68f565a4175e12e68ca900af8910e8fe48aaa48fd3ca853494f384e11c8bcd" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:838eb85de6d9307c19c655c726f8d13b8b646f144ca6b3771fa62b711ebf7624" } ,
{ file = "Pillow-8.3.2-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:feb5db446e96bfecfec078b943cc07744cc759893cef045aa8b8b6d6aaa8274e" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:fc0db32f7223b094964e71729c0361f93db43664dd1ec86d3df217853cedda87" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:fd4fd83aa912d7b89b4b4a1580d30e2a4242f3936882a3f433586e5ab97ed0d5" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d0c8ebbfd439c37624db98f3877d9ed12c137cadd99dde2d2eae0dab0bbfc355" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6cb3dd7f23b044b0737317f892d399f9e2f0b3a02b22b2c692851fb8120d82c6" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a66566f8a22561fc1a88dc87606c69b84fa9ce724f99522cf922c801ec68f5c1" } ,
{ file = "Pillow-8.3.2-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:ce651ca46d0202c302a535d3047c55a0131a720cf554a578fc1b8a2aff0e7d96" } ,
{ file = "Pillow-8.3.2.tar.gz" , hash = "sha256:dde3f3ed8d00c72631bc19cbfff8ad3b6215062a5eed402381ad365f82f0c18c" } ,
2021-08-24 15:40:54 -05:00
]
2021-07-29 14:00:20 -04:00
platformdirs = [
2021-09-14 17:28:59 -04:00
{ file = "platformdirs-2.3.0-py3-none-any.whl" , hash = "sha256:8003ac87717ae2c7ee1ea5a84a1a61e87f3fbd16eb5aadba194ea30a9019f648" } ,
{ file = "platformdirs-2.3.0.tar.gz" , hash = "sha256:15b056538719b1c94bdaccb29e5f81879c7f7f0f4a153f46086d155dffcd4f0f" } ,
2021-07-29 14:00:20 -04:00
]
pluggy = [
2021-09-14 17:28:59 -04:00
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
2021-07-29 14:00:20 -04:00
]
2021-06-28 16:16:14 -04:00
prometheus-client = [
{ file = "prometheus_client-0.11.0-py2.py3-none-any.whl" , hash = "sha256:b014bc76815eb1399da8ce5fc84b7717a3e63652b0c0f8804092c9363acab1b2" } ,
{ file = "prometheus_client-0.11.0.tar.gz" , hash = "sha256:3a8baade6cb80bcfe43297e33e7623f3118d660d41387593758e2fb1ea173a86" } ,
]
prompt-toolkit = [
2021-09-14 17:28:59 -04:00
{ file = "prompt_toolkit-3.0.20-py3-none-any.whl" , hash = "sha256:6076e46efae19b1e0ca1ec003ed37a933dc94b4d20f486235d436e64771dcd5c" } ,
{ file = "prompt_toolkit-3.0.20.tar.gz" , hash = "sha256:eb71d5a6b72ce6db177af4a7d4d7085b99756bf656d98ffcc4fecd36850eea6c" } ,
2021-06-28 16:16:14 -04:00
]
ptyprocess = [
{ file = "ptyprocess-0.7.0-py2.py3-none-any.whl" , hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35" } ,
{ file = "ptyprocess-0.7.0.tar.gz" , hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220" } ,
]
py = [
{ file = "py-1.10.0-py2.py3-none-any.whl" , hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a" } ,
{ file = "py-1.10.0.tar.gz" , hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3" } ,
]
2021-08-02 12:16:38 -04:00
pycodestyle = [
{ file = "pycodestyle-2.7.0-py2.py3-none-any.whl" , hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068" } ,
{ file = "pycodestyle-2.7.0.tar.gz" , hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef" } ,
]
2021-06-28 16:16:14 -04:00
pycparser = [
{ file = "pycparser-2.20-py2.py3-none-any.whl" , hash = "sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705" } ,
{ file = "pycparser-2.20.tar.gz" , hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0" } ,
]
2021-08-02 12:16:38 -04:00
pyflakes = [
{ file = "pyflakes-2.3.1-py2.py3-none-any.whl" , hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3" } ,
{ file = "pyflakes-2.3.1.tar.gz" , hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db" } ,
]
2021-06-28 16:16:14 -04:00
pygments = [
2021-09-10 14:17:34 -04:00
{ file = "Pygments-2.10.0-py3-none-any.whl" , hash = "sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380" } ,
{ file = "Pygments-2.10.0.tar.gz" , hash = "sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6" } ,
2021-06-28 16:16:14 -04:00
]
2021-08-02 12:16:38 -04:00
pylint = [
2021-09-14 17:28:59 -04:00
{ file = "pylint-2.10.2-py3-none-any.whl" , hash = "sha256:e178e96b6ba171f8ef51fbce9ca30931e6acbea4a155074d80cc081596c9e852" } ,
{ file = "pylint-2.10.2.tar.gz" , hash = "sha256:6758cce3ddbab60c52b57dcc07f0c5d779e5daf0cf50f6faacbef1d3ea62d2a1" } ,
2021-08-02 12:16:38 -04:00
]
2021-08-10 15:28:50 -04:00
pypandoc = [
2021-09-14 17:28:59 -04:00
{ file = "pypandoc-1.6.4-py3-none-win_amd64.whl" , hash = "sha256:080903342d8cca6d953835c103b0f280a6cb66a6a20102692143a138b046c44f" } ,
{ file = "pypandoc-1.6.4.tar.gz" , hash = "sha256:6ea03c8e92d561b0b47ff91ee9a777c50a8d3a325f3272ea4fefef4bb6562b91" } ,
2021-08-10 15:28:50 -04:00
]
2021-06-28 16:16:14 -04:00
pyparsing = [
{ file = "pyparsing-2.4.7-py2.py3-none-any.whl" , hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b" } ,
{ file = "pyparsing-2.4.7.tar.gz" , hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" } ,
]
2021-07-21 16:10:32 -04:00
pyproj = [
2021-09-14 17:28:59 -04:00
{ file = "pyproj-3.2.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:85b7f67a3606b8a846691effd80c187597ac4e2733ae818f3e3e8be33edcb582" } ,
{ file = "pyproj-3.2.0-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:72e0c4409a0c2f83ba448ecdf6accc9615d3e4069b8cad2a2a37a464225d0582" } ,
{ file = "pyproj-3.2.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:e95ad0255610b719e257150c4f989da51e025dea9a4d686b072c68f99ded538d" } ,
{ file = "pyproj-3.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1563a854eff7b6ed430fb968f8f711d13fc02d587afb1dc93a88e5cda6d36462" } ,
{ file = "pyproj-3.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:64ecfb062697508a1dae9a1422e7a992c27b1e9b848cd09d12668c15d5b13cca" } ,
{ file = "pyproj-3.2.0-cp37-cp37m-manylinux_2_24_x86_64.whl" , hash = "sha256:87a2b36d7847149d1309c850d022da71de9398140a62e1496cfe64cf3e74040a" } ,
{ file = "pyproj-3.2.0-cp37-cp37m-win32.whl" , hash = "sha256:b00e05f374d419be9689c53887149855e277b8fa6196f005b748c2c869ce260f" } ,
{ file = "pyproj-3.2.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:5fb4887893d221a82082e95ac6dbf75cbbc739991fcaa80ba94fc16070321354" } ,
{ file = "pyproj-3.2.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:911d711601d53208eb4dcca95df85661bee13592da6035c7f12ec0e8c7bbfea8" } ,
{ file = "pyproj-3.2.0-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:2e8e51e55bc6305b538c0c6576dbc37a45993b7f3e68699237411fbde9220aab" } ,
{ file = "pyproj-3.2.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:ca0838c2d979db4d71ae131214d336ad206b02b648a51e023e2ce2f5f8c2db11" } ,
{ file = "pyproj-3.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:582efc0cf0bae6ac5a4730280995fad6c20d844b56b70f41f4f04fdb1fdbd5d7" } ,
{ file = "pyproj-3.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0ce7f9caec1496545fed80e56d2e7d8249aaf7c9da77e6092349cac6d6b9d6fb" } ,
{ file = "pyproj-3.2.0-cp38-cp38-manylinux_2_24_x86_64.whl" , hash = "sha256:2cc06ea53f8c6c97ff37a47a614b32adc4c4b667def08b528ea7f6a351fa8628" } ,
{ file = "pyproj-3.2.0-cp38-cp38-win32.whl" , hash = "sha256:9a7007dea9d739a03afcc214c851dd43230db319876dd4bf3787031b67a57b77" } ,
{ file = "pyproj-3.2.0-cp38-cp38-win_amd64.whl" , hash = "sha256:8c0cd49eed818c9a02ea05cb9dc45d7209d1688fc4c9e08a37bc48a9ec72e852" } ,
{ file = "pyproj-3.2.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:ff41af4b3bb33a1cdd0bfc1efe9eb0f0392ae946aeca5323309f66568d073efa" } ,
{ file = "pyproj-3.2.0-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:e3415554fd1905c14632254f087f484e704b39865313aea8fe3e4d13017979c7" } ,
{ file = "pyproj-3.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:413cb8dfd358f3b89cb9756a3380295d34b3ea5059d47f327262e700f1c8baab" } ,
{ file = "pyproj-3.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1a0a55bbc2d903a6dada943ade11360a46d057ca42d305128c113273bae7cb58" } ,
{ file = "pyproj-3.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1e4d5370cb4823f3066c64083985612257f131b354747ea4594dea7cfb319752" } ,
{ file = "pyproj-3.2.0-cp39-cp39-manylinux_2_24_x86_64.whl" , hash = "sha256:5974c1acbeb1d4f34bba111be547191f967ef182f77fc361c34984f8adbe6f66" } ,
{ file = "pyproj-3.2.0-cp39-cp39-win32.whl" , hash = "sha256:89c023b1f7c956343e87bc7165fe67986b5db0b840fd5adf0ca65c0b5dcb5007" } ,
{ file = "pyproj-3.2.0-cp39-cp39-win_amd64.whl" , hash = "sha256:8206748e1ef61151f19dd54378312e272812cb248226fb7909fda5052498f9b4" } ,
{ file = "pyproj-3.2.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:cf52413347479035d361e5f760d1c29876b8941a763bb35e5f1505b3421707ae" } ,
{ file = "pyproj-3.2.0.tar.gz" , hash = "sha256:48df0d5ab085bd2dc6db3bca79e20bf15b08ffca4f4e42df6d87b566633b800c" } ,
2021-07-21 16:10:32 -04:00
]
2021-06-28 16:16:14 -04:00
pyrsistent = [
2021-07-12 15:50:44 -04:00
{ file = "pyrsistent-0.18.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f4c8cabb46ff8e5d61f56a037974228e978f26bfefce4f61a4b1ac0ba7a2ab72" } ,
{ file = "pyrsistent-0.18.0-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:da6e5e818d18459fa46fac0a4a4e543507fe1110e808101277c5a2b5bab0cd2d" } ,
{ file = "pyrsistent-0.18.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:5e4395bbf841693eaebaa5bb5c8f5cdbb1d139e07c975c682ec4e4f8126e03d2" } ,
{ file = "pyrsistent-0.18.0-cp36-cp36m-win32.whl" , hash = "sha256:527be2bfa8dc80f6f8ddd65242ba476a6c4fb4e3aedbf281dfbac1b1ed4165b1" } ,
{ file = "pyrsistent-0.18.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:2aaf19dc8ce517a8653746d98e962ef480ff34b6bc563fc067be6401ffb457c7" } ,
{ file = "pyrsistent-0.18.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:58a70d93fb79dc585b21f9d72487b929a6fe58da0754fa4cb9f279bb92369396" } ,
{ file = "pyrsistent-0.18.0-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:4916c10896721e472ee12c95cdc2891ce5890898d2f9907b1b4ae0f53588b710" } ,
{ file = "pyrsistent-0.18.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:73ff61b1411e3fb0ba144b8f08d6749749775fe89688093e1efef9839d2dcc35" } ,
{ file = "pyrsistent-0.18.0-cp37-cp37m-win32.whl" , hash = "sha256:b29b869cf58412ca5738d23691e96d8aff535e17390128a1a52717c9a109da4f" } ,
{ file = "pyrsistent-0.18.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:097b96f129dd36a8c9e33594e7ebb151b1515eb52cceb08474c10a5479e799f2" } ,
{ file = "pyrsistent-0.18.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:772e94c2c6864f2cd2ffbe58bb3bdefbe2a32afa0acb1a77e472aac831f83427" } ,
{ file = "pyrsistent-0.18.0-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:c1a9ff320fa699337e05edcaae79ef8c2880b52720bc031b219e5b5008ebbdef" } ,
{ file = "pyrsistent-0.18.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:cd3caef37a415fd0dae6148a1b6957a8c5f275a62cca02e18474608cb263640c" } ,
{ file = "pyrsistent-0.18.0-cp38-cp38-win32.whl" , hash = "sha256:e79d94ca58fcafef6395f6352383fa1a76922268fa02caa2272fff501c2fdc78" } ,
{ file = "pyrsistent-0.18.0-cp38-cp38-win_amd64.whl" , hash = "sha256:a0c772d791c38bbc77be659af29bb14c38ced151433592e326361610250c605b" } ,
{ file = "pyrsistent-0.18.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d5ec194c9c573aafaceebf05fc400656722793dac57f254cd4741f3c27ae57b4" } ,
{ file = "pyrsistent-0.18.0-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:6b5eed00e597b5b5773b4ca30bd48a5774ef1e96f2a45d105db5b4ebb4bca680" } ,
{ file = "pyrsistent-0.18.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:48578680353f41dca1ca3dc48629fb77dfc745128b56fc01096b2530c13fd426" } ,
{ file = "pyrsistent-0.18.0-cp39-cp39-win32.whl" , hash = "sha256:f3ef98d7b76da5eb19c37fda834d50262ff9167c65658d1d8f974d2e4d90676b" } ,
{ file = "pyrsistent-0.18.0-cp39-cp39-win_amd64.whl" , hash = "sha256:404e1f1d254d314d55adb8d87f4f465c8693d6f902f67eb6ef5b4526dc58e6ea" } ,
{ file = "pyrsistent-0.18.0.tar.gz" , hash = "sha256:773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b" } ,
2021-06-28 16:16:14 -04:00
]
2021-08-05 15:35:54 -04:00
pytest = [
2021-09-14 17:28:59 -04:00
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
2021-08-05 15:35:54 -04:00
]
2021-09-10 14:17:34 -04:00
pytest-mock = [
{ file = "pytest-mock-3.6.1.tar.gz" , hash = "sha256:40217a058c52a63f1042f0784f62009e976ba824c418cced42e88d5f40ab0e62" } ,
{ file = "pytest_mock-3.6.1-py3-none-any.whl" , hash = "sha256:30c2f2cc9759e76eee674b81ea28c9f0b94f8f0445a1b87762cadf774f0df7e3" } ,
]
2021-06-28 16:16:14 -04:00
python-dateutil = [
2021-07-21 16:10:32 -04:00
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
2021-06-28 16:16:14 -04:00
]
pytz = [
{ file = "pytz-2021.1-py2.py3-none-any.whl" , hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798" } ,
{ file = "pytz-2021.1.tar.gz" , hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da" } ,
]
pywin32 = [
{ file = "pywin32-301-cp35-cp35m-win32.whl" , hash = "sha256:93367c96e3a76dfe5003d8291ae16454ca7d84bb24d721e0b74a07610b7be4a7" } ,
{ file = "pywin32-301-cp35-cp35m-win_amd64.whl" , hash = "sha256:9635df6998a70282bd36e7ac2a5cef9ead1627b0a63b17c731312c7a0daebb72" } ,
{ file = "pywin32-301-cp36-cp36m-win32.whl" , hash = "sha256:c866f04a182a8cb9b7855de065113bbd2e40524f570db73ef1ee99ff0a5cc2f0" } ,
{ file = "pywin32-301-cp36-cp36m-win_amd64.whl" , hash = "sha256:dafa18e95bf2a92f298fe9c582b0e205aca45c55f989937c52c454ce65b93c78" } ,
{ file = "pywin32-301-cp37-cp37m-win32.whl" , hash = "sha256:98f62a3f60aa64894a290fb7494bfa0bfa0a199e9e052e1ac293b2ad3cd2818b" } ,
{ file = "pywin32-301-cp37-cp37m-win_amd64.whl" , hash = "sha256:fb3b4933e0382ba49305cc6cd3fb18525df7fd96aa434de19ce0878133bf8e4a" } ,
{ file = "pywin32-301-cp38-cp38-win32.whl" , hash = "sha256:88981dd3cfb07432625b180f49bf4e179fb8cbb5704cd512e38dd63636af7a17" } ,
{ file = "pywin32-301-cp38-cp38-win_amd64.whl" , hash = "sha256:8c9d33968aa7fcddf44e47750e18f3d034c3e443a707688a008a2e52bbef7e96" } ,
{ file = "pywin32-301-cp39-cp39-win32.whl" , hash = "sha256:595d397df65f1b2e0beaca63a883ae6d8b6df1cdea85c16ae85f6d2e648133fe" } ,
{ file = "pywin32-301-cp39-cp39-win_amd64.whl" , hash = "sha256:87604a4087434cd814ad8973bd47d6524bd1fa9e971ce428e76b62a5e0860fdf" } ,
]
pywinpty = [
2021-09-14 17:28:59 -04:00
{ file = "pywinpty-1.1.4-cp36-none-win_amd64.whl" , hash = "sha256:fb975976ad92be44801de95fdf2b0366747767cb0528478553aff85dd63ebb09" } ,
{ file = "pywinpty-1.1.4-cp37-none-win_amd64.whl" , hash = "sha256:5d25b30a2f87105778bc2f57cb1271f58aaa25568921ef042faf001b3b0a7307" } ,
{ file = "pywinpty-1.1.4-cp38-none-win_amd64.whl" , hash = "sha256:c5c3550100689632f6663f39865ef8716835dab1838a9eb9b472644af92673f8" } ,
{ file = "pywinpty-1.1.4-cp39-none-win_amd64.whl" , hash = "sha256:ad60a336d92ac38e2159320db6d5999c4c2726a141c3ed3f9694021feb6a234e" } ,
{ file = "pywinpty-1.1.4.tar.gz" , hash = "sha256:cc700c9d5a9fcebf677ac93a4943ca9a24db6e2f11a5f0e7e8e226184c5036f7" } ,
2021-06-28 16:16:14 -04:00
]
pyyaml = [
{ file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win32.whl" , hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8" } ,
{ file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:72a01f726a9c7851ca9bfad6fd09ca4e090a023c00945ea05ba1638c09dc3347" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_s390x.whl" , hash = "sha256:895f61ef02e8fed38159bb70f7e100e00f471eae2bc838cd0f4ebb21e28f8541" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win32.whl" , hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:cb333c16912324fd5f769fff6bc5de372e9e7a202247b48870bc251ed40239aa" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_s390x.whl" , hash = "sha256:fe69978f3f768926cfa37b867e3843918e012cf83f680806599ddce33c2c68b0" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win32.whl" , hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:fd7f6999a8070df521b6384004ef42833b9bd62cfee11a09bda1079b4b704247" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_s390x.whl" , hash = "sha256:bfb51918d4ff3d77c1c856a9699f8492c612cde32fd3bcd344af9be34999bfdc" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win32.whl" , hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl" , hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:d483ad4e639292c90170eb6f7783ad19490e7a8defb3e46f97dfe4bacae89122" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_s390x.whl" , hash = "sha256:fdc842473cd33f45ff6bce46aea678a54e3d21f1b61a7750ce3c498eedfe25d6" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win32.whl" , hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl" , hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db" } ,
{ file = "PyYAML-5.4.1.tar.gz" , hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" } ,
]
pyzmq = [
2021-09-14 17:28:59 -04:00
{ file = "pyzmq-22.2.1-cp310-cp310-macosx_10_15_universal2.whl" , hash = "sha256:d60a407663b7c2af781ab7f49d94a3d379dd148bb69ea8d9dd5bc69adf18097c" } ,
{ file = "pyzmq-22.2.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:631f932fb1fa4b76f31adf976f8056519bc6208a3c24c184581c3dd5be15066e" } ,
{ file = "pyzmq-22.2.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0471d634c7fe48ff7d3849798da6c16afc71676dd890b5ae08eb1efe735c6fec" } ,
{ file = "pyzmq-22.2.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f520e9fee5d7a2e09b051d924f85b977c6b4e224e56c0551c3c241bbeeb0ad8d" } ,
{ file = "pyzmq-22.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c1b6619ceb33a8907f1cb82ff8afc8a133e7a5f16df29528e919734718600426" } ,
{ file = "pyzmq-22.2.1-cp310-cp310-win32.whl" , hash = "sha256:31c5dfb6df5148789835128768c01bf6402eb753d06f524f12f6786caf96fb44" } ,
{ file = "pyzmq-22.2.1-cp310-cp310-win_amd64.whl" , hash = "sha256:4842a8263cbaba6fce401bbe4e2b125321c401a01714e42624dabc554bfc2629" } ,
2021-08-10 15:28:50 -04:00
{ file = "pyzmq-22.2.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:b921758f8b5098faa85f341bbdd5e36d5339de5e9032ca2b07d8c8e7bec5069b" } ,
{ file = "pyzmq-22.2.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:240b83b3a8175b2f616f80092cbb019fcd5c18598f78ffc6aa0ae9034b300f14" } ,
{ file = "pyzmq-22.2.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:da7f7f3bb08bcf59a6b60b4e53dd8f08bb00c9e61045319d825a906dbb3c8fb7" } ,
{ file = "pyzmq-22.2.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:e66025b64c4724ba683d6d4a4e5ee23de12fe9ae683908f0c7f0f91b4a2fd94e" } ,
{ file = "pyzmq-22.2.1-cp36-cp36m-win32.whl" , hash = "sha256:50d007d5702171bc810c1e74498fa2c7bc5b50f9750697f7fd2a3e71a25aad91" } ,
{ file = "pyzmq-22.2.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b4a51c7d906dc263a0cc5590761e53e0a68f2c2fefe549cbef21c9ee5d2d98a4" } ,
{ file = "pyzmq-22.2.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:93705cb90baa9d6f75e8448861a1efd3329006f79095ab18846bd1eaa342f7c3" } ,
{ file = "pyzmq-22.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:620b0abb813958cb3ecb5144c177e26cde92fee6f43c4b9de6b329515532bf27" } ,
{ file = "pyzmq-22.2.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:2dd3896b3c952cf6c8013deda53c1df16bf962f355b5503d23521e0f6403ae3d" } ,
{ file = "pyzmq-22.2.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:6e9c030222893afa86881d7485d3e841969760a16004bd23e9a83cca28b42778" } ,
{ file = "pyzmq-22.2.1-cp37-cp37m-win32.whl" , hash = "sha256:262f470e7acde18b7217aac78d19d2e29ced91a5afbeb7d98521ebf26461aa7e" } ,
{ file = "pyzmq-22.2.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:246f27b88722cfa729bb04881e94484e40b085720d728c1b05133b3f331b0b7b" } ,
{ file = "pyzmq-22.2.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0d17bac19e934e9f547a8811b7c2a32651a7840f38086b924e2e3dcb2fae5c3a" } ,
{ file = "pyzmq-22.2.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:5933d1f4087de6e52906f72d92e1e4dcc630d371860b92c55d7f7a4b815a664c" } ,
{ file = "pyzmq-22.2.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:ac4497e4b7d134ee53ce5532d9cc3b640d6e71806a55062984e0c99a2f88f465" } ,
{ file = "pyzmq-22.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:66375a6094af72a6098ed4403b15b4db6bf00013c6febc1baa832e7abda827f4" } ,
{ file = "pyzmq-22.2.1-cp38-cp38-win32.whl" , hash = "sha256:b2c16d20bd0aef8e57bc9505fdd80ea0d6008020c3740accd96acf1b3d1b5347" } ,
{ file = "pyzmq-22.2.1-cp38-cp38-win_amd64.whl" , hash = "sha256:ff345d48940c834168f81fa1d4724675099f148f1ab6369748c4d712ed71bf7c" } ,
{ file = "pyzmq-22.2.1-cp39-cp39-macosx_10_15_universal2.whl" , hash = "sha256:f5c84c5de9a773bbf8b22c51e28380999ea72e5e85b4db8edf5e69a7a0d4d9f9" } ,
{ file = "pyzmq-22.2.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:2534a036b777f957bd6b89b55fb2136775ca2659fb0f1c85036ba78d17d86fd5" } ,
{ file = "pyzmq-22.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a649065413ba4eab92a783a7caa4de8ce14cf46ba8a2a09951426143f1298adb" } ,
{ file = "pyzmq-22.2.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:c9cb0bd3a3cb7ccad3caa1d7b0d18ba71ed3a4a3610028e506a4084371d4d223" } ,
{ file = "pyzmq-22.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b4428302c389fffc0c9c07a78cad5376636b9d096f332acfe66b321ae9ff2c63" } ,
{ file = "pyzmq-22.2.1-cp39-cp39-win32.whl" , hash = "sha256:6a5b4566f66d953601d0d47d4071897f550a265bafd52ebcad5ac7aad3838cbb" } ,
{ file = "pyzmq-22.2.1-cp39-cp39-win_amd64.whl" , hash = "sha256:89200ab6ef9081c72a04ed84c52a50b60dcb0655375aeedb40689bc7c934715e" } ,
{ file = "pyzmq-22.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:ed67df4eaa99a20d162d76655bda23160abdf8abf82a17f41dfd3962e608dbcc" } ,
{ file = "pyzmq-22.2.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:021e22a8c58ab294bd4b96448a2ca4e716e1d76600192ff84c33d71edb1fbd37" } ,
{ file = "pyzmq-22.2.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:200ac096cee5499964c90687306a7244b79ef891f773ed4cf15019fd1f3df330" } ,
{ file = "pyzmq-22.2.1-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:b3f57bee62e36be5c97712de32237c5589caee0d1154c2ad01a888accfae20bc" } ,
{ file = "pyzmq-22.2.1.tar.gz" , hash = "sha256:6d18c76676771fd891ca8e0e68da0bbfb88e30129835c0ade748016adb3b6242" } ,
2021-06-28 16:16:14 -04:00
]
qtconsole = [
2021-07-12 15:50:44 -04:00
{ file = "qtconsole-5.1.1-py3-none-any.whl" , hash = "sha256:73994105b0369bb99f4164df4a131010f3c7b33a7b5169c37366358d8744675b" } ,
{ file = "qtconsole-5.1.1.tar.gz" , hash = "sha256:bbc34bca14f65535afcb401bc74b752bac955e5313001ba640383f7e5857dc49" } ,
2021-06-28 16:16:14 -04:00
]
qtpy = [
2021-09-14 17:28:59 -04:00
{ file = "QtPy-1.11.1-py2.py3-none-any.whl" , hash = "sha256:78f48d7cee7848f92c49ab998f63ca932fddee4b1f89707d6b73eeb0a7110324" } ,
{ file = "QtPy-1.11.1.tar.gz" , hash = "sha256:d471fcb9cf96315b564ad3b42ca830d0286d1049d6a44c578d3dc3836381bb91" } ,
2021-06-28 16:16:14 -04:00
]
regex = [
2021-09-14 17:28:59 -04:00
{ file = "regex-2021.8.28-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:9d05ad5367c90814099000442b2125535e9d77581855b9bee8780f1b41f2b1a2" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f3bf1bc02bc421047bfec3343729c4bbbea42605bcfd6d6bfe2c07ade8b12d2a" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5f6a808044faae658f546dd5f525e921de9fa409de7a5570865467f03a626fc0" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a617593aeacc7a691cc4af4a4410031654f2909053bd8c8e7db837f179a630eb" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:79aef6b5cd41feff359acaf98e040844613ff5298d0d19c455b3d9ae0bc8c35a" } ,
{ file = "regex-2021.8.28-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0fc1f8f06977c2d4f5e3d3f0d4a08089be783973fc6b6e278bde01f0544ff308" } ,
{ file = "regex-2021.8.28-cp310-cp310-win32.whl" , hash = "sha256:6eebf512aa90751d5ef6a7c2ac9d60113f32e86e5687326a50d7686e309f66ed" } ,
{ file = "regex-2021.8.28-cp310-cp310-win_amd64.whl" , hash = "sha256:ac88856a8cbccfc14f1b2d0b829af354cc1743cb375e7f04251ae73b2af6adf8" } ,
{ file = "regex-2021.8.28-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:c206587c83e795d417ed3adc8453a791f6d36b67c81416676cad053b4104152c" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e8690ed94481f219a7a967c118abaf71ccc440f69acd583cab721b90eeedb77c" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:328a1fad67445550b982caa2a2a850da5989fd6595e858f02d04636e7f8b0b13" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c7cb4c512d2d3b0870e00fbbac2f291d4b4bf2634d59a31176a87afe2777c6f0" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:66256b6391c057305e5ae9209941ef63c33a476b73772ca967d4a2df70520ec1" } ,
{ file = "regex-2021.8.28-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8e44769068d33e0ea6ccdf4b84d80c5afffe5207aa4d1881a629cf0ef3ec398f" } ,
{ file = "regex-2021.8.28-cp36-cp36m-win32.whl" , hash = "sha256:08d74bfaa4c7731b8dac0a992c63673a2782758f7cfad34cf9c1b9184f911354" } ,
{ file = "regex-2021.8.28-cp36-cp36m-win_amd64.whl" , hash = "sha256:abb48494d88e8a82601af905143e0de838c776c1241d92021e9256d5515b3645" } ,
{ file = "regex-2021.8.28-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b4c220a1fe0d2c622493b0a1fd48f8f991998fb447d3cd368033a4b86cf1127a" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4a332404baa6665b54e5d283b4262f41f2103c255897084ec8f5487ce7b9e8e" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c61dcc1cf9fd165127a2853e2c31eb4fb961a4f26b394ac9fe5669c7a6592892" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:ee329d0387b5b41a5dddbb6243a21cb7896587a651bebb957e2d2bb8b63c0791" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f60667673ff9c249709160529ab39667d1ae9fd38634e006bec95611f632e759" } ,
{ file = "regex-2021.8.28-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:b844fb09bd9936ed158ff9df0ab601e2045b316b17aa8b931857365ea8586906" } ,
{ file = "regex-2021.8.28-cp37-cp37m-win32.whl" , hash = "sha256:4cde065ab33bcaab774d84096fae266d9301d1a2f5519d7bd58fc55274afbf7a" } ,
{ file = "regex-2021.8.28-cp37-cp37m-win_amd64.whl" , hash = "sha256:1413b5022ed6ac0d504ba425ef02549a57d0f4276de58e3ab7e82437892704fc" } ,
{ file = "regex-2021.8.28-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ed4b50355b066796dacdd1cf538f2ce57275d001838f9b132fab80b75e8c84dd" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:28fc475f560d8f67cc8767b94db4c9440210f6958495aeae70fac8faec631797" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bdc178caebd0f338d57ae445ef8e9b737ddf8fbc3ea187603f65aec5b041248f" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:999ad08220467b6ad4bd3dd34e65329dd5d0df9b31e47106105e407954965256" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:808ee5834e06f57978da3e003ad9d6292de69d2bf6263662a1a8ae30788e080b" } ,
{ file = "regex-2021.8.28-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d5111d4c843d80202e62b4fdbb4920db1dcee4f9366d6b03294f45ed7b18b42e" } ,
{ file = "regex-2021.8.28-cp38-cp38-win32.whl" , hash = "sha256:473858730ef6d6ff7f7d5f19452184cd0caa062a20047f6d6f3e135a4648865d" } ,
{ file = "regex-2021.8.28-cp38-cp38-win_amd64.whl" , hash = "sha256:31a99a4796bf5aefc8351e98507b09e1b09115574f7c9dbb9cf2111f7220d2e2" } ,
{ file = "regex-2021.8.28-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:04f6b9749e335bb0d2f68c707f23bb1773c3fb6ecd10edf0f04df12a8920d468" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9b006628fe43aa69259ec04ca258d88ed19b64791693df59c422b607b6ece8bb" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:121f4b3185feaade3f85f70294aef3f777199e9b5c0c0245c774ae884b110a2d" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a577a21de2ef8059b58f79ff76a4da81c45a75fe0bfb09bc8b7bb4293fa18983" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1743345e30917e8c574f273f51679c294effba6ad372db1967852f12c76759d8" } ,
{ file = "regex-2021.8.28-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e1e8406b895aba6caa63d9fd1b6b1700d7e4825f78ccb1e5260551d168db38ed" } ,
{ file = "regex-2021.8.28-cp39-cp39-win32.whl" , hash = "sha256:ed283ab3a01d8b53de3a05bfdf4473ae24e43caee7dcb5584e86f3f3e5ab4374" } ,
{ file = "regex-2021.8.28-cp39-cp39-win_amd64.whl" , hash = "sha256:610b690b406653c84b7cb6091facb3033500ee81089867ee7d59e675f9ca2b73" } ,
{ file = "regex-2021.8.28.tar.gz" , hash = "sha256:f585cbbeecb35f35609edccb95efd95a3e35824cd7752b586503f7e6087303f1" } ,
2021-06-28 16:16:14 -04:00
]
requests = [
2021-07-21 16:10:32 -04:00
{ file = "requests-2.26.0-py2.py3-none-any.whl" , hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24" } ,
{ file = "requests-2.26.0.tar.gz" , hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" } ,
2021-06-28 16:16:14 -04:00
]
2021-08-02 12:16:38 -04:00
safety = [
{ file = "safety-1.10.3-py2.py3-none-any.whl" , hash = "sha256:5f802ad5df5614f9622d8d71fedec2757099705c2356f862847c58c6dfe13e84" } ,
{ file = "safety-1.10.3.tar.gz" , hash = "sha256:30e394d02a20ac49b7f65292d19d38fa927a8f9582cdfd3ad1adbbc66c641ad5" } ,
]
semantic-version = [
{ file = "semantic_version-2.8.5-py2.py3-none-any.whl" , hash = "sha256:45e4b32ee9d6d70ba5f440ec8cc5221074c7f4b0e8918bdab748cc37912440a9" } ,
{ file = "semantic_version-2.8.5.tar.gz" , hash = "sha256:d2cb2de0558762934679b9a104e82eca7af448c9f4974d1f3eeccff651df8a54" } ,
]
2021-06-28 16:16:14 -04:00
send2trash = [
2021-08-10 15:28:50 -04:00
{ file = "Send2Trash-1.8.0-py3-none-any.whl" , hash = "sha256:f20eaadfdb517eaca5ce077640cb261c7d2698385a6a0f072a4a5447fd49fa08" } ,
{ file = "Send2Trash-1.8.0.tar.gz" , hash = "sha256:d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d" } ,
2021-06-28 16:16:14 -04:00
]
2021-07-21 16:10:32 -04:00
shapely = [
{ file = "Shapely-1.7.1-1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:46da0ea527da9cf9503e66c18bab6981c5556859e518fe71578b47126e54ca93" } ,
{ file = "Shapely-1.7.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:4c10f317e379cc404f8fc510cd9982d5d3e7ba13a9cfd39aa251d894c6366798" } ,
{ file = "Shapely-1.7.1-cp35-cp35m-macosx_10_6_intel.whl" , hash = "sha256:17df66e87d0fe0193910aeaa938c99f0b04f67b430edb8adae01e7be557b141b" } ,
{ file = "Shapely-1.7.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:da38ed3d65b8091447dc3717e5218cc336d20303b77b0634b261bc5c1aa2bae8" } ,
{ file = "Shapely-1.7.1-cp35-cp35m-win32.whl" , hash = "sha256:8e7659dd994792a0aad8fb80439f59055a21163e236faf2f9823beb63a380e19" } ,
{ file = "Shapely-1.7.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:791477edb422692e7dc351c5ed6530eb0e949a31b45569946619a0d9cd5f53cb" } ,
{ file = "Shapely-1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:e3afccf0437edc108eef1e2bb9cc4c7073e7705924eb4cd0bf7715cd1ef0ce1b" } ,
{ file = "Shapely-1.7.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:8f15b6ce67dcc05b61f19c689b60f3fe58550ba994290ff8332f711f5aaa9840" } ,
{ file = "Shapely-1.7.1-cp36-cp36m-win32.whl" , hash = "sha256:60e5b2282619249dbe8dc5266d781cc7d7fb1b27fa49f8241f2167672ad26719" } ,
{ file = "Shapely-1.7.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:de618e67b64a51a0768d26a9963ecd7d338a2cf6e9e7582d2385f88ad005b3d1" } ,
{ file = "Shapely-1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:182716ffb500d114b5d1b75d7fd9d14b7d3414cef3c38c0490534cc9ce20981a" } ,
{ file = "Shapely-1.7.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:4f3c59f6dbf86a9fc293546de492f5e07344e045f9333f3a753f2dda903c45d1" } ,
{ file = "Shapely-1.7.1-cp37-cp37m-win32.whl" , hash = "sha256:6871acba8fbe744efa4f9f34e726d070bfbf9bffb356a8f6d64557846324232b" } ,
{ file = "Shapely-1.7.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:35be1c5d869966569d3dfd4ec31832d7c780e9df760e1fe52131105685941891" } ,
{ file = "Shapely-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:052eb5b9ba756808a7825e8a8020fb146ec489dd5c919e7d139014775411e688" } ,
{ file = "Shapely-1.7.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:90a3e2ae0d6d7d50ff2370ba168fbd416a53e7d8448410758c5d6a5920646c1d" } ,
{ file = "Shapely-1.7.1-cp38-cp38-win32.whl" , hash = "sha256:a3774516c8a83abfd1ddffb8b6ec1b0935d7fe6ea0ff5c31a18bfdae567b4eba" } ,
{ file = "Shapely-1.7.1-cp38-cp38-win_amd64.whl" , hash = "sha256:6593026cd3f5daaea12bcc51ae5c979318070fefee210e7990cb8ac2364e79a1" } ,
{ file = "Shapely-1.7.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:617bf046a6861d7c6b44d2d9cb9e2311548638e684c2cd071d8945f24a926263" } ,
{ file = "Shapely-1.7.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:b40cc7bb089ae4aa9ddba1db900b4cd1bce3925d2a4b5837b639e49de054784f" } ,
{ file = "Shapely-1.7.1-cp39-cp39-win32.whl" , hash = "sha256:2df5260d0f2983309776cb41bfa85c464ec07018d88c0ecfca23d40bfadae2f1" } ,
{ file = "Shapely-1.7.1-cp39-cp39-win_amd64.whl" , hash = "sha256:a5c3a50d823c192f32615a2a6920e8c046b09e07a58eba220407335a9cd2e8ea" } ,
{ file = "Shapely-1.7.1.tar.gz" , hash = "sha256:1641724c1055459a7e2b8bbe47ba25bdc89554582e62aec23cb3f3ca25f9b129" } ,
]
2021-06-28 16:16:14 -04:00
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
terminado = [
2021-09-14 17:28:59 -04:00
{ file = "terminado-0.12.1-py3-none-any.whl" , hash = "sha256:09fdde344324a1c9c6e610ee4ca165c4bb7f5bbf982fceeeb38998a988ef8452" } ,
{ file = "terminado-0.12.1.tar.gz" , hash = "sha256:b20fd93cc57c1678c799799d117874367cc07a3d2d55be95205b1a88fa08393f" } ,
2021-06-28 16:16:14 -04:00
]
testpath = [
{ file = "testpath-0.5.0-py3-none-any.whl" , hash = "sha256:8044f9a0bab6567fc644a3593164e872543bb44225b0e24846e2c89237937589" } ,
{ file = "testpath-0.5.0.tar.gz" , hash = "sha256:1acf7a0bcd3004ae8357409fc33751e16d37ccc650921da1094a86581ad1e417" } ,
]
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
2021-07-21 16:10:32 -04:00
tomli = [
2021-08-10 15:28:50 -04:00
{ file = "tomli-1.2.1-py3-none-any.whl" , hash = "sha256:8dd0e9524d6f386271a36b41dbf6c57d8e32fd96fd22b6584679dc569d20899f" } ,
{ file = "tomli-1.2.1.tar.gz" , hash = "sha256:a5b75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442" } ,
2021-07-21 16:10:32 -04:00
]
2021-06-28 16:16:14 -04:00
tornado = [
{ file = "tornado-6.1-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:d371e811d6b156d82aa5f9a4e08b58debf97c302a35714f6f45e35139c332e32" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:0d321a39c36e5f2c4ff12b4ed58d41390460f798422c4504e09eb5678e09998c" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9de9e5188a782be6b1ce866e8a51bc76a0fbaa0e16613823fc38e4fc2556ad05" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:61b32d06ae8a036a6607805e6720ef00a3c98207038444ba7fd3d169cd998910" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:3e63498f680547ed24d2c71e6497f24bca791aca2fe116dbc2bd0ac7f191691b" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:6c77c9937962577a6a76917845d06af6ab9197702a42e1346d8ae2e76b5e3675" } ,
{ file = "tornado-6.1-cp35-cp35m-win32.whl" , hash = "sha256:6286efab1ed6e74b7028327365cf7346b1d777d63ab30e21a0f4d5b275fc17d5" } ,
{ file = "tornado-6.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:fa2ba70284fa42c2a5ecb35e322e68823288a4251f9ba9cc77be04ae15eada68" } ,
{ file = "tornado-6.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:0a00ff4561e2929a2c37ce706cb8233b7907e0cdc22eab98888aca5dd3775feb" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:748290bf9112b581c525e6e6d3820621ff020ed95af6f17fedef416b27ed564c" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:e385b637ac3acaae8022e7e47dfa7b83d3620e432e3ecb9a3f7f58f150e50921" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:25ad220258349a12ae87ede08a7b04aca51237721f63b1808d39bdb4b2164558" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:65d98939f1a2e74b58839f8c4dab3b6b3c1ce84972ae712be02845e65391ac7c" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:e519d64089b0876c7b467274468709dadf11e41d65f63bba207e04217f47c085" } ,
{ file = "tornado-6.1-cp36-cp36m-win32.whl" , hash = "sha256:b87936fd2c317b6ee08a5741ea06b9d11a6074ef4cc42e031bc6403f82a32575" } ,
{ file = "tornado-6.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:cc0ee35043162abbf717b7df924597ade8e5395e7b66d18270116f8745ceb795" } ,
{ file = "tornado-6.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:7250a3fa399f08ec9cb3f7b1b987955d17e044f1ade821b32e5f435130250d7f" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:ed3ad863b1b40cd1d4bd21e7498329ccaece75db5a5bf58cd3c9f130843e7102" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:dcef026f608f678c118779cd6591c8af6e9b4155c44e0d1bc0c87c036fb8c8c4" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:70dec29e8ac485dbf57481baee40781c63e381bebea080991893cd297742b8fd" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:d3f7594930c423fd9f5d1a76bee85a2c36fd8b4b16921cae7e965f22575e9c01" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:3447475585bae2e77ecb832fc0300c3695516a47d46cefa0528181a34c5b9d3d" } ,
{ file = "tornado-6.1-cp37-cp37m-win32.whl" , hash = "sha256:e7229e60ac41a1202444497ddde70a48d33909e484f96eb0da9baf8dc68541df" } ,
{ file = "tornado-6.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:cb5ec8eead331e3bb4ce8066cf06d2dfef1bfb1b2a73082dfe8a161301b76e37" } ,
{ file = "tornado-6.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:20241b3cb4f425e971cb0a8e4ffc9b0a861530ae3c52f2b0434e6c1b57e9fd95" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:c77da1263aa361938476f04c4b6c8916001b90b2c2fdd92d8d535e1af48fba5a" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:fba85b6cd9c39be262fcd23865652920832b61583de2a2ca907dbd8e8a8c81e5" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:1e8225a1070cd8eec59a996c43229fe8f95689cb16e552d130b9793cb570a288" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:d14d30e7f46a0476efb0deb5b61343b1526f73ebb5ed84f23dc794bdb88f9d9f" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:8f959b26f2634a091bb42241c3ed8d3cedb506e7c27b8dd5c7b9f745318ddbb6" } ,
{ file = "tornado-6.1-cp38-cp38-win32.whl" , hash = "sha256:34ca2dac9e4d7afb0bed4677512e36a52f09caa6fded70b4e3e1c89dbd92c326" } ,
{ file = "tornado-6.1-cp38-cp38-win_amd64.whl" , hash = "sha256:6196a5c39286cc37c024cd78834fb9345e464525d8991c21e908cc046d1cc02c" } ,
{ file = "tornado-6.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f0ba29bafd8e7e22920567ce0d232c26d4d47c8b5cf4ed7b562b5db39fa199c5" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:33892118b165401f291070100d6d09359ca74addda679b60390b09f8ef325ffe" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:7da13da6f985aab7f6f28debab00c67ff9cbacd588e8477034c0652ac141feea" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:e0791ac58d91ac58f694d8d2957884df8e4e2f6687cdf367ef7eb7497f79eaa2" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:66324e4e1beede9ac79e60f88de548da58b1f8ab4b2f1354d8375774f997e6c0" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:a48900ecea1cbb71b8c71c620dee15b62f85f7c14189bdeee54966fbd9a0c5bd" } ,
{ file = "tornado-6.1-cp39-cp39-win32.whl" , hash = "sha256:d3d20ea5782ba63ed13bc2b8c291a053c8d807a8fa927d941bd718468f7b950c" } ,
{ file = "tornado-6.1-cp39-cp39-win_amd64.whl" , hash = "sha256:548430be2740e327b3fe0201abe471f314741efcb0067ec4f2d7dcfb4825f3e4" } ,
{ file = "tornado-6.1.tar.gz" , hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791" } ,
]
2021-07-29 14:00:20 -04:00
tox = [
2021-09-14 17:28:59 -04:00
{ file = "tox-3.24.3-py2.py3-none-any.whl" , hash = "sha256:9fbf8e2ab758b2a5e7cb2c72945e4728089934853076f67ef18d7575c8ab6b88" } ,
{ file = "tox-3.24.3.tar.gz" , hash = "sha256:c6c4e77705ada004283610fd6d9ba4f77bc85d235447f875df9f0ba1bc23b634" } ,
2021-07-29 14:00:20 -04:00
]
2021-08-10 15:28:50 -04:00
tqdm = [
{ file = "tqdm-4.62.0-py2.py3-none-any.whl" , hash = "sha256:706dea48ee05ba16e936ee91cb3791cd2ea6da348a0e50b46863ff4363ff4340" } ,
{ file = "tqdm-4.62.0.tar.gz" , hash = "sha256:3642d483b558eec80d3c831e23953582c34d7e4540db86d9e5ed9dad238dabc6" } ,
]
2021-06-28 16:16:14 -04:00
traitlets = [
2021-09-14 17:28:59 -04:00
{ file = "traitlets-5.1.0-py3-none-any.whl" , hash = "sha256:03f172516916220b58c9f19d7f854734136dd9528103d04e9bf139a92c9f54c4" } ,
{ file = "traitlets-5.1.0.tar.gz" , hash = "sha256:bd382d7ea181fbbcce157c133db9a829ce06edffe097bcf3ab945b435452b46d" } ,
2021-06-28 16:16:14 -04:00
]
2021-07-12 15:50:44 -04:00
typed-ast = [
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:c907f561b1e83e93fad565bac5ba9c22d96a54e7ea0267c708bffe863cbe4075" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:1b3ead4a96c9101bef08f9f7d1217c096f31667617b58de957f690c92378b528" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-win32.whl" , hash = "sha256:dde816ca9dac1d9c01dd504ea5967821606f02e510438120091b84e852367428" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:777a26c84bea6cd934422ac2e3b78863a37017618b6e5c08f92ef69853e765d3" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f8afcf15cc511ada719a88e013cec87c11aff7b91f019295eb4530f96fe5ef2f" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:52b1eb8c83f178ab787f3a4283f68258525f8d70f778a2f6dd54d3b5e5fb4341" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:01ae5f73431d21eead5015997ab41afa53aa1fbe252f9da060be5dad2c730ace" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:c190f0899e9f9f8b6b7863debfb739abcb21a5c054f911ca3596d12b8a4c4c7f" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-win32.whl" , hash = "sha256:398e44cd480f4d2b7ee8d98385ca104e35c81525dd98c519acff1b79bdaac363" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:bff6ad71c81b3bba8fa35f0f1921fb24ff4476235a6e94a26ada2e54370e6da7" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0fb71b8c643187d7492c1f8352f2c15b4c4af3f6338f21681d3681b3dc31a266" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:760ad187b1041a154f0e4d0f6aae3e40fdb51d6de16e5c99aedadd9246450e9e" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:5feca99c17af94057417d744607b82dd0a664fd5e4ca98061480fd8b14b18d04" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:95431a26309a21874005845c21118c83991c63ea800dd44843e42a916aec5899" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-win32.whl" , hash = "sha256:aee0c1256be6c07bd3e1263ff920c325b59849dc95392a05f258bb9b259cf39c" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:9ad2c92ec681e02baf81fdfa056fe0d818645efa9af1f1cd5fd6f1bd2bdfd805" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b36b4f3920103a25e1d5d024d155c504080959582b928e91cb608a65c3a49e1a" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:067a74454df670dcaa4e59349a2e5c81e567d8d65458d480a5b3dfecec08c5ff" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7538e495704e2ccda9b234b82423a4038f324f3a10c43bc088a1636180f11a41" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:af3d4a73793725138d6b334d9d247ce7e5f084d96284ed23f22ee626a7b88e39" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-win32.whl" , hash = "sha256:f2362f3cb0f3172c42938946dbc5b7843c2a28aec307c49100c8b38764eb6927" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-win_amd64.whl" , hash = "sha256:dd4a21253f42b8d2b48410cb31fe501d32f8b9fbeb1f55063ad102fe9c425e40" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f328adcfebed9f11301eaedfa48e15bdece9b519fb27e6a8c01aa52a17ec31b3" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:2c726c276d09fc5c414693a2de063f521052d9ea7c240ce553316f70656c84d4" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:cae53c389825d3b46fb37538441f75d6aecc4174f615d048321b716df2757fb0" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:b9574c6f03f685070d859e75c7f9eeca02d6933273b5e69572e5ff9d5e3931c3" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-win32.whl" , hash = "sha256:209596a4ec71d990d71d5e0d312ac935d86930e6eecff6ccc7007fe54d703808" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-win_amd64.whl" , hash = "sha256:9c6d1a54552b5330bc657b7ef0eae25d00ba7ffe85d9ea8ae6540d2197a3788c" } ,
{ file = "typed_ast-1.4.3.tar.gz" , hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65" } ,
]
2021-06-28 16:16:14 -04:00
types-requests = [
2021-08-10 15:28:50 -04:00
{ file = "types-requests-2.25.6.tar.gz" , hash = "sha256:e21541c0f55c066c491a639309159556dd8c5833e49fcde929c4c47bdb0002ee" } ,
{ file = "types_requests-2.25.6-py3-none-any.whl" , hash = "sha256:a5a305b43ea57bf64d6731f89816946a405b591eff6de28d4c0fd58422cee779" } ,
2021-06-28 16:16:14 -04:00
]
typing-extensions = [
2021-09-14 17:28:59 -04:00
{ file = "typing_extensions-3.10.0.2-py2-none-any.whl" , hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7" } ,
{ file = "typing_extensions-3.10.0.2-py3-none-any.whl" , hash = "sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34" } ,
{ file = "typing_extensions-3.10.0.2.tar.gz" , hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e" } ,
2021-06-28 16:16:14 -04:00
]
urllib3 = [
2021-07-12 15:50:44 -04:00
{ file = "urllib3-1.26.6-py2.py3-none-any.whl" , hash = "sha256:39fb8672126159acb139a7718dd10806104dec1e2f0f6c88aab05d17df10c8d4" } ,
{ file = "urllib3-1.26.6.tar.gz" , hash = "sha256:f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f" } ,
2021-06-28 16:16:14 -04:00
]
2021-08-10 15:28:50 -04:00
us = [
{ file = "us-2.0.2.tar.gz" , hash = "sha256:cb11ad0d43deff3a1c3690c74f0c731cff5b862c73339df2edd91133e1496fbc" } ,
]
2021-07-29 14:00:20 -04:00
virtualenv = [
2021-08-24 15:40:54 -05:00
{ file = "virtualenv-20.7.2-py2.py3-none-any.whl" , hash = "sha256:e4670891b3a03eb071748c569a87cceaefbf643c5bac46d996c5a45c34aa0f06" } ,
{ file = "virtualenv-20.7.2.tar.gz" , hash = "sha256:9ef4e8ee4710826e98ff3075c9a4739e2cb1040de6a2a8d35db0055840dc96a0" } ,
2021-07-29 14:00:20 -04:00
]
2021-06-28 16:16:14 -04:00
wcwidth = [
{ file = "wcwidth-0.2.5-py2.py3-none-any.whl" , hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784" } ,
{ file = "wcwidth-0.2.5.tar.gz" , hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83" } ,
]
webencodings = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
widgetsnbextension = [
{ file = "widgetsnbextension-3.5.1-py2.py3-none-any.whl" , hash = "sha256:bd314f8ceb488571a5ffea6cc5b9fc6cba0adaf88a9d2386b93a489751938bcd" } ,
{ file = "widgetsnbextension-3.5.1.tar.gz" , hash = "sha256:079f87d87270bce047512400efd70238820751a11d2d8cb137a5a5bdbaf255c7" } ,
]
2021-08-02 12:16:38 -04:00
wrapt = [
{ file = "wrapt-1.12.1.tar.gz" , hash = "sha256:b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7" } ,
]
2021-08-10 15:28:50 -04:00
xlsxwriter = [
{ file = "XlsxWriter-2.0.0-py2.py3-none-any.whl" , hash = "sha256:51fbb1d727d8391ddf240ce665710d6b205944dc84842c7b8452ac40226eeb71" } ,
{ file = "XlsxWriter-2.0.0.tar.gz" , hash = "sha256:80ce4aadc638dea452f6e28f70b6223b9b5b5740ff9c57ef6387af115e129bbb" } ,
]
2021-07-12 15:50:44 -04:00
zipp = [
{ file = "zipp-3.5.0-py3-none-any.whl" , hash = "sha256:957cfda87797e389580cb8b9e3870841ca991e2125350677b2ca83a0e99390a3" } ,
{ file = "zipp-3.5.0.tar.gz" , hash = "sha256:f5812b1e007e48cff63449a5e9f4e7ebea716b4111f9c4f9a645f91d579bf0c4" } ,
]