2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
2019-06-08 14:43:21 -04:00
marker = "python_version >= \"3.7\" and python_version < \"4.0\""
2018-12-01 18:04:44 -05:00
name = "appdirs"
optional = false
python-versions = "*"
version = "1.4.3"
[ [ package ] ]
category = "dev"
description = "A few extensions to pyyaml."
name = "aspy.yaml"
optional = false
2019-05-22 15:49:49 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2019-05-31 15:54:06 +02:00
version = "1.3.0"
2018-12-01 18:04:44 -05:00
[ package . dependencies ]
pyyaml = "*"
[ [ package ] ]
category = "dev"
description = "Atomic file writes."
2019-12-28 17:03:38 -05:00
marker = "sys_platform == \"win32\""
2018-12-01 18:04:44 -05:00
name = "atomicwrites"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2019-05-22 15:49:49 +02:00
version = "1.3.0"
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "Classes Without Boilerplate"
name = "attrs"
optional = false
2019-05-22 15:49:49 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2019-10-24 21:35:28 +02:00
version = "19.3.0"
[ package . extras ]
azure-pipelines = [ "coverage" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" , "pytest-azurepipelines" ]
dev = [ "coverage" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" , "sphinx" , "pre-commit" ]
docs = [ "sphinx" , "zope.interface" ]
tests = [ "coverage" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" ]
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "The uncompromising code formatter."
2019-06-08 14:43:21 -04:00
marker = "python_version >= \"3.7\" and python_version < \"4.0\""
2018-12-01 18:04:44 -05:00
name = "black"
optional = false
python-versions = ">=3.6"
2019-11-07 22:22:31 +01:00
version = "19.10b0"
2018-12-01 18:04:44 -05:00
[ package . dependencies ]
appdirs = "*"
2019-06-08 14:43:21 -04:00
attrs = ">=18.1.0"
2018-12-01 18:04:44 -05:00
click = ">=6.5"
2019-11-07 22:22:31 +01:00
pathspec = ">=0.6,<1"
regex = "*"
2018-12-01 18:04:44 -05:00
toml = ">=0.9.4"
2019-11-07 22:22:31 +01:00
typed-ast = ">=1.4.0"
2018-12-01 18:04:44 -05:00
2019-10-24 21:35:28 +02:00
[ package . extras ]
d = [ "aiohttp (>=3.3.2)" , "aiohttp-cors" ]
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "Validate configuration and produce human readable error messages."
name = "cfgv"
optional = false
2019-05-22 15:49:49 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2019-10-24 21:35:28 +02:00
version = "2.0.1"
2018-12-01 18:04:44 -05:00
[ package . dependencies ]
six = "*"
[ [ package ] ]
category = "dev"
description = "Composable command line interface toolkit"
2019-06-08 14:43:21 -04:00
marker = "python_version >= \"3.7\" and python_version < \"4.0\""
2018-12-01 18:04:44 -05:00
name = "click"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "7.0"
[ [ package ] ]
category = "dev"
description = "Cross-platform colored terminal text."
2019-12-28 17:03:38 -05:00
marker = "sys_platform == \"win32\" or platform_system == \"Windows\""
2018-12-01 18:04:44 -05:00
name = "colorama"
optional = false
2019-12-28 17:03:38 -05:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "0.4.3"
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "Code coverage measurement for Python"
name = "coverage"
optional = false
2019-12-28 17:03:38 -05:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
2020-01-11 20:44:32 -05:00
version = "5.0.2"
2019-12-28 17:03:38 -05:00
[ package . extras ]
toml = [ "toml" ]
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "A platform independent file lock."
name = "filelock"
optional = false
python-versions = "*"
2019-05-22 15:49:49 +02:00
version = "3.0.12"
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "File identification library for Python"
name = "identify"
optional = false
2019-12-28 17:03:38 -05:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
version = "1.4.9"
2019-10-24 21:35:28 +02:00
[ package . extras ]
license = [ "editdistance" ]
2019-06-08 14:43:21 -04:00
2018-12-01 18:04:44 -05:00
[ [ package ] ]
2019-12-28 20:57:36 -05:00
category = "main"
2018-12-01 18:04:44 -05:00
description = "Read metadata from Python packages"
name = "importlib-metadata"
optional = false
2019-12-28 17:03:38 -05:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-01-11 20:44:32 -05:00
version = "1.4.0"
2018-12-01 18:04:44 -05:00
[ package . dependencies ]
2019-05-22 15:49:49 +02:00
zipp = ">=0.5"
2019-10-24 21:35:28 +02:00
[ package . extras ]
docs = [ "sphinx" , "rst.linker" ]
testing = [ "packaging" , "importlib-resources" ]
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "Read resources from Python packages"
marker = "python_version < \"3.7\""
name = "importlib-resources"
optional = false
python-versions = ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3"
version = "1.0.2"
[ [ package ] ]
2019-12-28 20:57:36 -05:00
category = "main"
2018-12-01 18:04:44 -05:00
description = "More routines for operating on iterables, beyond itertools"
name = "more-itertools"
optional = false
2019-12-28 17:03:38 -05:00
python-versions = ">=3.5"
2020-01-11 20:44:32 -05:00
version = "8.1.0"
2019-06-12 00:11:21 +02:00
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "Node.js virtual environment builder"
name = "nodeenv"
optional = false
python-versions = "*"
2020-01-11 20:44:32 -05:00
version = "1.3.4"
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "Core utilities for Python packages"
name = "packaging"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-01-11 20:44:32 -05:00
version = "20.0"
2018-12-01 18:04:44 -05:00
[ package . dependencies ]
pyparsing = ">=2.0.2"
six = "*"
2019-11-07 22:22:31 +01:00
[ [ package ] ]
category = "dev"
description = "Utility library for gitignore style pattern matching of file paths."
marker = "python_version >= \"3.7\" and python_version < \"4.0\""
name = "pathspec"
optional = false
2019-12-28 17:03:38 -05:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "0.7.0"
2019-11-07 22:22:31 +01:00
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "plugin and hook calling mechanisms for python"
name = "pluggy"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2019-11-23 14:19:01 -05:00
version = "0.13.1"
2019-05-31 15:54:06 +02:00
[ package . dependencies ]
2019-10-24 21:35:28 +02:00
[ package . dependencies . importlib-metadata ]
python = "<3.8"
version = ">=0.12"
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
name = "pre-commit"
optional = false
2020-01-11 20:44:32 -05:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
version = "1.21.0"
2018-12-01 18:04:44 -05:00
[ package . dependencies ]
"aspy.yaml" = "*"
2019-06-08 14:43:21 -04:00
cfgv = ">=2.0.0"
2018-12-01 18:04:44 -05:00
identify = ">=1.0.0"
nodeenv = ">=0.11.1"
pyyaml = "*"
six = "*"
toml = "*"
2019-05-22 15:49:49 +02:00
virtualenv = ">=15.2"
2018-12-01 18:04:44 -05:00
2019-11-07 22:22:31 +01:00
[ package . dependencies . importlib-metadata ]
python = "<3.8"
version = "*"
2018-12-01 18:04:44 -05:00
[ package . dependencies . importlib-resources ]
python = "<3.7"
version = "*"
[ [ package ] ]
category = "dev"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
name = "py"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2019-12-28 17:03:38 -05:00
version = "1.8.1"
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "main"
description = "Python interface for cairo"
name = "pycairo"
optional = false
python-versions = "*"
2019-11-07 22:22:31 +01:00
version = "1.18.2"
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "main"
description = "Python bindings for GObject Introspection"
name = "pygobject"
optional = false
2019-07-07 21:49:16 -04:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
2019-10-24 21:35:28 +02:00
version = "3.34.0"
2018-12-01 18:04:44 -05:00
[ package . dependencies ]
pycairo = ">=1.11.1"
[ [ package ] ]
category = "dev"
description = "Python parsing module"
name = "pyparsing"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2019-12-28 17:03:38 -05:00
version = "2.4.6"
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "pytest: simple powerful testing with Python"
name = "pytest"
optional = false
2019-12-28 17:03:38 -05:00
python-versions = ">=3.5"
version = "5.3.2"
2018-12-01 18:04:44 -05:00
[ package . dependencies ]
atomicwrites = ">=1.0"
attrs = ">=17.4.0"
colorama = "*"
2019-12-28 17:03:38 -05:00
more-itertools = ">=4.0.0"
2019-06-05 22:14:23 +02:00
packaging = "*"
pluggy = ">=0.12,<1.0"
2018-12-01 18:04:44 -05:00
py = ">=1.5.0"
2019-05-22 15:49:49 +02:00
wcwidth = "*"
2019-10-24 21:35:28 +02:00
[ package . dependencies . importlib-metadata ]
python = "<3.8"
version = ">=0.12"
[ package . extras ]
2019-12-28 17:03:38 -05:00
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
2019-10-24 21:35:28 +02:00
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "Pytest plugin for measuring coverage."
name = "pytest-cov"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2019-10-24 21:35:28 +02:00
version = "2.8.1"
2018-12-01 18:04:44 -05:00
[ package . dependencies ]
coverage = ">=4.4"
2019-05-22 15:49:49 +02:00
pytest = ">=3.6"
2018-12-01 18:04:44 -05:00
2019-10-24 21:35:28 +02:00
[ package . extras ]
testing = [ "fields" , "hunter" , "process-tests (2.0.2)" , "six" , "virtualenv" ]
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "Invoke py.test as distutils command with dependency resolution"
name = "pytest-runner"
optional = false
2019-06-08 14:43:21 -04:00
python-versions = ">=2.7"
2019-11-07 22:22:31 +01:00
version = "5.2"
2019-06-08 14:43:21 -04:00
2019-10-24 21:35:28 +02:00
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
2019-11-07 22:22:31 +01:00
testing = [ "pytest (>=3.5,<3.7.3 || >3.7.3)" , "pytest-checkdocs" , "pytest-flake8" , "pytest-black-multipy" , "pytest-cov" , "pytest-virtualenv" ]
2019-10-24 21:35:28 +02:00
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)."
name = "pytest-sugar"
optional = false
python-versions = "*"
version = "0.9.2"
[ package . dependencies ]
packaging = ">=14.1"
pytest = ">=2.9"
termcolor = ">=1.1.0"
[ [ package ] ]
category = "dev"
description = "YAML parser and emitter for Python"
name = "pyyaml"
optional = false
2020-01-11 20:44:32 -05:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "5.3"
2018-12-01 18:04:44 -05:00
2019-11-07 22:22:31 +01:00
[ [ package ] ]
category = "dev"
description = "Alternative regular expression module, to replace re."
marker = "python_version >= \"3.7\" and python_version < \"4.0\""
name = "regex"
optional = false
python-versions = "*"
2020-01-11 20:44:32 -05:00
version = "2020.1.8"
2019-11-07 22:22:31 +01:00
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "Python 2 and 3 compatibility utilities"
name = "six"
optional = false
2018-12-29 21:19:20 -05:00
python-versions = ">=2.6, !=3.0.*, !=3.1.*"
2019-11-07 22:22:31 +01:00
version = "1.13.0"
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "ANSII Color formatting for output in terminal."
name = "termcolor"
optional = false
python-versions = "*"
version = "1.1.0"
[ [ package ] ]
category = "dev"
description = "Python Library for Tom's Obvious, Minimal Language"
name = "toml"
optional = false
python-versions = "*"
version = "0.10.0"
[ [ package ] ]
category = "dev"
2019-05-22 15:49:49 +02:00
description = "tox is a generic virtualenv management and test command line tool"
2018-12-01 18:04:44 -05:00
name = "tox"
optional = false
2019-11-23 14:19:01 -05:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2019-12-28 17:03:38 -05:00
version = "3.14.3"
2018-12-01 18:04:44 -05:00
[ package . dependencies ]
2019-12-28 17:03:38 -05:00
colorama = ">=0.4.1"
2018-12-01 18:04:44 -05:00
filelock = ">=3.0.0,<4"
2019-07-07 21:49:16 -04:00
packaging = ">=14"
pluggy = ">=0.12.0,<1"
2018-12-01 18:04:44 -05:00
py = ">=1.4.17,<2"
six = ">=1.0.0,<2"
toml = ">=0.9.4"
2019-11-23 14:19:01 -05:00
virtualenv = ">=16.0.0"
2018-12-01 18:04:44 -05:00
2019-10-24 21:35:28 +02:00
[ package . dependencies . importlib-metadata ]
python = "<3.8"
2019-12-28 17:03:38 -05:00
version = ">=0.12,<2"
2019-10-24 21:35:28 +02:00
[ package . extras ]
docs = [ "sphinx (>=2.0.0,<3)" , "towncrier (>=18.5.0)" , "pygments-github-lexers (>=0.0.5)" , "sphinxcontrib-autoprogram (>=0.1.5)" ]
2019-11-23 14:19:01 -05:00
testing = [ "freezegun (>=0.3.11,<1)" , "pathlib2 (>=2.3.3,<3)" , "pytest (>=4.0.0,<6)" , "pytest-cov (>=2.5.1,<3)" , "pytest-mock (>=1.10.0,<2)" , "pytest-xdist (>=1.22.2,<2)" , "pytest-randomly (>=1.0.0,<4)" , "flaky (>=3.4.0,<4)" , "psutil (>=5.6.1,<6)" ]
2019-10-24 21:35:28 +02:00
2019-11-07 22:22:31 +01:00
[ [ package ] ]
category = "dev"
description = "a fork of Python 2 and 3 ast modules with type comment support"
marker = "python_version >= \"3.7\" and python_version < \"4.0\""
name = "typed-ast"
optional = false
python-versions = "*"
version = "1.4.0"
2018-12-01 18:04:44 -05:00
[ [ package ] ]
category = "dev"
description = "Virtual Python Environment builder"
name = "virtualenv"
optional = false
2019-10-24 21:35:28 +02:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
2019-12-28 17:03:38 -05:00
version = "16.7.9"
2019-10-24 21:35:28 +02:00
[ package . extras ]
docs = [ "sphinx (>=1.8.0,<2)" , "towncrier (>=18.5.0)" , "sphinx-rtd-theme (>=0.4.2,<1)" ]
testing = [ "pytest (>=4.0.0,<5)" , "coverage (>=4.5.0,<5)" , "pytest-timeout (>=1.3.0,<2)" , "six (>=1.10.0,<2)" , "pytest-xdist" , "pytest-localserver" , "pypiserver" , "mock" , "xonsh" ]
2019-05-22 15:49:49 +02:00
[ [ package ] ]
category = "dev"
description = "Measures number of Terminal column cells of wide-character codes"
name = "wcwidth"
optional = false
python-versions = "*"
2020-01-11 20:44:32 -05:00
version = "0.1.8"
2019-05-22 15:49:49 +02:00
[ [ package ] ]
2019-12-28 20:57:36 -05:00
category = "main"
2019-05-22 15:49:49 +02:00
description = "Backport of pathlib-compatible object wrapper for zip files"
name = "zipp"
optional = false
python-versions = ">=2.7"
2019-10-24 21:35:28 +02:00
version = "0.6.0"
[ package . dependencies ]
more-itertools = "*"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
testing = [ "pathlib2" , "contextlib2" , "unittest2" ]
2018-12-01 18:04:44 -05:00
[ metadata ]
2019-12-28 20:57:36 -05:00
content-hash = "d60b8af4112d3f151c51d819e156ef73fd75067c4011eac10f8cff3546278aa1"
2019-12-28 17:03:38 -05:00
python-versions = "^3.6"
2018-12-01 18:04:44 -05:00
2019-10-24 21:35:28 +02:00
[ metadata . files ]
appdirs = [
{ file = "appdirs-1.4.3-py2.py3-none-any.whl" , hash = "sha256:d8b24664561d0d34ddfaec54636d502d7cea6e29c3eaf68f3df6180863e2166e" } ,
{ file = "appdirs-1.4.3.tar.gz" , hash = "sha256:9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92" } ,
]
"aspy.yaml" = [
{ file = "aspy.yaml-1.3.0-py2.py3-none-any.whl" , hash = "sha256:463372c043f70160a9ec950c3f1e4c3a82db5fca01d334b6bc89c7164d744bdc" } ,
{ file = "aspy.yaml-1.3.0.tar.gz" , hash = "sha256:e7c742382eff2caed61f87a39d13f99109088e5e93f04d76eb8d4b28aa143f45" } ,
]
atomicwrites = [
{ file = "atomicwrites-1.3.0-py2.py3-none-any.whl" , hash = "sha256:03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4" } ,
{ file = "atomicwrites-1.3.0.tar.gz" , hash = "sha256:75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6" } ,
]
attrs = [
{ file = "attrs-19.3.0-py2.py3-none-any.whl" , hash = "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c" } ,
{ file = "attrs-19.3.0.tar.gz" , hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72" } ,
]
black = [
2019-11-07 22:22:31 +01:00
{ file = "black-19.10b0-py36-none-any.whl" , hash = "sha256:1b30e59be925fafc1ee4565e5e08abef6b03fe455102883820fe5ee2e4734e0b" } ,
{ file = "black-19.10b0.tar.gz" , hash = "sha256:c2edb73a08e9e0e6f65a0e6af18b059b8b1cdd5bef997d7a0b181df93dc81539" } ,
2019-10-24 21:35:28 +02:00
]
cfgv = [
{ file = "cfgv-2.0.1-py2.py3-none-any.whl" , hash = "sha256:fbd93c9ab0a523bf7daec408f3be2ed99a980e20b2d19b50fc184ca6b820d289" } ,
{ file = "cfgv-2.0.1.tar.gz" , hash = "sha256:edb387943b665bf9c434f717bf630fa78aecd53d5900d2e05da6ad6048553144" } ,
]
click = [
{ file = "Click-7.0-py2.py3-none-any.whl" , hash = "sha256:2335065e6395b9e67ca716de5f7526736bfa6ceead690adf616d925bdc622b13" } ,
{ file = "Click-7.0.tar.gz" , hash = "sha256:5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7" } ,
]
colorama = [
2019-12-28 17:03:38 -05:00
{ file = "colorama-0.4.3-py2.py3-none-any.whl" , hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff" } ,
{ file = "colorama-0.4.3.tar.gz" , hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1" } ,
2019-10-24 21:35:28 +02:00
]
coverage = [
2020-01-11 20:44:32 -05:00
{ file = "coverage-5.0.2-cp27-cp27m-macosx_10_12_x86_64.whl" , hash = "sha256:511ec0c00840e12fb4e852e4db58fa6a01ca4da72f36a9766fae344c3d502033" } ,
{ file = "coverage-5.0.2-cp27-cp27m-macosx_10_13_intel.whl" , hash = "sha256:d22b4297e7e4225ccf01f1aa55e7a96412ea0796b532dd614c3fcbafa341128e" } ,
{ file = "coverage-5.0.2-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:593853aa1ac6dcc6405324d877544c596c9d948ef20d2e9512a0f5d2d3202356" } ,
{ file = "coverage-5.0.2-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:e65a5aa1670db6263f19fdc03daee1d7dbbadb5cb67fd0a1f16033659db13c1d" } ,
{ file = "coverage-5.0.2-cp27-cp27m-win32.whl" , hash = "sha256:d4a2b578a7a70e0c71f662705262f87a456f1e6c1e40ada7ea699abaf070a76d" } ,
{ file = "coverage-5.0.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:28f7f73b34a05e23758e860a89a7f649b85c6749e252eff60ebb05532d180e86" } ,
{ file = "coverage-5.0.2-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:7d1cc7acc9ce55179616cf72154f9e648136ea55987edf84addbcd9886ffeba2" } ,
{ file = "coverage-5.0.2-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:2d0cb9b1fe6ad0d915d45ad3d87f03a38e979093a98597e755930db1f897afae" } ,
{ file = "coverage-5.0.2-cp35-cp35m-macosx_10_12_x86_64.whl" , hash = "sha256:bfe102659e2ec13b86c7f3b1db6c9a4e7beea4255058d006351339e6b342d5d2" } ,
{ file = "coverage-5.0.2-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:23688ff75adfa8bfa2a67254d889f9bdf9302c27241d746e17547c42c732d3f4" } ,
{ file = "coverage-5.0.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:1bf7ba2af1d373a1750888724f84cffdfc697738f29a353c98195f98fc011509" } ,
{ file = "coverage-5.0.2-cp35-cp35m-win32.whl" , hash = "sha256:569f9ee3025682afda6e9b0f5bb14897c0db03f1a1dc088b083dd36e743f92bb" } ,
{ file = "coverage-5.0.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:cf908840896f7aa62d0ec693beb53264b154f972eb8226fb864ac38975590c4f" } ,
{ file = "coverage-5.0.2-cp36-cp36m-macosx_10_13_x86_64.whl" , hash = "sha256:eaad65bd20955131bcdb3967a4dea66b4e4d4ca488efed7c00d91ee0173387e8" } ,
{ file = "coverage-5.0.2-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:225e79a5d485bc1642cb7ba02281419c633c216cdc6b26c26494ba959f09e69f" } ,
{ file = "coverage-5.0.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:bd82b684bb498c60ef47bb1541a50e6d006dde8579934dcbdbc61d67d1ea70d9" } ,
{ file = "coverage-5.0.2-cp36-cp36m-win32.whl" , hash = "sha256:7ca3db38a61f3655a2613ee2c190d63639215a7a736d3c64cc7bbdb002ce6310" } ,
{ file = "coverage-5.0.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:47874b4711c5aeb295c31b228a758ce3d096be83dc37bd56da48ed99efb8813b" } ,
{ file = "coverage-5.0.2-cp37-cp37m-macosx_10_13_x86_64.whl" , hash = "sha256:955ec084f549128fa2702f0b2dc696392001d986b71acd8fd47424f28289a9c3" } ,
{ file = "coverage-5.0.2-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:1f4ee8e2e4243971618bc16fcc4478317405205f135e95226c2496e2a3b8dbbf" } ,
{ file = "coverage-5.0.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:f45fba420b94165c17896861bb0e8b27fb7abdcedfeb154895d8553df90b7b00" } ,
{ file = "coverage-5.0.2-cp37-cp37m-win32.whl" , hash = "sha256:cca38ded59105f7705ef6ffe1e960b8db6c7d8279c1e71654a4775ab4454ca15" } ,
{ file = "coverage-5.0.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:cb2b74c123f65e8166f7e1265829a6c8ed755c3cd16d7f50e75a83456a5f3fd7" } ,
{ file = "coverage-5.0.2-cp38-cp38-macosx_10_13_x86_64.whl" , hash = "sha256:53e7438fef0c97bc248f88ba1edd10268cd94d5609970aaf87abbe493691af87" } ,
{ file = "coverage-5.0.2-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:c1e4e39e43057396a5e9d069bfbb6ffeee892e40c5d2effbd8cd71f34ee66c4d" } ,
{ file = "coverage-5.0.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:5b0a07158360d22492f9abd02a0f2ee7981b33f0646bf796598b7673f6bbab14" } ,
{ file = "coverage-5.0.2-cp38-cp38m-win32.whl" , hash = "sha256:88b51153657612aea68fa684a5b88037597925260392b7bb4509d4f9b0bdd889" } ,
{ file = "coverage-5.0.2-cp38-cp38m-win_amd64.whl" , hash = "sha256:189aac76d6e0d7af15572c51892e7326ee451c076c5a50a9d266406cd6c49708" } ,
{ file = "coverage-5.0.2-cp39-cp39m-win32.whl" , hash = "sha256:d095a7b473f8a95f7efe821f92058c8a2ecfb18f8db6677ae3819e15dc11aaae" } ,
{ file = "coverage-5.0.2-cp39-cp39m-win_amd64.whl" , hash = "sha256:ddeb42a3d5419434742bf4cc71c9eaa22df3b76808e23a82bd0b0bd360f1a9f1" } ,
{ file = "coverage-5.0.2.tar.gz" , hash = "sha256:b251c7092cbb6d789d62dc9c9e7c4fb448c9138b51285c36aeb72462cad3600e" } ,
2019-10-24 21:35:28 +02:00
]
filelock = [
{ file = "filelock-3.0.12-py3-none-any.whl" , hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836" } ,
{ file = "filelock-3.0.12.tar.gz" , hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59" } ,
]
identify = [
2019-12-28 17:03:38 -05:00
{ file = "identify-1.4.9-py2.py3-none-any.whl" , hash = "sha256:72e9c4ed3bc713c7045b762b0d2e2115c572b85abfc1f4604f5a4fd4c6642b71" } ,
{ file = "identify-1.4.9.tar.gz" , hash = "sha256:6f44e637caa40d1b4cb37f6ed3b262ede74901d28b1cc5b1fc07360871edd65d" } ,
2019-10-24 21:35:28 +02:00
]
importlib-metadata = [
2020-01-11 20:44:32 -05:00
{ file = "importlib_metadata-1.4.0-py2.py3-none-any.whl" , hash = "sha256:bdd9b7c397c273bcc9a11d6629a38487cd07154fa255a467bf704cd2c258e359" } ,
{ file = "importlib_metadata-1.4.0.tar.gz" , hash = "sha256:f17c015735e1a88296994c0697ecea7e11db24290941983b08c9feb30921e6d8" } ,
2019-10-24 21:35:28 +02:00
]
importlib-resources = [
{ file = "importlib_resources-1.0.2-py2.py3-none-any.whl" , hash = "sha256:6e2783b2538bd5a14678284a3962b0660c715e5a0f10243fd5e00a4b5974f50b" } ,
{ file = "importlib_resources-1.0.2.tar.gz" , hash = "sha256:d3279fd0f6f847cced9f7acc19bd3e5df54d34f93a2e7bb5f238f81545787078" } ,
]
more-itertools = [
2020-01-11 20:44:32 -05:00
{ file = "more-itertools-8.1.0.tar.gz" , hash = "sha256:c468adec578380b6281a114cb8a5db34eb1116277da92d7c46f904f0b52d3288" } ,
{ file = "more_itertools-8.1.0-py3-none-any.whl" , hash = "sha256:1a2a32c72400d365000412fe08eb4a24ebee89997c18d3d147544f70f5403b39" } ,
2019-10-24 21:35:28 +02:00
]
nodeenv = [
2020-01-11 20:44:32 -05:00
{ file = "nodeenv-1.3.4-py2.py3-none-any.whl" , hash = "sha256:561057acd4ae3809e665a9aaaf214afff110bbb6a6d5c8a96121aea6878408b3" } ,
2019-10-24 21:35:28 +02:00
]
packaging = [
2020-01-11 20:44:32 -05:00
{ file = "packaging-20.0-py2.py3-none-any.whl" , hash = "sha256:aec3fdbb8bc9e4bb65f0634b9f551ced63983a529d6a8931817d52fdd0816ddb" } ,
{ file = "packaging-20.0.tar.gz" , hash = "sha256:fe1d8331dfa7cc0a883b49d75fc76380b2ab2734b220fbb87d774e4fd4b851f8" } ,
2019-10-24 21:35:28 +02:00
]
2019-11-07 22:22:31 +01:00
pathspec = [
2019-12-28 17:03:38 -05:00
{ file = "pathspec-0.7.0-py2.py3-none-any.whl" , hash = "sha256:163b0632d4e31cef212976cf57b43d9fd6b0bac6e67c26015d611a647d5e7424" } ,
{ file = "pathspec-0.7.0.tar.gz" , hash = "sha256:562aa70af2e0d434367d9790ad37aed893de47f1693e4201fd1d3dca15d19b96" } ,
2019-11-07 22:22:31 +01:00
]
2019-10-24 21:35:28 +02:00
pluggy = [
2019-11-23 14:19:01 -05:00
{ file = "pluggy-0.13.1-py2.py3-none-any.whl" , hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d" } ,
{ file = "pluggy-0.13.1.tar.gz" , hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0" } ,
2019-10-24 21:35:28 +02:00
]
pre-commit = [
2020-01-11 20:44:32 -05:00
{ file = "pre_commit-1.21.0-py2.py3-none-any.whl" , hash = "sha256:f92a359477f3252452ae2e8d3029de77aec59415c16ae4189bcfba40b757e029" } ,
{ file = "pre_commit-1.21.0.tar.gz" , hash = "sha256:8f48d8637bdae6fa70cc97db9c1dd5aa7c5c8bf71968932a380628c25978b850" } ,
2019-10-24 21:35:28 +02:00
]
py = [
2019-12-28 17:03:38 -05:00
{ file = "py-1.8.1-py2.py3-none-any.whl" , hash = "sha256:c20fdd83a5dbc0af9efd622bee9a5564e278f6380fffcacc43ba6f43db2813b0" } ,
{ file = "py-1.8.1.tar.gz" , hash = "sha256:5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa" } ,
2019-10-24 21:35:28 +02:00
]
pycairo = [
2019-11-07 22:22:31 +01:00
{ file = "pycairo-1.18.2.tar.gz" , hash = "sha256:dcb853fd020729516e8828ad364084e752327d4cff8505d20b13504b32b16531" } ,
2019-10-24 21:35:28 +02:00
]
pygobject = [
{ file = "PyGObject-3.34.0.tar.gz" , hash = "sha256:2acb0daf2b3a23a90f52066cc23d1053339fee2f5f7f4275f8baa3704ae0c543" } ,
]
pyparsing = [
2019-12-28 17:03:38 -05:00
{ file = "pyparsing-2.4.6-py2.py3-none-any.whl" , hash = "sha256:c342dccb5250c08d45fd6f8b4a559613ca603b57498511740e65cd11a2e7dcec" } ,
{ file = "pyparsing-2.4.6.tar.gz" , hash = "sha256:4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f" } ,
2019-10-24 21:35:28 +02:00
]
pytest = [
2019-12-28 17:03:38 -05:00
{ file = "pytest-5.3.2-py3-none-any.whl" , hash = "sha256:e41d489ff43948babd0fad7ad5e49b8735d5d55e26628a58673c39ff61d95de4" } ,
{ file = "pytest-5.3.2.tar.gz" , hash = "sha256:6b571215b5a790f9b41f19f3531c53a45cf6bb8ef2988bc1ff9afb38270b25fa" } ,
2019-10-24 21:35:28 +02:00
]
pytest-cov = [
{ file = "pytest-cov-2.8.1.tar.gz" , hash = "sha256:cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b" } ,
{ file = "pytest_cov-2.8.1-py2.py3-none-any.whl" , hash = "sha256:cdbdef4f870408ebdbfeb44e63e07eb18bb4619fae852f6e760645fa36172626" } ,
]
pytest-runner = [
2019-11-07 22:22:31 +01:00
{ file = "pytest-runner-5.2.tar.gz" , hash = "sha256:96c7e73ead7b93e388c5d614770d2bae6526efd997757d3543fe17b557a0942b" } ,
{ file = "pytest_runner-5.2-py2.py3-none-any.whl" , hash = "sha256:5534b08b133ef9a5e2c22c7886a8f8508c95bb0b0bdc6cc13214f269c3c70d51" } ,
2019-10-24 21:35:28 +02:00
]
pytest-sugar = [
{ file = "pytest-sugar-0.9.2.tar.gz" , hash = "sha256:fcd87a74b2bce5386d244b49ad60549bfbc4602527797fac167da147983f58ab" } ,
{ file = "pytest_sugar-0.9.2-py2.py3-none-any.whl" , hash = "sha256:26cf8289fe10880cbbc130bd77398c4e6a8b936d8393b116a5c16121d95ab283" } ,
]
pyyaml = [
2020-01-11 20:44:32 -05:00
{ file = "PyYAML-5.3-cp27-cp27m-win32.whl" , hash = "sha256:940532b111b1952befd7db542c370887a8611660d2b9becff75d39355303d82d" } ,
{ file = "PyYAML-5.3-cp27-cp27m-win_amd64.whl" , hash = "sha256:059b2ee3194d718896c0ad077dd8c043e5e909d9180f387ce42012662a4946d6" } ,
{ file = "PyYAML-5.3-cp35-cp35m-win32.whl" , hash = "sha256:4fee71aa5bc6ed9d5f116327c04273e25ae31a3020386916905767ec4fc5317e" } ,
{ file = "PyYAML-5.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:dbbb2379c19ed6042e8f11f2a2c66d39cceb8aeace421bfc29d085d93eda3689" } ,
{ file = "PyYAML-5.3-cp36-cp36m-win32.whl" , hash = "sha256:e3a057b7a64f1222b56e47bcff5e4b94c4f61faac04c7c4ecb1985e18caa3994" } ,
{ file = "PyYAML-5.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:74782fbd4d4f87ff04159e986886931456a1894c61229be9eaf4de6f6e44b99e" } ,
{ file = "PyYAML-5.3-cp37-cp37m-win32.whl" , hash = "sha256:24521fa2890642614558b492b473bee0ac1f8057a7263156b02e8b14c88ce6f5" } ,
{ file = "PyYAML-5.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:1cf708e2ac57f3aabc87405f04b86354f66799c8e62c28c5fc5f88b5521b2dbf" } ,
{ file = "PyYAML-5.3-cp38-cp38-win32.whl" , hash = "sha256:70024e02197337533eef7b85b068212420f950319cc8c580261963aefc75f811" } ,
{ file = "PyYAML-5.3-cp38-cp38-win_amd64.whl" , hash = "sha256:cb1f2f5e426dc9f07a7681419fe39cee823bb74f723f36f70399123f439e9b20" } ,
{ file = "PyYAML-5.3.tar.gz" , hash = "sha256:e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615" } ,
2019-10-24 21:35:28 +02:00
]
2019-11-07 22:22:31 +01:00
regex = [
2020-01-11 20:44:32 -05:00
{ file = "regex-2020.1.8-cp27-cp27m-win32.whl" , hash = "sha256:4e8f02d3d72ca94efc8396f8036c0d3bcc812aefc28ec70f35bb888c74a25161" } ,
{ file = "regex-2020.1.8-cp27-cp27m-win_amd64.whl" , hash = "sha256:e6c02171d62ed6972ca8631f6f34fa3281d51db8b326ee397b9c83093a6b7242" } ,
{ file = "regex-2020.1.8-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:4eae742636aec40cf7ab98171ab9400393360b97e8f9da67b1867a9ee0889b26" } ,
{ file = "regex-2020.1.8-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:bd25bb7980917e4e70ccccd7e3b5740614f1c408a642c245019cff9d7d1b6149" } ,
{ file = "regex-2020.1.8-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:3e77409b678b21a056415da3a56abfd7c3ad03da71f3051bbcdb68cf44d3c34d" } ,
{ file = "regex-2020.1.8-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:07b39bf943d3d2fe63d46281d8504f8df0ff3fe4c57e13d1656737950e53e525" } ,
{ file = "regex-2020.1.8-cp36-cp36m-win32.whl" , hash = "sha256:23e2c2c0ff50f44877f64780b815b8fd2e003cda9ce817a7fd00dea5600c84a0" } ,
{ file = "regex-2020.1.8-cp36-cp36m-win_amd64.whl" , hash = "sha256:27429b8d74ba683484a06b260b7bb00f312e7c757792628ea251afdbf1434003" } ,
{ file = "regex-2020.1.8-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:0e182d2f097ea8549a249040922fa2b92ae28be4be4895933e369a525ba36576" } ,
{ file = "regex-2020.1.8-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e3cd21cc2840ca67de0bbe4071f79f031c81418deb544ceda93ad75ca1ee9f7b" } ,
{ file = "regex-2020.1.8-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:ecc6de77df3ef68fee966bb8cb4e067e84d4d1f397d0ef6fce46913663540d77" } ,
{ file = "regex-2020.1.8-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:26ff99c980f53b3191d8931b199b29d6787c059f2e029b2b0c694343b1708c35" } ,
{ file = "regex-2020.1.8-cp37-cp37m-win32.whl" , hash = "sha256:7bcd322935377abcc79bfe5b63c44abd0b29387f267791d566bbb566edfdd146" } ,
{ file = "regex-2020.1.8-cp37-cp37m-win_amd64.whl" , hash = "sha256:10671601ee06cf4dc1bc0b4805309040bb34c9af423c12c379c83d7895622bb5" } ,
{ file = "regex-2020.1.8-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:98b8ed7bb2155e2cbb8b76f627b2fd12cf4b22ab6e14873e8641f266e0fb6d8f" } ,
{ file = "regex-2020.1.8-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:6a6ba91b94427cd49cd27764679024b14a96874e0dc638ae6bdd4b1a3ce97be1" } ,
{ file = "regex-2020.1.8-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:6a6ae17bf8f2d82d1e8858a47757ce389b880083c4ff2498dba17c56e6c103b9" } ,
{ file = "regex-2020.1.8-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:0932941cdfb3afcbc26cc3bcf7c3f3d73d5a9b9c56955d432dbf8bbc147d4c5b" } ,
{ file = "regex-2020.1.8-cp38-cp38-win32.whl" , hash = "sha256:d58e4606da2a41659c84baeb3cfa2e4c87a74cec89a1e7c56bee4b956f9d7461" } ,
{ file = "regex-2020.1.8-cp38-cp38-win_amd64.whl" , hash = "sha256:e7c7661f7276507bce416eaae22040fd91ca471b5b33c13f8ff21137ed6f248c" } ,
{ file = "regex-2020.1.8.tar.gz" , hash = "sha256:d0f424328f9822b0323b3b6f2e4b9c90960b24743d220763c7f07071e0778351" } ,
2019-10-24 21:35:28 +02:00
]
six = [
2019-11-07 22:22:31 +01:00
{ file = "six-1.13.0-py2.py3-none-any.whl" , hash = "sha256:1f1b7d42e254082a9db6279deae68afb421ceba6158efa6131de7b3003ee93fd" } ,
{ file = "six-1.13.0.tar.gz" , hash = "sha256:30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66" } ,
2019-10-24 21:35:28 +02:00
]
termcolor = [
{ file = "termcolor-1.1.0.tar.gz" , hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b" } ,
]
toml = [
{ file = "toml-0.10.0-py2.7.egg" , hash = "sha256:f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3" } ,
{ file = "toml-0.10.0-py2.py3-none-any.whl" , hash = "sha256:235682dd292d5899d361a811df37e04a8828a5b1da3115886b73cf81ebc9100e" } ,
{ file = "toml-0.10.0.tar.gz" , hash = "sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c" } ,
]
tox = [
2019-12-28 17:03:38 -05:00
{ file = "tox-3.14.3-py2.py3-none-any.whl" , hash = "sha256:806d0a9217584558cc93747a945a9d9bff10b141a5287f0c8429a08828a22192" } ,
{ file = "tox-3.14.3.tar.gz" , hash = "sha256:06ba73b149bf838d5cd25dc30c2dd2671ae5b2757cf98e5c41a35fe449f131b3" } ,
2019-10-24 21:35:28 +02:00
]
2019-11-07 22:22:31 +01:00
typed-ast = [
{ file = "typed_ast-1.4.0-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:262c247a82d005e43b5b7f69aff746370538e176131c32dda9cb0f324d27141e" } ,
{ file = "typed_ast-1.4.0-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:71211d26ffd12d63a83e079ff258ac9d56a1376a25bc80b1cdcdf601b855b90b" } ,
{ file = "typed_ast-1.4.0-cp35-cp35m-win32.whl" , hash = "sha256:630968c5cdee51a11c05a30453f8cd65e0cc1d2ad0d9192819df9978984529f4" } ,
{ file = "typed_ast-1.4.0-cp35-cp35m-win_amd64.whl" , hash = "sha256:ffde2fbfad571af120fcbfbbc61c72469e72f550d676c3342492a9dfdefb8f12" } ,
{ file = "typed_ast-1.4.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:4e0b70c6fc4d010f8107726af5fd37921b666f5b31d9331f0bd24ad9a088e631" } ,
{ file = "typed_ast-1.4.0-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:bc6c7d3fa1325a0c6613512a093bc2a2a15aeec350451cbdf9e1d4bffe3e3233" } ,
{ file = "typed_ast-1.4.0-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:cc34a6f5b426748a507dd5d1de4c1978f2eb5626d51326e43280941206c209e1" } ,
{ file = "typed_ast-1.4.0-cp36-cp36m-win32.whl" , hash = "sha256:d896919306dd0aa22d0132f62a1b78d11aaf4c9fc5b3410d3c666b818191630a" } ,
{ file = "typed_ast-1.4.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:354c16e5babd09f5cb0ee000d54cfa38401d8b8891eefa878ac772f827181a3c" } ,
{ file = "typed_ast-1.4.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:95bd11af7eafc16e829af2d3df510cecfd4387f6453355188342c3e79a2ec87a" } ,
{ file = "typed_ast-1.4.0-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:18511a0b3e7922276346bcb47e2ef9f38fb90fd31cb9223eed42c85d1312344e" } ,
{ file = "typed_ast-1.4.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:d7c45933b1bdfaf9f36c579671fec15d25b06c8398f113dab64c18ed1adda01d" } ,
{ file = "typed_ast-1.4.0-cp37-cp37m-win32.whl" , hash = "sha256:d755f03c1e4a51e9b24d899561fec4ccaf51f210d52abdf8c07ee2849b212a36" } ,
{ file = "typed_ast-1.4.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:2b907eb046d049bcd9892e3076c7a6456c93a25bebfe554e931620c90e6a25b0" } ,
{ file = "typed_ast-1.4.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:fdc1c9bbf79510b76408840e009ed65958feba92a88833cdceecff93ae8fff66" } ,
{ file = "typed_ast-1.4.0-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:7954560051331d003b4e2b3eb822d9dd2e376fa4f6d98fee32f452f52dd6ebb2" } ,
{ file = "typed_ast-1.4.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:48e5b1e71f25cfdef98b013263a88d7145879fbb2d5185f2a0c79fa7ebbeae47" } ,
{ file = "typed_ast-1.4.0-cp38-cp38-win32.whl" , hash = "sha256:1170afa46a3799e18b4c977777ce137bb53c7485379d9706af8a59f2ea1aa161" } ,
{ file = "typed_ast-1.4.0-cp38-cp38-win_amd64.whl" , hash = "sha256:838997f4310012cf2e1ad3803bce2f3402e9ffb71ded61b5ee22617b3a7f6b6e" } ,
{ file = "typed_ast-1.4.0.tar.gz" , hash = "sha256:66480f95b8167c9c5c5c87f32cf437d585937970f3fc24386f313a4c97b44e34" } ,
]
2019-10-24 21:35:28 +02:00
virtualenv = [
2019-12-28 17:03:38 -05:00
{ file = "virtualenv-16.7.9-py2.py3-none-any.whl" , hash = "sha256:55059a7a676e4e19498f1aad09b8313a38fcc0cdbe4fdddc0e9b06946d21b4bb" } ,
{ file = "virtualenv-16.7.9.tar.gz" , hash = "sha256:0d62c70883c0342d59c11d0ddac0d954d0431321a41ab20851facf2b222598f3" } ,
2019-10-24 21:35:28 +02:00
]
wcwidth = [
2020-01-11 20:44:32 -05:00
{ file = "wcwidth-0.1.8-py2.py3-none-any.whl" , hash = "sha256:8fd29383f539be45b20bd4df0dc29c20ba48654a41e661925e612311e9f3c603" } ,
{ file = "wcwidth-0.1.8.tar.gz" , hash = "sha256:f28b3e8a6483e5d49e7f8949ac1a78314e740333ae305b4ba5defd3e74fb37a8" } ,
2019-10-24 21:35:28 +02:00
]
zipp = [
{ file = "zipp-0.6.0-py2.py3-none-any.whl" , hash = "sha256:f06903e9f1f43b12d371004b4ac7b06ab39a44adc747266928ae6debfa7b3335" } ,
{ file = "zipp-0.6.0.tar.gz" , hash = "sha256:3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e" } ,
]