Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Commits
59adfcfe
Commit
59adfcfe
authored
5 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
[enh]
#66
: Add poetry.lock and pyproject.toml
#lock
parent
28b59af0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
poetry.lock
+986
-0
986 additions, 0 deletions
poetry.lock
pyproject.toml
+42
-0
42 additions, 0 deletions
pyproject.toml
with
1028 additions
and
0 deletions
poetry.lock
0 → 100644
+
986
−
0
View file @
59adfcfe
[[package]]
category
=
"main"
description
=
"Async http client/server framework (asyncio)"
name
=
"aiohttp"
optional
=
false
python-versions
=
">
=
3.5
.
3
"
version
=
"3.6.2"
[package.dependencies]
async-timeout
=
">
=
3.0
,
<
4.0
"
attrs
=
">
=
17.3
.
0
"
chardet
=
">
=
2.0
,
<
4.0
"
multidict
=
">
=
4.5
,
<
5.0
"
yarl
=
">
=
1.0
,
<
2.0
"
[package.dependencies.idna-ssl]
python
=
"<3.7"
version
=
">
=
1.0
"
[package.dependencies.typing-extensions]
python
=
"<3.7"
version
=
">
=
3.6
.
5
"
[package.extras]
speedups
=
[
"aiodns"
,
"brotlipy"
,
"cchardet"
]
[[package]]
category
=
"dev"
description
=
"A configurable sidebar-enabled Sphinx theme"
name
=
"alabaster"
optional
=
true
python-versions
=
"*"
version
=
"0.7.12"
[[package]]
category
=
"dev"
description
=
"A small Python module for determining appropriate platform-specific dirs, e.g. a
\"
user data dir
\"
."
marker
=
"python_version >=
\"
3.6
\"
and python_version <
\"
4.0
\"
"
name
=
"appdirs"
optional
=
false
python-versions
=
"*"
version
=
"1.4.3"
[[package]]
category
=
"dev"
description
=
"An abstract syntax tree for Python with inference support."
name
=
"astroid"
optional
=
false
python-versions
=
">
=
3.5
.*
"
version
=
"2.3.1"
[package.dependencies]
lazy-object-proxy
=
">
=
1.4
.
0
,
<
1.5
.
0
"
six
=
"1.12"
wrapt
=
">
=
1.11
.
0
,
<
1.12
.
0
"
[package.dependencies.typed-ast]
python
=
"<3.8"
version
=
">
=
1.4
.
0
,
<
1.5
"
[[package]]
category
=
"main"
description
=
"Timeout context manager for asyncio programs"
name
=
"async-timeout"
optional
=
false
python-versions
=
">
=
3.5
.
3
"
version
=
"3.0.1"
[[package]]
category
=
"main"
description
=
"Simple decorator to set attributes of target function or class in a DRY way."
name
=
"attr"
optional
=
false
python-versions
=
"*"
version
=
"0.3.1"
[[package]]
category
=
"main"
description
=
"Classes Without Boilerplate"
name
=
"attrs"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"19.2.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"
]
[[package]]
category
=
"dev"
description
=
"Internationalization utilities"
name
=
"babel"
optional
=
true
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"2.7.0"
[package.dependencies]
pytz
=
">
=
2015.7
"
[[package]]
category
=
"main"
description
=
"Base58 and Base58Check implementation"
name
=
"base58"
optional
=
false
python-versions
=
"*"
version
=
"1.0.3"
[[package]]
category
=
"dev"
description
=
"The uncompromising code formatter."
marker
=
"python_version >=
\"
3.6
\"
and python_version <
\"
4.0
\"
"
name
=
"black"
optional
=
false
python-versions
=
">
=
3.6
"
version
=
"19.3b0"
[package.dependencies]
appdirs
=
"*"
attrs
=
">
=
18.1
.
0
"
click
=
">
=
6.5
"
toml
=
">
=
0.9
.
4
"
[package.extras]
d
=
[
"aiohttp (>=3.3.2)"
,
"aiohttp-cors"
]
[[package]]
category
=
"dev"
description
=
"Python package for providing Mozilla's CA Bundle."
name
=
"certifi"
optional
=
true
python-versions
=
"*"
version
=
"2019.9.11"
[[package]]
category
=
"main"
description
=
"Universal encoding detector for Python 2 and 3"
name
=
"chardet"
optional
=
false
python-versions
=
"*"
version
=
"3.0.4"
[[package]]
category
=
"dev"
description
=
"Composable command line interface toolkit"
marker
=
"python_version >=
\"
3.6
\"
and python_version <
\"
4.0
\"
"
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."
marker
=
"sys_platform
=
=
\"
win
32
\"
"
name
=
"colorama"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"0.4.1"
[[package]]
category
=
"dev"
description
=
"Docutils -- Python Documentation Utilities"
name
=
"docutils"
optional
=
true
python-versions
=
">
=
2.6
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
"
version
=
"0.15.2"
[[package]]
category
=
"main"
description
=
"Internationalized Domain Names in Applications (IDNA)"
name
=
"idna"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"2.8"
[[package]]
category
=
"main"
description
=
"Patch ssl.match_hostname for Unicode(idna) domains support"
marker
=
"python_version <
\"
3.7
\"
"
name
=
"idna-ssl"
optional
=
false
python-versions
=
"*"
version
=
"1.1.0"
[package.dependencies]
idna
=
">
=
2.0
"
[[package]]
category
=
"dev"
description
=
"Getting image size from png/jpeg/jpeg2000/gif file"
name
=
"imagesize"
optional
=
true
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"1.1.0"
[[package]]
category
=
"main"
description
=
"Read metadata from Python packages"
name
=
"importlib-metadata"
optional
=
false
python-versions
=
">=2.7,!=3.0,!=3.1,!=3.2,!
=
3.3
"
version
=
"0.23"
[package.dependencies]
zipp
=
">
=
0.5
"
[package.extras]
docs
=
[
"sphinx"
,
"rst.linker"
]
testing
=
[
"packaging"
,
"importlib-resources"
]
[[package]]
category
=
"dev"
description
=
"A Python utility / library to sort Python imports."
name
=
"isort"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"4.3.21"
[package.extras]
pipfile
=
[
"pipreqs"
,
"requirementslib"
]
pyproject
=
[
"toml"
]
requirements
=
[
"pipreqs"
,
"pip-api"
]
xdg_home
=
[
"appdirs (>=1.4.0)"
]
[[package]]
category
=
"dev"
description
=
"A very fast and expressive template engine."
name
=
"jinja2"
optional
=
true
python-versions
=
"*"
version
=
"2.10.3"
[package.dependencies]
MarkupSafe
=
">
=
0.23
"
[package.extras]
i18n
=
[
"Babel (>=0.8)"
]
[[package]]
category
=
"main"
description
=
"An implementation of JSON Schema validation for Python"
name
=
"jsonschema"
optional
=
false
python-versions
=
"*"
version
=
"3.1.1"
[package.dependencies]
attrs
=
">
=
17.4
.
0
"
importlib-metadata
=
"*"
pyrsistent
=
">
=
0.14
.
0
"
setuptools
=
"*"
six
=
">
=
1.11
.
0
"
[package.extras]
format
=
[
"idna"
,
"jsonpointer (>1.13)"
,
"rfc3987"
,
"strict-rfc3339"
,
"webcolors"
]
[[package]]
category
=
"dev"
description
=
"A fast and thorough lazy object proxy."
name
=
"lazy-object-proxy"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"1.4.2"
[[package]]
category
=
"main"
description
=
"Python bindings for libsodium based on ctypes"
name
=
"libnacl"
optional
=
false
python-versions
=
"*"
version
=
"1.6.1"
[[package]]
category
=
"dev"
description
=
"Safely add untrusted strings to HTML/XML markup."
name
=
"markupsafe"
optional
=
true
python-versions
=
">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!
=
3.3
.*
"
version
=
"1.1.1"
[[package]]
category
=
"dev"
description
=
"McCabe checker, plugin for flake8"
name
=
"mccabe"
optional
=
false
python-versions
=
"*"
version
=
"0.6.1"
[[package]]
category
=
"main"
description
=
"More routines for operating on iterables, beyond itertools"
name
=
"more-itertools"
optional
=
false
python-versions
=
">
=
3.4
"
version
=
"7.2.0"
[[package]]
category
=
"main"
description
=
"multidict implementation"
name
=
"multidict"
optional
=
false
python-versions
=
">
=
3.4
.
1
"
version
=
"4.5.2"
[[package]]
category
=
"dev"
description
=
"Optional static typing for Python"
name
=
"mypy"
optional
=
false
python-versions
=
">
=
3.5
"
version
=
"0.730"
[package.dependencies]
mypy-extensions
=
">
=
0.4
.
0
,
<
0.5
.
0
"
typed-ast
=
">
=
1.4
.
0
,
<
1.5
.
0
"
typing-extensions
=
">
=
3.7
.
4
"
[package.extras]
dmypy
=
[
"psutil (>=4.0)"
]
[[package]]
category
=
"dev"
description
=
"Experimental type system extensions for programs checked with the mypy typechecker."
name
=
"mypy-extensions"
optional
=
false
python-versions
=
"*"
version
=
"0.4.2"
[[package]]
category
=
"dev"
description
=
"Core utilities for Python packages"
name
=
"packaging"
optional
=
true
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
version
=
"19.2"
[package.dependencies]
pyparsing
=
">
=
2.0
.
2
"
six
=
"*"
[[package]]
category
=
"main"
description
=
"Pure-Python Implementation of the AES block-cipher and common modes of operation"
name
=
"pyaes"
optional
=
false
python-versions
=
"*"
version
=
"1.6.1"
[[package]]
category
=
"dev"
description
=
"Pygments is a syntax highlighting package written in Python."
name
=
"pygments"
optional
=
true
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
version
=
"2.4.2"
[[package]]
category
=
"main"
description
=
"Scrypt for Python"
name
=
"pylibscrypt"
optional
=
false
python-versions
=
"*"
version
=
"1.8.0"
[[package]]
category
=
"dev"
description
=
"python code static checker"
name
=
"pylint"
optional
=
false
python-versions
=
">
=
3.5
.*
"
version
=
"2.4.2"
[package.dependencies]
astroid
=
">
=
2.3
.
0
,
<
2.4
"
colorama
=
"*"
isort
=
">
=
4.2
.
5
,
<
5
"
mccabe
=
">
=
0.6
,
<
0.7
"
[[package]]
category
=
"dev"
description
=
"Python parsing module"
name
=
"pyparsing"
optional
=
true
python-versions
=
">
=
2.6
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
"
version
=
"2.4.2"
[[package]]
category
=
"main"
description
=
"An intrinsic PEG Parser-Interpreter for Python"
name
=
"pypeg2"
optional
=
false
python-versions
=
"*"
version
=
"2.15.2"
[[package]]
category
=
"main"
description
=
"Persistent/Functional/Immutable data structures"
name
=
"pyrsistent"
optional
=
false
python-versions
=
"*"
version
=
"0.15.4"
[package.dependencies]
six
=
"*"
[[package]]
category
=
"dev"
description
=
"World timezone definitions, modern and historical"
name
=
"pytz"
optional
=
true
python-versions
=
"*"
version
=
"2019.3"
[[package]]
category
=
"dev"
description
=
"Python HTTP for Humans."
name
=
"requests"
optional
=
true
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
version
=
"2.22.0"
[package.dependencies]
certifi
=
">
=
2017.4
.
17
"
chardet
=
">
=
3.0
.
2
,
<
3.1
.
0
"
idna
=
">
=
2.5
,
<
2.9
"
urllib3
=
">
=
1.21
.
1
,
<
1.25
.
0
||
>
1.25
.
0
,
<
1.25
.
1
||
>
1.25
.
1
,
<
1.26
"
[package.extras]
security
=
[
"pyOpenSSL (>=0.14)"
,
"cryptography (>=1.3.4)"
,
"idna (>=2.0.0)"
]
socks
=
[
"PySocks (>=1.5.6,<1.5.7 || >1.5.7)"
,
"win-inet-pton"
]
[[package]]
category
=
"main"
description
=
"Python 2 and 3 compatibility utilities"
name
=
"six"
optional
=
false
python-versions
=
">
=
2.6
,
!
=
3.0
.*
,
!
=
3.1
.*
"
version
=
"1.12.0"
[[package]]
category
=
"dev"
description
=
"This package provides 26 stemmers for 25 languages generated from Snowball algorithms."
name
=
"snowballstemmer"
optional
=
true
python-versions
=
"*"
version
=
"2.0.0"
[[package]]
category
=
"dev"
description
=
"Python documentation generator"
name
=
"sphinx"
optional
=
true
python-versions
=
">
=
3.5
"
version
=
"2.2.0"
[package.dependencies]
Jinja2
=
">
=
2.3
"
Pygments
=
">
=
2.0
"
alabaster
=
">
=
0.7
,
<
0.8
"
babel
=
">
=
1.3
,
<
2.0
||
>
2.0
"
colorama
=
">
=
0.3
.
5
"
docutils
=
">
=
0.12
"
imagesize
=
"*"
packaging
=
"*"
requests
=
">
=
2.5
.
0
"
setuptools
=
"*"
snowballstemmer
=
">
=
1.1
"
sphinxcontrib-applehelp
=
"*"
sphinxcontrib-devhelp
=
"*"
sphinxcontrib-htmlhelp
=
"*"
sphinxcontrib-jsmath
=
"*"
sphinxcontrib-qthelp
=
"*"
sphinxcontrib-serializinghtml
=
"*"
[package.extras]
docs
=
[
"sphinxcontrib-websupport"
]
test
=
[
"pytest"
,
"pytest-cov"
,
"html5lib"
,
"flake8 (>=3.5.0)"
,
"flake8-import-order"
,
"mypy (>=0.720)"
,
"docutils-stubs"
]
[[package]]
category
=
"dev"
description
=
"Read the Docs theme for Sphinx"
name
=
"sphinx-rtd-theme"
optional
=
true
python-versions
=
"*"
version
=
"0.4.3"
[package.dependencies]
sphinx
=
"*"
[[package]]
category
=
"dev"
description
=
""
name
=
"sphinxcontrib-applehelp"
optional
=
true
python-versions
=
"*"
version
=
"1.0.1"
[package.extras]
test
=
[
"pytest"
,
"flake8"
,
"mypy"
]
[[package]]
category
=
"dev"
description
=
""
name
=
"sphinxcontrib-devhelp"
optional
=
true
python-versions
=
"*"
version
=
"1.0.1"
[package.extras]
test
=
[
"pytest"
,
"flake8"
,
"mypy"
]
[[package]]
category
=
"dev"
description
=
""
name
=
"sphinxcontrib-htmlhelp"
optional
=
true
python-versions
=
"*"
version
=
"1.0.2"
[package.extras]
test
=
[
"pytest"
,
"flake8"
,
"mypy"
,
"html5lib"
]
[[package]]
category
=
"dev"
description
=
"A sphinx extension which renders display math in HTML via JavaScript"
name
=
"sphinxcontrib-jsmath"
optional
=
true
python-versions
=
">
=
3.5
"
version
=
"1.0.1"
[package.extras]
test
=
[
"pytest"
,
"flake8"
,
"mypy"
]
[[package]]
category
=
"dev"
description
=
""
name
=
"sphinxcontrib-qthelp"
optional
=
true
python-versions
=
"*"
version
=
"1.0.2"
[package.extras]
test
=
[
"pytest"
,
"flake8"
,
"mypy"
]
[[package]]
category
=
"dev"
description
=
""
name
=
"sphinxcontrib-serializinghtml"
optional
=
true
python-versions
=
"*"
version
=
"1.1.3"
[package.extras]
test
=
[
"pytest"
,
"flake8"
,
"mypy"
]
[[package]]
category
=
"dev"
description
=
"Python Library for Tom's Obvious, Minimal Language"
marker
=
"python_version >=
\"
3.6
\"
and python_version <
\"
4.0
\"
"
name
=
"toml"
optional
=
false
python-versions
=
"*"
version
=
"0.10.0"
[[package]]
category
=
"dev"
description
=
"a fork of Python 2 and 3 ast modules with type comment support"
name
=
"typed-ast"
optional
=
false
python-versions
=
"*"
version
=
"1.4.0"
[[package]]
category
=
"main"
description
=
"Type Hints for Python"
name
=
"typing"
optional
=
false
python-versions
=
"*"
version
=
"3.7.4.1"
[[package]]
category
=
"main"
description
=
"Backported and Experimental Type Hints for Python 3.5+"
name
=
"typing-extensions"
optional
=
false
python-versions
=
"*"
version
=
"3.7.4"
[package.dependencies]
typing
=
">
=
3.7
.
4
"
[[package]]
category
=
"dev"
description
=
"HTTP library with thread-safe connection pooling, file post, and more."
name
=
"urllib3"
optional
=
true
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
<
4
"
version
=
"1.25.6"
[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 || >1.5.7,<2.0)"
]
[[package]]
category
=
"dev"
description
=
"Module for decorators, wrappers and monkey patching."
name
=
"wrapt"
optional
=
false
python-versions
=
"*"
version
=
"1.11.2"
[[package]]
category
=
"main"
description
=
"Yet another URL library"
name
=
"yarl"
optional
=
false
python-versions
=
">
=
3.5
.
3
"
version
=
"1.3.0"
[package.dependencies]
idna
=
">
=
2.0
"
multidict
=
">
=
4.0
"
[[package]]
category
=
"main"
description
=
"Backport of pathlib-compatible object wrapper for zip files"
name
=
"zipp"
optional
=
false
python-versions
=
">
=
2.7
"
version
=
"0.6.0"
[package.dependencies]
more-itertools
=
"*"
[package.extras]
docs
=
[
"sphinx"
,
"jaraco.packaging (>=3.2)"
,
"rst.linker (>=1.9)"
]
testing
=
[
"pathlib2"
,
"contextlib2"
,
"unittest2"
]
[metadata]
content-hash
=
"89444793865299c51733311cc9ed62732fbc7c475dac4a5360e434bbd1f2ec0d"
python-versions
=
"^3.5.3"
[metadata.files]
aiohttp
=
[
{file
=
"aiohttp-3.6.2-cp35-cp35m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:1e984191d1ec186881ffaed4581092ba04f7c61582a177b187d3a2f07ed9719e"
}
,
{file
=
"aiohttp-3.6.2-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:50aaad128e6ac62e7bf7bd1f0c0a24bc968a0c0590a726d5a955af193544bcec"
}
,
{file
=
"aiohttp-3.6.2-cp36-cp36m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:65f31b622af739a802ca6fd1a3076fd0ae523f8485c52924a89561ba10c49b48"
}
,
{file
=
"aiohttp-3.6.2-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:ae55bac364c405caa23a4f2d6cfecc6a0daada500274ffca4a9230e7129eac59"
}
,
{file
=
"aiohttp-3.6.2-cp36-cp36m-win32.whl"
,
hash
=
"sha256:344c780466b73095a72c616fac5ea9c4665add7fc129f285fbdbca3cccf4612a"
}
,
{file
=
"aiohttp-3.6.2-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:4c6efd824d44ae697814a2a85604d8e992b875462c6655da161ff18fd4f29f17"
}
,
{file
=
"aiohttp-3.6.2-cp37-cp37m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:2f4d1a4fdce595c947162333353d4a44952a724fba9ca3205a3df99a33d1307a"
}
,
{file
=
"aiohttp-3.6.2-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:6206a135d072f88da3e71cc501c59d5abffa9d0bb43269a6dcd28d66bfafdbdd"
}
,
{file
=
"aiohttp-3.6.2-cp37-cp37m-win32.whl"
,
hash
=
"sha256:b778ce0c909a2653741cb4b1ac7015b5c130ab9c897611df43ae6a58523cb965"
}
,
{file
=
"aiohttp-3.6.2-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:32e5f3b7e511aa850829fbe5aa32eb455e5534eaa4b1ce93231d00e2f76e5654"
}
,
{file
=
"aiohttp-3.6.2-py3-none-any.whl"
,
hash
=
"sha256:460bd4237d2dbecc3b5ed57e122992f60188afe46e7319116da5eb8a9dfedba4"
}
,
{file
=
"aiohttp-3.6.2.tar.gz"
,
hash
=
"sha256:259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326"
}
,
]
alabaster
=
[
{file
=
"alabaster-0.7.12-py2.py3-none-any.whl"
,
hash
=
"sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"
}
,
{file
=
"alabaster-0.7.12.tar.gz"
,
hash
=
"sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"
}
,
]
appdirs
=
[
{file
=
"appdirs-1.4.3-py2.py3-none-any.whl"
,
hash
=
"sha256:d8b24664561d0d34ddfaec54636d502d7cea6e29c3eaf68f3df6180863e2166e"
}
,
{file
=
"appdirs-1.4.3.tar.gz"
,
hash
=
"sha256:9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92"
}
,
]
astroid
=
[
{file
=
"astroid-2.3.1-py3-none-any.whl"
,
hash
=
"sha256:98c665ad84d10b18318c5ab7c3d203fe11714cbad2a4aef4f44651f415392754"
}
,
{file
=
"astroid-2.3.1.tar.gz"
,
hash
=
"sha256:b7546ffdedbf7abcfbff93cd1de9e9980b1ef744852689decc5aeada324238c6"
}
,
]
async-timeout
=
[
{file
=
"async-timeout-3.0.1.tar.gz"
,
hash
=
"sha256:0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f"
}
,
{file
=
"async_timeout-3.0.1-py3-none-any.whl"
,
hash
=
"sha256:4291ca197d287d274d0b6cb5d6f8f8f82d434ed288f962539ff18cc9012f9ea3"
}
,
]
attr
=
[
{file
=
"attr-0.3.1-py2-none-any.whl"
,
hash
=
"sha256:0b1aaddb85bd9e9c4bd75092f4440d6616ff40b0df0437f00771871670f7c9fd"
}
,
{file
=
"attr-0.3.1.tar.gz"
,
hash
=
"sha256:9091548058d17f132596e61fa7518e504f76b9a4c61ca7d86e1f96dbf7d4775d"
}
,
]
attrs
=
[
{file
=
"attrs-19.2.0-py2.py3-none-any.whl"
,
hash
=
"sha256:ec20e7a4825331c1b5ebf261d111e16fa9612c1f7a5e1f884f12bd53a664dfd2"
}
,
{file
=
"attrs-19.2.0.tar.gz"
,
hash
=
"sha256:f913492e1663d3c36f502e5e9ba6cd13cf19d7fab50aa13239e420fef95e1396"
}
,
]
babel
=
[
{file
=
"Babel-2.7.0-py2.py3-none-any.whl"
,
hash
=
"sha256:af92e6106cb7c55286b25b38ad7695f8b4efb36a90ba483d7f7a6628c46158ab"
}
,
{file
=
"Babel-2.7.0.tar.gz"
,
hash
=
"sha256:e86135ae101e31e2c8ec20a4e0c5220f4eed12487d5cf3f78be7e98d3a57fc28"
}
,
]
base58
=
[
{file
=
"base58-1.0.3-py2-none-any.whl"
,
hash
=
"sha256:1e42993c0628ed4f898c03b522b26af78fb05115732549b21a028bc4633d19ab"
}
,
{file
=
"base58-1.0.3-py3-none-any.whl"
,
hash
=
"sha256:6aa0553e477478993588303c54659d15e3c17ae062508c854a8b752d07c716bd"
}
,
{file
=
"base58-1.0.3.tar.gz"
,
hash
=
"sha256:9a793c599979c497800eb414c852b80866f28daaed5494703fc129592cc83e60"
}
,
]
black
=
[
{file
=
"black-19.3b0-py36-none-any.whl"
,
hash
=
"sha256:09a9dcb7c46ed496a9850b76e4e825d6049ecd38b611f1224857a79bd985a8cf"
}
,
{file
=
"black-19.3b0.tar.gz"
,
hash
=
"sha256:68950ffd4d9169716bcb8719a56c07a2f4485354fec061cdd5910aa07369731c"
}
,
]
certifi
=
[
{file
=
"certifi-2019.9.11-py2.py3-none-any.whl"
,
hash
=
"sha256:fd7c7c74727ddcf00e9acd26bba8da604ffec95bf1c2144e67aff7a8b50e6cef"
}
,
{file
=
"certifi-2019.9.11.tar.gz"
,
hash
=
"sha256:e4f3620cfea4f83eedc95b24abd9cd56f3c4b146dd0177e83a21b4eb49e21e50"
}
,
]
chardet
=
[
{file
=
"chardet-3.0.4-py2.py3-none-any.whl"
,
hash
=
"sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"
}
,
{file
=
"chardet-3.0.4.tar.gz"
,
hash
=
"sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"
}
,
]
click
=
[
{file
=
"Click-7.0-py2.py3-none-any.whl"
,
hash
=
"sha256:2335065e6395b9e67ca716de5f7526736bfa6ceead690adf616d925bdc622b13"
}
,
{file
=
"Click-7.0.tar.gz"
,
hash
=
"sha256:5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7"
}
,
]
colorama
=
[
{file
=
"colorama-0.4.1-py2.py3-none-any.whl"
,
hash
=
"sha256:f8ac84de7840f5b9c4e3347b3c1eaa50f7e49c2b07596221daec5edaabbd7c48"
}
,
{file
=
"colorama-0.4.1.tar.gz"
,
hash
=
"sha256:05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d"
}
,
]
docutils
=
[
{file
=
"docutils-0.15.2-py2-none-any.whl"
,
hash
=
"sha256:9e4d7ecfc600058e07ba661411a2b7de2fd0fafa17d1a7f7361cd47b1175c827"
}
,
{file
=
"docutils-0.15.2-py3-none-any.whl"
,
hash
=
"sha256:6c4f696463b79f1fb8ba0c594b63840ebd41f059e92b31957c46b74a4599b6d0"
}
,
{file
=
"docutils-0.15.2.tar.gz"
,
hash
=
"sha256:a2aeea129088da402665e92e0b25b04b073c04b2dce4ab65caaa38b7ce2e1a99"
}
,
]
idna
=
[
{file
=
"idna-2.8-py2.py3-none-any.whl"
,
hash
=
"sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c"
}
,
{file
=
"idna-2.8.tar.gz"
,
hash
=
"sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"
}
,
]
idna-ssl
=
[
{file
=
"idna-ssl-1.1.0.tar.gz"
,
hash
=
"sha256:a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d92c6c7c"
}
,
]
imagesize
=
[
{file
=
"imagesize-1.1.0-py2.py3-none-any.whl"
,
hash
=
"sha256:3f349de3eb99145973fefb7dbe38554414e5c30abd0c8e4b970a7c9d09f3a1d8"
}
,
{file
=
"imagesize-1.1.0.tar.gz"
,
hash
=
"sha256:f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5"
}
,
]
importlib-metadata
=
[
{file
=
"importlib_metadata-0.23-py2.py3-none-any.whl"
,
hash
=
"sha256:d5f18a79777f3aa179c145737780282e27b508fc8fd688cb17c7a813e8bd39af"
}
,
{file
=
"importlib_metadata-0.23.tar.gz"
,
hash
=
"sha256:aa18d7378b00b40847790e7c27e11673d7fed219354109d0e7b9e5b25dc3ad26"
}
,
]
isort
=
[
{file
=
"isort-4.3.21-py2.py3-none-any.whl"
,
hash
=
"sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"
}
,
{file
=
"isort-4.3.21.tar.gz"
,
hash
=
"sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1"
}
,
]
jinja2
=
[
{file
=
"Jinja2-2.10.3-py2.py3-none-any.whl"
,
hash
=
"sha256:74320bb91f31270f9551d46522e33af46a80c3d619f4a4bf42b3164d30b5911f"
}
,
{file
=
"Jinja2-2.10.3.tar.gz"
,
hash
=
"sha256:9fe95f19286cfefaa917656583d020be14e7859c6b0252588391e47db34527de"
}
,
]
jsonschema
=
[
{file
=
"jsonschema-3.1.1-py2.py3-none-any.whl"
,
hash
=
"sha256:94c0a13b4a0616458b42529091624e66700a17f847453e52279e35509a5b7631"
}
,
{file
=
"jsonschema-3.1.1.tar.gz"
,
hash
=
"sha256:2fa0684276b6333ff3c0b1b27081f4b2305f0a36cf702a23db50edb141893c3f"
}
,
]
lazy-object-proxy
=
[
{file
=
"lazy-object-proxy-1.4.2.tar.gz"
,
hash
=
"sha256:fd135b8d35dfdcdb984828c84d695937e58cc5f49e1c854eb311c4d6aa03f4f1"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp27-cp27m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:616c94f8176808f4018b39f9638080ed86f96b55370b5a9463b2ee5c926f6c5f"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp27-cp27m-win32.whl"
,
hash
=
"sha256:ae33dd198f772f714420c5ab698ff05ff900150486c648d29951e9c70694338e"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:ad4f4be843dace866af5fc142509e9b9817ca0c59342fdb176ab6ad552c927f5"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:63b91e30ef47ef68a30f0c3c278fbfe9822319c15f34b7538a829515b84ca2a0"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp34-cp34m-manylinux1_x86_64.whl"
,
hash
=
"sha256:1f2c6209a8917c525c1e2b55a716135ca4658a3042b5122d4e3413a4030c26ce"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp34-cp34m-win32.whl"
,
hash
=
"sha256:c462eb33f6abca3b34cdedbe84d761f31a60b814e173b98ede3c81bb48967c4f"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp34-cp34m-win_amd64.whl"
,
hash
=
"sha256:83fe27ba321e4cfac466178606147d3c0aa18e8087507caec78ed5a966a64905"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:02b260c8deb80db09325b99edf62ae344ce9bc64d68b7a634410b8e9a568edbf"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp35-cp35m-win32.whl"
,
hash
=
"sha256:2f06d97f0ca0f414f6b707c974aaf8829c2292c1c497642f63824119d770226f"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:a4def978d9d28cda2d960c279318d46b327632686d82b4917516c36d4c274512"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:a0c8758d01fcdfe7ae8e4b4017b13552efa7f1197dd7358dc9da0576f9d0328a"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp36-cp36m-win32.whl"
,
hash
=
"sha256:77b454f03860b844f758c5d5c6e5f18d27de899a3db367f4af06bec2e6013a8e"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:18f9c401083a4ba6e162355873f906315332ea7035803d0fd8166051e3d402e3"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp37-cp37m-macosx_10_13_x86_64.whl"
,
hash
=
"sha256:9f5caf2c7436d44f3cec97c2fa7791f8a675170badbfa86e1992ca1b84c37009"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:874ebf3caaf55a020aeb08acead813baf5a305927a71ce88c9377970fe7ad3c2"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp37-cp37m-win32.whl"
,
hash
=
"sha256:b4a2b782b8a8c5522ad35c93e04d60e2ba7f7dcb9271ec8e8c3e08239be6c7b4"
}
,
{file
=
"lazy_object_proxy-1.4.2-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:84742532d39f72df959d237912344d8a1764c2d03fe58beba96a87bfa11a76d8"
}
,
]
libnacl
=
[
{file
=
"libnacl-1.6.1-py2.py3-none-any.whl"
,
hash
=
"sha256:7fa7b7896738d3874126d6945cd93e61fc43c6eafaed0429774f91307087cbcc"
}
,
{file
=
"libnacl-1.6.1.tar.gz"
,
hash
=
"sha256:9bac3d8867678c457d0c018f028052996ab567a6b4964e82a17072ed2cb2675b"
}
,
]
markupsafe
=
[
{file
=
"MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl"
,
hash
=
"sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161"
}
,
{file
=
"MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl"
,
hash
=
"sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7"
}
,
{file
=
"MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl"
,
hash
=
"sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183"
}
,
{file
=
"MarkupSafe-1.1.1-cp27-cp27m-win32.whl"
,
hash
=
"sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b"
}
,
{file
=
"MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e"
}
,
{file
=
"MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl"
,
hash
=
"sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f"
}
,
{file
=
"MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1"
}
,
{file
=
"MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl"
,
hash
=
"sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5"
}
,
{file
=
"MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl"
,
hash
=
"sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1"
}
,
{file
=
"MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl"
,
hash
=
"sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735"
}
,
{file
=
"MarkupSafe-1.1.1-cp34-cp34m-win32.whl"
,
hash
=
"sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21"
}
,
{file
=
"MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl"
,
hash
=
"sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235"
}
,
{file
=
"MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl"
,
hash
=
"sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b"
}
,
{file
=
"MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f"
}
,
{file
=
"MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905"
}
,
{file
=
"MarkupSafe-1.1.1-cp35-cp35m-win32.whl"
,
hash
=
"sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1"
}
,
{file
=
"MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d"
}
,
{file
=
"MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl"
,
hash
=
"sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff"
}
,
{file
=
"MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473"
}
,
{file
=
"MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e"
}
,
{file
=
"MarkupSafe-1.1.1-cp36-cp36m-win32.whl"
,
hash
=
"sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66"
}
,
{file
=
"MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5"
}
,
{file
=
"MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl"
,
hash
=
"sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d"
}
,
{file
=
"MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e"
}
,
{file
=
"MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6"
}
,
{file
=
"MarkupSafe-1.1.1-cp37-cp37m-win32.whl"
,
hash
=
"sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2"
}
,
{file
=
"MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c"
}
,
{file
=
"MarkupSafe-1.1.1.tar.gz"
,
hash
=
"sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b"
}
,
]
mccabe
=
[
{file
=
"mccabe-0.6.1-py2.py3-none-any.whl"
,
hash
=
"sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"
}
,
{file
=
"mccabe-0.6.1.tar.gz"
,
hash
=
"sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"
}
,
]
more-itertools
=
[
{file
=
"more-itertools-7.2.0.tar.gz"
,
hash
=
"sha256:409cd48d4db7052af495b09dec721011634af3753ae1ef92d2b32f73a745f832"
}
,
{file
=
"more_itertools-7.2.0-py3-none-any.whl"
,
hash
=
"sha256:92b8c4b06dac4f0611c0729b2f2ede52b2e1bac1ab48f089c7ddc12e26bb60c4"
}
,
]
multidict
=
[
{file
=
"multidict-4.5.2-cp34-cp34m-macosx_10_12_intel.macosx_10_12_x86_64.macosx_10_13_intel.macosx_10_13_x86_64.whl"
,
hash
=
"sha256:068167c2d7bbeebd359665ac4fff756be5ffac9cda02375b5c5a7c4777038e73"
}
,
{file
=
"multidict-4.5.2-cp34-cp34m-macosx_10_6_intel.macosx_10_6_x86_64.macosx_10_7_intel.macosx_10_7_x86_64.macosx_10_8_intel.macosx_10_8_x86_64.whl"
,
hash
=
"sha256:7c1b7eab7a49aa96f3db1f716f0113a8a2e93c7375dd3d5d21c4941f1405c9c5"
}
,
{file
=
"multidict-4.5.2-cp34-cp34m-macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl"
,
hash
=
"sha256:8ccd1c5fff1aa1427100ce188557fc31f1e0a383ad8ec42c559aabd4ff08802d"
}
,
{file
=
"multidict-4.5.2-cp34-cp34m-manylinux1_i686.whl"
,
hash
=
"sha256:6a3a9b0f45fd75dc05d8e93dc21b18fc1670135ec9544d1ad4acbcf6b86781d0"
}
,
{file
=
"multidict-4.5.2-cp34-cp34m-manylinux1_x86_64.whl"
,
hash
=
"sha256:31dfa2fc323097f8ad7acd41aa38d7c614dd1960ac6681745b6da124093dc351"
}
,
{file
=
"multidict-4.5.2-cp34-cp34m-win32.whl"
,
hash
=
"sha256:8e08dd76de80539d613654915a2f5196dbccc67448df291e69a88712ea21e24a"
}
,
{file
=
"multidict-4.5.2-cp34-cp34m-win_amd64.whl"
,
hash
=
"sha256:d1071414dd06ca2eafa90c85a079169bfeb0e5f57fd0b45d44c092546fcd6fd9"
}
,
{file
=
"multidict-4.5.2-cp35-cp35m-macosx_10_12_intel.macosx_10_12_x86_64.macosx_10_13_intel.macosx_10_13_x86_64.whl"
,
hash
=
"sha256:1d1c77013a259971a72ddaa83b9f42c80a93ff12df6a4723be99d858fa30bee3"
}
,
{file
=
"multidict-4.5.2-cp35-cp35m-macosx_10_6_intel.macosx_10_6_x86_64.macosx_10_7_intel.macosx_10_7_x86_64.macosx_10_8_intel.macosx_10_8_x86_64.whl"
,
hash
=
"sha256:3d5dd8e5998fb4ace04789d1d008e2bb532de501218519d70bb672c4c5a2fc5d"
}
,
{file
=
"multidict-4.5.2-cp35-cp35m-macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl"
,
hash
=
"sha256:7fc0eee3046041387cbace9314926aa48b681202f8897f8bff3809967a049036"
}
,
{file
=
"multidict-4.5.2-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:041e9442b11409be5e4fc8b6a97e4bcead758ab1e11768d1e69160bdde18acc3"
}
,
{file
=
"multidict-4.5.2-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:c49db89d602c24928e68c0d510f4fcf8989d77defd01c973d6cbe27e684833b1"
}
,
{file
=
"multidict-4.5.2-cp35-cp35m-win32.whl"
,
hash
=
"sha256:34f82db7f80c49f38b032c5abb605c458bac997a6c3142e0d6c130be6fb2b941"
}
,
{file
=
"multidict-4.5.2-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:5de53a28f40ef3c4fd57aeab6b590c2c663de87a5af76136ced519923d3efbb3"
}
,
{file
=
"multidict-4.5.2-cp36-cp36m-macosx_10_12_intel.macosx_10_12_x86_64.macosx_10_13_intel.macosx_10_13_x86_64.whl"
,
hash
=
"sha256:db603a1c235d110c860d5f39988ebc8218ee028f07a7cbc056ba6424372ca31b"
}
,
{file
=
"multidict-4.5.2-cp36-cp36m-macosx_10_6_intel.macosx_10_6_x86_64.macosx_10_7_intel.macosx_10_7_x86_64.macosx_10_8_intel.macosx_10_8_x86_64.whl"
,
hash
=
"sha256:ce20044d0317649ddbb4e54dab3c1bcc7483c78c27d3f58ab3d0c7e6bc60d26a"
}
,
{file
=
"multidict-4.5.2-cp36-cp36m-macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl"
,
hash
=
"sha256:4b843f8e1dd6a3195679d9838eb4670222e8b8d01bc36c9894d6c3538316fa0a"
}
,
{file
=
"multidict-4.5.2-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:047c0a04e382ef8bd74b0de01407e8d8632d7d1b4db6f2561106af812a68741b"
}
,
{file
=
"multidict-4.5.2-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:148ff60e0fffa2f5fad2eb25aae7bef23d8f3b8bdaf947a65cdbe84a978092bc"
}
,
{file
=
"multidict-4.5.2-cp36-cp36m-win32.whl"
,
hash
=
"sha256:4b02a3b2a2f01d0490dd39321c74273fed0568568ea0e7ea23e02bd1fb10a10b"
}
,
{file
=
"multidict-4.5.2-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:d3be11ac43ab1a3e979dac80843b42226d5d3cccd3986f2e03152720a4297cd7"
}
,
{file
=
"multidict-4.5.2-cp37-cp37m-macosx_10_12_intel.macosx_10_12_x86_64.macosx_10_13_intel.macosx_10_13_x86_64.whl"
,
hash
=
"sha256:1d48bc124a6b7a55006d97917f695effa9725d05abe8ee78fd60d6588b8344cd"
}
,
{file
=
"multidict-4.5.2-cp37-cp37m-macosx_10_6_intel.macosx_10_6_x86_64.macosx_10_7_intel.macosx_10_7_x86_64.macosx_10_8_intel.macosx_10_8_x86_64.whl"
,
hash
=
"sha256:61b2b33ede821b94fa99ce0b09c9ece049c7067a33b279f343adfe35108a4ea7"
}
,
{file
=
"multidict-4.5.2-cp37-cp37m-macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl"
,
hash
=
"sha256:76ad8e4c69dadbb31bad17c16baee61c0d1a4a73bed2590b741b2e1a46d3edd0"
}
,
{file
=
"multidict-4.5.2-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:7ba19b777dc00194d1b473180d4ca89a054dd18de27d0ee2e42a103ec9b7d014"
}
,
{file
=
"multidict-4.5.2-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:c18498c50c59263841862ea0501da9f2b3659c00db54abfbf823a80787fde8ce"
}
,
{file
=
"multidict-4.5.2-cp37-cp37m-win32.whl"
,
hash
=
"sha256:045b4dd0e5f6121e6f314d81759abd2c257db4634260abcfe0d3f7083c4908ef"
}
,
{file
=
"multidict-4.5.2-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:4a6ae52bd3ee41ee0f3acf4c60ceb3f44e0e3bc52ab7da1c2b2aa6703363a3d1"
}
,
{file
=
"multidict-4.5.2.tar.gz"
,
hash
=
"sha256:024b8129695a952ebd93373e45b5d341dbb87c17ce49637b34000093f243dd4f"
}
,
]
mypy
=
[
{file
=
"mypy-0.730-cp35-cp35m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl"
,
hash
=
"sha256:4b2b20106973548975f0c0b1112eceb4d77ed0cafe0a231a1318f3b3a22fc795"
}
,
{file
=
"mypy-0.730-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:1d98fd818ad3128a5408148c9e4a5edce6ed6b58cc314283e631dd5d9216527b"
}
,
{file
=
"mypy-0.730-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:84edda1ffeda0941b2ab38ecf49302326df79947fa33d98cdcfbf8ca9cf0bb23"
}
,
{file
=
"mypy-0.730-cp36-cp36m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl"
,
hash
=
"sha256:b2b83d29babd61b876ae375786960a5374bba0e4aba3c293328ca6ca5dc448dd"
}
,
{file
=
"mypy-0.730-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:3a24f80776edc706ec8d05329e854d5b9e464cd332e25cde10c8da2da0a0db6c"
}
,
{file
=
"mypy-0.730-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:cc4502f84c37223a1a5ab700649b5ab1b5e4d2bf2d426907161f20672a21930b"
}
,
{file
=
"mypy-0.730-cp37-cp37m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl"
,
hash
=
"sha256:591a9625b4d285f3ba69f541c84c0ad9e7bffa7794da3fa0585ef13cf95cb021"
}
,
{file
=
"mypy-0.730-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:22ee018e8fc212fe601aba65d3699689dd29a26410ef0d2cc1943de7bec7e3ac"
}
,
{file
=
"mypy-0.730-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:5b4b70da3d8bae73b908a90bb2c387b977e59d484d22c604a2131f6f4397c1a3"
}
,
{file
=
"mypy-0.730-py3-none-any.whl"
,
hash
=
"sha256:e29e24dd6e7f39f200a5bb55dcaa645d38a397dd5a6674f6042ef02df5795046"
}
,
{file
=
"mypy-0.730.tar.gz"
,
hash
=
"sha256:42a78944e80770f21609f504ca6c8173f7768043205b5ac51c9144e057dcf879"
}
,
]
mypy-extensions
=
[
{file
=
"mypy_extensions-0.4.2.tar.gz"
,
hash
=
"sha256:a161e3b917053de87dbe469987e173e49fb454eca10ef28b48b384538cc11458"
}
,
]
packaging
=
[
{file
=
"packaging-19.2-py2.py3-none-any.whl"
,
hash
=
"sha256:d9551545c6d761f3def1677baf08ab2a3ca17c56879e70fecba2fc4dde4ed108"
}
,
{file
=
"packaging-19.2.tar.gz"
,
hash
=
"sha256:28b924174df7a2fa32c1953825ff29c61e2f5e082343165438812f00d3a7fc47"
}
,
]
pyaes
=
[
{file
=
"pyaes-1.6.1.tar.gz"
,
hash
=
"sha256:02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f"
}
,
]
pygments
=
[
{file
=
"Pygments-2.4.2-py2.py3-none-any.whl"
,
hash
=
"sha256:71e430bc85c88a430f000ac1d9b331d2407f681d6f6aec95e8bcfbc3df5b0127"
}
,
{file
=
"Pygments-2.4.2.tar.gz"
,
hash
=
"sha256:881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297"
}
,
]
pylibscrypt
=
[
{file
=
"pylibscrypt-1.8.0.tar.gz"
,
hash
=
"sha256:893c4519afae05878f7aa313b76f6193e4d4b69d157b7febf6a5ef69ae3bf6e9"
}
,
]
pylint
=
[
{file
=
"pylint-2.4.2-py3-none-any.whl"
,
hash
=
"sha256:844ce067788028c1a35086a5c66bc5e599ddd851841c41d6ee1623b36774d9f2"
}
,
{file
=
"pylint-2.4.2.tar.gz"
,
hash
=
"sha256:7edbae11476c2182708063ac387a8f97c760d9cfe36a5ede0ca996f90cf346c8"
}
,
]
pyparsing
=
[
{file
=
"pyparsing-2.4.2-py2.py3-none-any.whl"
,
hash
=
"sha256:d9338df12903bbf5d65a0e4e87c2161968b10d2e489652bb47001d82a9b028b4"
}
,
{file
=
"pyparsing-2.4.2.tar.gz"
,
hash
=
"sha256:6f98a7b9397e206d78cc01df10131398f1c8b8510a2f4d97d9abd82e1aacdd80"
}
,
]
pypeg2
=
[
{file
=
"pyPEG2-2.15.2.tar.gz"
,
hash
=
"sha256:2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d"
}
,
]
pyrsistent
=
[
{file
=
"pyrsistent-0.15.4.tar.gz"
,
hash
=
"sha256:34b47fa169d6006b32e99d4b3c4031f155e6e68ebcc107d6454852e8e0ee6533"
}
,
]
pytz
=
[
{file
=
"pytz-2019.3-py2.py3-none-any.whl"
,
hash
=
"sha256:1c557d7d0e871de1f5ccd5833f60fb2550652da6be2693c1e02300743d21500d"
}
,
{file
=
"pytz-2019.3.tar.gz"
,
hash
=
"sha256:b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be"
}
,
]
requests
=
[
{file
=
"requests-2.22.0-py2.py3-none-any.whl"
,
hash
=
"sha256:9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31"
}
,
{file
=
"requests-2.22.0.tar.gz"
,
hash
=
"sha256:11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4"
}
,
]
six
=
[
{file
=
"six-1.12.0-py2.py3-none-any.whl"
,
hash
=
"sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c"
}
,
{file
=
"six-1.12.0.tar.gz"
,
hash
=
"sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"
}
,
]
snowballstemmer
=
[
{file
=
"snowballstemmer-2.0.0-py2.py3-none-any.whl"
,
hash
=
"sha256:209f257d7533fdb3cb73bdbd24f436239ca3b2fa67d56f6ff88e86be08cc5ef0"
}
,
{file
=
"snowballstemmer-2.0.0.tar.gz"
,
hash
=
"sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"
}
,
]
sphinx
=
[
{file
=
"Sphinx-2.2.0-py3-none-any.whl"
,
hash
=
"sha256:839a3ed6f6b092bb60f492024489cc9e6991360fb9f52ed6361acd510d261069"
}
,
{file
=
"Sphinx-2.2.0.tar.gz"
,
hash
=
"sha256:0d586b0f8c2fc3cc6559c5e8fd6124628110514fda0e5d7c82e682d749d2e845"
}
,
]
sphinx-rtd-theme
=
[
{file
=
"sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl"
,
hash
=
"sha256:00cf895504a7895ee433807c62094cf1e95f065843bf3acd17037c3e9a2becd4"
}
,
{file
=
"sphinx_rtd_theme-0.4.3.tar.gz"
,
hash
=
"sha256:728607e34d60456d736cc7991fd236afb828b21b82f956c5ea75f94c8414040a"
}
,
]
sphinxcontrib-applehelp
=
[
{file
=
"sphinxcontrib-applehelp-1.0.1.tar.gz"
,
hash
=
"sha256:edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897"
}
,
{file
=
"sphinxcontrib_applehelp-1.0.1-py2.py3-none-any.whl"
,
hash
=
"sha256:fb8dee85af95e5c30c91f10e7eb3c8967308518e0f7488a2828ef7bc191d0d5d"
}
,
]
sphinxcontrib-devhelp
=
[
{file
=
"sphinxcontrib-devhelp-1.0.1.tar.gz"
,
hash
=
"sha256:6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34"
}
,
{file
=
"sphinxcontrib_devhelp-1.0.1-py2.py3-none-any.whl"
,
hash
=
"sha256:9512ecb00a2b0821a146736b39f7aeb90759834b07e81e8cc23a9c70bacb9981"
}
,
]
sphinxcontrib-htmlhelp
=
[
{file
=
"sphinxcontrib-htmlhelp-1.0.2.tar.gz"
,
hash
=
"sha256:4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422"
}
,
{file
=
"sphinxcontrib_htmlhelp-1.0.2-py2.py3-none-any.whl"
,
hash
=
"sha256:d4fd39a65a625c9df86d7fa8a2d9f3cd8299a3a4b15db63b50aac9e161d8eff7"
}
,
]
sphinxcontrib-jsmath
=
[
{file
=
"sphinxcontrib-jsmath-1.0.1.tar.gz"
,
hash
=
"sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"
}
,
{file
=
"sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl"
,
hash
=
"sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"
}
,
]
sphinxcontrib-qthelp
=
[
{file
=
"sphinxcontrib-qthelp-1.0.2.tar.gz"
,
hash
=
"sha256:79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f"
}
,
{file
=
"sphinxcontrib_qthelp-1.0.2-py2.py3-none-any.whl"
,
hash
=
"sha256:513049b93031beb1f57d4daea74068a4feb77aa5630f856fcff2e50de14e9a20"
}
,
]
sphinxcontrib-serializinghtml
=
[
{file
=
"sphinxcontrib-serializinghtml-1.1.3.tar.gz"
,
hash
=
"sha256:c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227"
}
,
{file
=
"sphinxcontrib_serializinghtml-1.1.3-py2.py3-none-any.whl"
,
hash
=
"sha256:db6615af393650bf1151a6cd39120c29abaf93cc60db8c48eb2dddbfdc3a9768"
}
,
]
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"
}
,
]
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.tar.gz"
,
hash
=
"sha256:66480f95b8167c9c5c5c87f32cf437d585937970f3fc24386f313a4c97b44e34"
}
,
]
typing
=
[
{file
=
"typing-3.7.4.1-py2-none-any.whl"
,
hash
=
"sha256:c8cabb5ab8945cd2f54917be357d134db9cc1eb039e59d1606dc1e60cb1d9d36"
}
,
{file
=
"typing-3.7.4.1-py3-none-any.whl"
,
hash
=
"sha256:f38d83c5a7a7086543a0f649564d661859c5146a85775ab90c0d2f93ffaa9714"
}
,
{file
=
"typing-3.7.4.1.tar.gz"
,
hash
=
"sha256:91dfe6f3f706ee8cc32d38edbbf304e9b7583fb37108fef38229617f8b3eba23"
}
,
]
typing-extensions
=
[
{file
=
"typing_extensions-3.7.4-py2-none-any.whl"
,
hash
=
"sha256:b1edbbf0652660e32ae780ac9433f4231e7339c7f9a8057d0f042fcbcea49b87"
}
,
{file
=
"typing_extensions-3.7.4-py3-none-any.whl"
,
hash
=
"sha256:d8179012ec2c620d3791ca6fe2bf7979d979acdbef1fca0bc56b37411db682ed"
}
,
{file
=
"typing_extensions-3.7.4.tar.gz"
,
hash
=
"sha256:2ed632b30bb54fc3941c382decfd0ee4148f5c591651c9272473fea2c6397d95"
}
,
]
urllib3
=
[
{file
=
"urllib3-1.25.6-py2.py3-none-any.whl"
,
hash
=
"sha256:3de946ffbed6e6746608990594d08faac602528ac7015ac28d33cee6a45b7398"
}
,
{file
=
"urllib3-1.25.6.tar.gz"
,
hash
=
"sha256:9a107b99a5393caf59c7aa3c1249c16e6879447533d0887f4336dde834c7be86"
}
,
]
wrapt
=
[
{file
=
"wrapt-1.11.2.tar.gz"
,
hash
=
"sha256:565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1"
}
,
]
yarl
=
[
{file
=
"yarl-1.3.0-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:3e2724eb9af5dc41648e5bb304fcf4891adc33258c6e14e2a7414ea32541e320"
}
,
{file
=
"yarl-1.3.0-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:3890ab952d508523ef4881457c4099056546593fa05e93da84c7250516e632eb"
}
,
{file
=
"yarl-1.3.0-cp35-cp35m-win32.whl"
,
hash
=
"sha256:7ab825726f2940c16d92aaec7d204cfc34ac26c0040da727cf8ba87255a33829"
}
,
{file
=
"yarl-1.3.0-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:b25de84a8c20540531526dfbb0e2d2b648c13fd5dd126728c496d7c3fea33310"
}
,
{file
=
"yarl-1.3.0-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:2f3010703295fbe1aec51023740871e64bb9664c789cba5a6bdf404e93f7568f"
}
,
{file
=
"yarl-1.3.0-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:5badb97dd0abf26623a9982cd448ff12cb39b8e4c94032ccdedf22ce01a64842"
}
,
{file
=
"yarl-1.3.0-cp36-cp36m-win32.whl"
,
hash
=
"sha256:c9bb7c249c4432cd47e75af3864bc02d26c9594f49c82e2a28624417f0ae63b8"
}
,
{file
=
"yarl-1.3.0-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:c6e341f5a6562af74ba55205dbd56d248daf1b5748ec48a0200ba227bb9e33f4"
}
,
{file
=
"yarl-1.3.0-cp37-cp37m-win32.whl"
,
hash
=
"sha256:e060906c0c585565c718d1c3841747b61c5439af2211e185f6739a9412dfbde1"
}
,
{file
=
"yarl-1.3.0-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:73f447d11b530d860ca1e6b582f947688286ad16ca42256413083d13f260b7a0"
}
,
{file
=
"yarl-1.3.0.tar.gz"
,
hash
=
"sha256:024ecdc12bc02b321bc66b41327f930d1c2c543fa9a561b39861da9388ba7aa9"
}
,
]
zipp
=
[
{file
=
"zipp-0.6.0-py2.py3-none-any.whl"
,
hash
=
"sha256:f06903e9f1f43b12d371004b4ac7b06ab39a44adc747266928ae6debfa7b3335"
}
,
{file
=
"zipp-0.6.0.tar.gz"
,
hash
=
"sha256:3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e"
}
,
]
This diff is collapsed.
Click to expand it.
pyproject.toml
0 → 100644
+
42
−
0
View file @
59adfcfe
[tool]
[tool.poetry]
name
=
"duniterpy"
version
=
"0.55.1"
description
=
"Python library for developers of Duniter clients"
authors
=
[
"inso <insomniak.fr@gmail.com>"
,
"canercandan"
,
"s_b"
]
maintainers
=
[
"vit <vit@free.fr>"
,
"Moul <moul@moul.re>"
]
readme
=
"README.md"
license
=
"GPL-3.0-or-later"
homepage
=
""
repository
=
"https://git.duniter.org/clients/python/duniterpy"
documentation
=
"https://clients.duniter.io/python/duniterpy/index.html"
keywords
=
[
"g1"
,
"duniter"
,
"cryptocurrency"
,
"librecurrency"
,
"library"
]
classifiers
=
[
"Development Status :: 5 - Production/Stable"
,
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
,
"Natural Language :: English"
,
"Operating System :: OS Independent"
,
"Topic :: Software Development :: Libraries"
,
"Intended Audience :: Developers"
,
]
[build-system]
requires
=
["poetry>
=
0.12
"]
build-backend
=
"poetry.masonry.api"
[tool.poetry.dependencies]
python
=
"^3.5.3"
aiohttp
=
"^3.6.1"
jsonschema
=
"^3.0.2"
pypeg2
=
"^2.15.2"
attr
=
"^0.3.1"
base58
=
"^1.0.3"
pylibscrypt
=
"^1.8.0"
libnacl
=
"^1.6.1"
pyaes
=
"^1.6.1"
[tool.poetry.dev-dependencies]
black
=
{
version
=
"^19.3b0"
,
python
=
"^3.6"
}
mypy
=
"^0.730"
pylint
=
"^2.4.2"
sphinx_rtd_theme
=
{
version
=
"^0.4.3"
,
optional
=
true
,
extras
=
[
"sphinx"
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment