Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Test as a Service Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INS Courses
AutPy
Test as a Service Client
Commits
313f1871
Commit
313f1871
authored
2 years ago
by
Florian Bruhin
Browse files
Options
Downloads
Patches
Plain Diff
Run poetry update
parent
00ef133b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
poetry.lock
+99
-147
99 additions, 147 deletions
poetry.lock
with
99 additions
and
147 deletions
poetry.lock
+
99
−
147
View file @
313f1871
[[package]]
name
=
"anyio"
version
=
"3.
3.0
"
version
=
"3.
6.1
"
description
=
"High level compatibility layer for multiple asynchronous event loop implementations"
category
=
"main"
optional
=
false
...
...
@@ -11,13 +11,13 @@ idna = ">=2.8"
sniffio
=
">
=
1.1
"
[package.extras]
doc
=
[
"
sphinx-rtd-theme
"
,
"sphinx-autodoc-typehints (>=1.2.0)"
]
test
=
[
"coverage[toml] (>=4.5)"
,
"hypothesis (>=4.0)"
,
"pytest (>=
6
.0)"
,
"pytest-mock (>=3.6.1)"
,
"trustme"
,
"uvloop (<0.15)"
,
"mock (>=4)"
,
"uvloop (>=0.15)"
]
doc
=
[
"
packaging
"
,
"sphinx-autodoc-typehints (>=1.2.0)"
,
"sphinx-rtd-theme"
]
test
=
[
"contextlib2"
,
"coverage[toml] (>=4.5)"
,
"hypothesis (>=4.0)"
,
"mock (>=4)"
,
"pytest (>=
7
.0)"
,
"pytest-mock (>=3.6.1)"
,
"trustme"
,
"uvloop (<0.15)"
,
"uvloop (>=0.15)"
]
trio
=
[
"trio (>=0.16)"
]
[[package]]
name
=
"atomicwrites"
version
=
"1.4.
0
"
version
=
"1.4.
1
"
description
=
"Atomic file writes."
category
=
"dev"
optional
=
false
...
...
@@ -25,21 +25,21 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[[package]]
name
=
"attrs"
version
=
"2
1.2
.0"
version
=
"2
2.1
.0"
description
=
"Classes Without Boilerplate"
category
=
"dev"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
python-versions
=
">
=
3.5
"
[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"
]
dev
=
[
"cloudpickle"
,
"coverage[toml] (>=5.0.2)"
,
"furo"
,
"hypothesis"
,
"mypy (>=0.900,!=0.940)"
,
"pre-commit"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"pytest-mypy-plugins"
,
"sphinx"
,
"sphinx-notfound-page"
,
"
zope.interface
"
]
docs
=
[
"furo"
,
"sphinx"
,
"sphinx-notfound-page"
,
"zope.interface"
]
tests
=
[
"cloudpickle"
,
"coverage[toml] (>=5.0.2)"
,
"hypothesis"
,
"mypy (>=0.900,!=0.940)"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"pytest-mypy-plugins"
,
"zope.interface"
]
tests_no_zope
=
[
"cloudpickle"
,
"coverage[toml] (>=5.0.2)"
,
"hypothesis"
,
"mypy (>=0.900,!=0.940)"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"pytest-mypy-plugins"
]
[[package]]
name
=
"black"
version
=
"21.
8
b0"
version
=
"21.
12
b0"
description
=
"The uncompromising code formatter."
category
=
"dev"
optional
=
false
...
...
@@ -50,53 +50,52 @@ click = ">=7.1.2"
mypy-extensions
=
">
=
0.4
.
3
"
pathspec
=
">
=
0.9
.
0
,
<
1
"
platformdirs
=
">
=
2
"
regex
=
">
=
2020.1
.
8
"
tomli
=
">
=
0.2
.
6
,
<
2.0
.
0
"
typing-extensions
=
[
{version
=
">
=
3.10
.
0.0
", markers = "
python_version
<
\"
3.10
\"
"},
{version
=
"
!
=
3.10
.
0.1
", markers = "
python_version
>
=
\"
3.10
\"
"},
{version
=
"
>
=
3.10
.
0.0
,
<
3.10
.
0.1
||
>
3.10
.
0.1
", markers = "
python_version
>
=
\"
3.10
\"
"},
]
[package.extras]
colorama
=
[
"colorama (>=0.4.3)"
]
d
=
[
"aiohttp (>=3.
6.0)"
,
"aiohttp-cors (>=0.4.0
)"
]
d
=
[
"aiohttp (>=3.
7.4
)"
]
jupyter
=
[
"ipython (>=7.8.0)"
,
"tokenize-rt (>=3.2.0)"
]
python2
=
[
"typed-ast (>=1.4.
2
)"
]
python2
=
[
"typed-ast (>=1.4.
3
)"
]
uvloop
=
[
"uvloop (>=0.15.2)"
]
[[package]]
name
=
"certifi"
version
=
"202
1.5.30
"
version
=
"202
2.9.14
"
description
=
"Python package for providing Mozilla's CA Bundle."
category
=
"main"
optional
=
false
python-versions
=
"
*
"
python-versions
=
"
>
=
3.6
"
[[package]]
name
=
"charset-normalizer"
version
=
"2.
0.4
"
version
=
"2.
1.1
"
description
=
"The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category
=
"main"
optional
=
false
python-versions
=
">
=
3.
5
.
0
"
python-versions
=
">
=
3.
6
.
0
"
[package.extras]
unicode_backport
=
[
"unicodedata2"
]
[[package]]
name
=
"click"
version
=
"8.
0.1
"
version
=
"8.
1.3
"
description
=
"Composable command line interface toolkit"
category
=
"main"
optional
=
false
python-versions
=
">
=
3.
6
"
python-versions
=
">
=
3.
7
"
[package.dependencies]
colorama
=
{
version
=
"*"
,
markers
=
"platform_system
=
=
\"
Windows
\"
"}
[[
package
]]
name
=
"colorama"
version
=
"0.4.
4
"
version
=
"0.4.
5
"
description
=
"Cross-platform colored terminal text."
category
=
"main"
optional
=
false
...
...
@@ -123,7 +122,7 @@ python-versions = ">=3.6"
[[
package
]]
name
=
"httpcore"
version
=
"0.13.
6
"
version
=
"0.13.
7
"
description
=
"A minimal low-level HTTP client."
category
=
"main"
optional
=
false
...
...
@@ -153,12 +152,12 @@ rfc3986 = {version = ">=1.3,<2", extras = ["idna2008"]}
sniffio
=
"*"
[
package.extras
]
brotli
=
[
"brotli
cffi
"
,
"brotli"
]
brotli
=
[
"brotli"
,
"brotli
cffi
"
]
http2
=
[
"h2 (>=3,<5)"
]
[[
package
]]
name
=
"idna"
version
=
"3.
2
"
version
=
"3.
4
"
description
=
"Internationalized Domain Names in Applications (IDNA)"
category
=
"main"
optional
=
false
...
...
@@ -182,33 +181,33 @@ python-versions = "*"
[[
package
]]
name
=
"packaging"
version
=
"21.
0
"
version
=
"21.
3
"
description
=
"Core utilities for Python packages"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.6
"
[
package.dependencies
]
pyparsing
=
">
=
2.0
.
2
"
pyparsing
=
">
=
2.0
.
2
,
<
3.0
.
5
||
>
3.0
.
5
"
[[
package
]]
name
=
"pathspec"
version
=
"0.
9.0
"
version
=
"0.
10.1
"
description
=
"Utility library for gitignore style pattern matching of file paths."
category
=
"dev"
optional
=
false
python-versions
=
"
!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>
=
2
.7
"
python-versions
=
"
>
=
3
.7
"
[[
package
]]
name
=
"platformdirs"
version
=
"2.
3.0
"
version
=
"2.
5.2
"
description
=
"A small Python module for determining appropriate platform-specific dirs, e.g. a
\"
user data dir
\"
."
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.
6
"
python-versions
=
">
=
3.
7
"
[
package.extras
]
docs
=
[
"Sphinx (>=4)"
,
"furo (>=2021.7.5b38)"
,
"proselint (>=0.10.2)"
,
"sphinx-autodoc-typehints (>=1.12)"
]
docs
=
[
"furo (>=2021.7.5b38)"
,
"proselint (>=0.10.2)"
,
"sphinx (>=4)"
,
"sphinx-autodoc-typehints (>=1.12)"
]
test
=
[
"appdirs (==1.4.4)"
,
"pytest (>=6)"
,
"pytest-cov (>=2.7)"
,
"pytest-mock (>=3.6)"
]
[[
package
]]
...
...
@@ -225,27 +224,33 @@ testing = ["pytest", "pytest-benchmark"]
[[
package
]]
name
=
"py"
version
=
"1.1
0
.0"
version
=
"1.1
1
.0"
description
=
"library with cross-python path, ini-parsing, io, code, log facilities"
category
=
"dev"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
[[
package
]]
name
=
"
p
ygments"
version
=
"2.1
0
.0"
name
=
"
P
ygments"
version
=
"2.1
3
.0"
description
=
"Pygments is a syntax highlighting package written in Python."
category
=
"main"
optional
=
false
python-versions
=
">
=
3.5
"
python-versions
=
">
=
3.6
"
[
package.extras
]
plugins
=
[
"importlib-metadata"
]
[[
package
]]
name
=
"pyparsing"
version
=
"
2.4.7
"
description
=
"
Python
parsing module"
version
=
"
3.0.9
"
description
=
"
py
parsing module
- Classes and methods to define and execute parsing grammars
"
category
=
"dev"
optional
=
false
python-versions
=
">
=
2.6
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
"
python-versions
=
">
=
3.6
.
8
"
[
package.extras
]
diagrams
=
[
"jinja2"
,
"railroad-diagrams"
]
[[
package
]]
name
=
"pytest"
...
...
@@ -268,14 +273,6 @@ toml = "*"
[
package.extras
]
testing
=
[
"argcomplete"
,
"hypothesis (>=3.56)"
,
"mock"
,
"nose"
,
"requests"
,
"xmlschema"
]
[[
package
]]
name
=
"regex"
version
=
"2021.8.28"
description
=
"Alternative regular expression module, to replace re."
category
=
"dev"
optional
=
false
python-versions
=
"*"
[[
package
]]
name
=
"rfc3986"
version
=
"1.5.0"
...
...
@@ -292,11 +289,11 @@ idna2008 = ["idna"]
[[
package
]]
name
=
"rich"
version
=
"10.
9.0
"
version
=
"10.
16.2
"
description
=
"Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
category
=
"main"
optional
=
false
python-versions
=
">
=
3.6
,
<
4.0
"
python-versions
=
">
=
3.6
.
2
,
<
4.0
.
0
"
[
package.dependencies
]
colorama
=
">
=
0.4
.
0
,
<
0.5
.
0
"
...
...
@@ -308,11 +305,11 @@ jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"]
[[
package
]]
name
=
"sniffio"
version
=
"1.
2
.0"
version
=
"1.
3
.0"
description
=
"Sniff out which async library your code is running under"
category
=
"main"
optional
=
false
python-versions
=
">
=
3.
5
"
python-versions
=
">
=
3.
7
"
[[
package
]]
name
=
"toml"
...
...
@@ -324,7 +321,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[[
package
]]
name
=
"tomli"
version
=
"1.2.
1
"
version
=
"1.2.
3
"
description
=
"A lil' TOML parser"
category
=
"dev"
optional
=
false
...
...
@@ -332,7 +329,7 @@ python-versions = ">=3.6"
[[
package
]]
name
=
"typer"
version
=
"0.4.
0
"
version
=
"0.4.
2
"
description
=
"Typer, build great CLIs. Easy to code. Based on Python type hints."
category
=
"main"
optional
=
false
...
...
@@ -343,17 +340,17 @@ click = ">=7.1.1,<9.0.0"
[
package.extras
]
all
=
[
"colorama (>=0.4.3,<0.5.0)"
,
"shellingham (>=1.3.0,<2.0.0)"
]
dev
=
[
"autoflake (>=1.3.1,<2.0.0)"
,
"flake8 (>=3.8.3,<4.0.0)"
]
doc
=
[
"m
kdocs
(>=1.
1.2
,<2.0.0)"
,
"mkdocs
-material (>=5.4.0
,<
6
.0.0)"
,
"m
ar
kdo
wn-include (>=0.5.1,<0.6
.0)"
]
test
=
[
"
shellingham
(>=
1
.3.0,<2.0.0)"
,
"
pytest (>=4.4.0,<5.4.0)"
,
"pytest-cov
(>=
2.1
0.
0
,<
3
.0.0)"
,
"
coverage (>=5.2,<6
.0)"
,
"pytest-
xdist (>=1.32
.0,<
2
.0.0)"
,
"pytest-sugar (>=0.9.4,<0.10.0)"
,
"
mypy (==0.910)"
,
"black (>=19.10b
0,<20.0
b0
)"
,
"
isort (>=5.0.6
,<
6
.0.0)"
]
dev
=
[
"autoflake (>=1.3.1,<2.0.0)"
,
"flake8 (>=3.8.3,<4.0.0)"
,
"pre-commit (>=2.17.0,<3.0.0)"
]
doc
=
[
"m
dx-include
(>=1.
4.1
,<2.0.0)"
,
"mkdocs
(>=1.1.2
,<
2
.0.0)"
,
"mkdo
cs-material (>=8.1.4,<9.0
.0)"
]
test
=
[
"
black
(>=
22
.3.0,<2
3
.0.0)"
,
"
coverage (>=5.2,<6.0)"
,
"isort
(>=
5.
0.
6
,<
6
.0.0)"
,
"
mypy (==0.910)"
,
"pytest (>=4.4.0,<5.4
.0)"
,
"pytest-
cov (>=2.10
.0,<
3
.0.0)"
,
"pytest-sugar (>=0.9.4,<0.10.0)"
,
"
pytest-xdist (>=1.32.
0,<2
.
0.0)"
,
"
shellingham (>=1.3.0
,<
2
.0.0)"
]
[[
package
]]
name
=
"typing-extensions"
version
=
"
3.10.0.2
"
description
=
"Backported and Experimental Type Hints for Python 3.
5
+"
version
=
"
4.3.0
"
description
=
"Backported and Experimental Type Hints for Python 3.
7
+"
category
=
"dev"
optional
=
false
python-versions
=
"
*
"
python-versions
=
"
>
=
3.7
"
[
metadata
]
lock-version
=
"1.1"
...
...
@@ -362,36 +359,35 @@ content-hash = "470aebc3eda764abd20bd32b3046a2944413e7fd747050f8969c125618ba97c9
[
metadata.files
]
anyio
=
[
{file
=
"anyio-3.
3.0
-py3-none-any.whl"
,
hash
=
"sha256:
929a6852074397afe1d989002aa96d457e3e1e5441357c60d03e7eea0e65e1b0
"
}
,
{file
=
"anyio-3.
3.0
.tar.gz"
,
hash
=
"sha256:
ae57a67583e5ff8b4af47666ff5651c3732d45fd26c929253748e796af860374
"
}
,
{file
=
"anyio-3.
6.1
-py3-none-any.whl"
,
hash
=
"sha256:
cb29b9c70620506a9a8f87a309591713446953302d7d995344d0d7c6c0c9a7be
"
}
,
{file
=
"anyio-3.
6.1
.tar.gz"
,
hash
=
"sha256:
413adf95f93886e442aea925f3ee43baa5a765a64a0f52c6081894f9992fdd0b
"
}
,
]
atomicwrites
=
[
{file
=
"atomicwrites-1.4.0-py2.py3-none-any.whl"
,
hash
=
"sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"
}
,
{file
=
"atomicwrites-1.4.0.tar.gz"
,
hash
=
"sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"
}
,
{file
=
"atomicwrites-1.4.1.tar.gz"
,
hash
=
"sha256:81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11"
}
,
]
attrs
=
[
{file
=
"attrs-2
1.2
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1
"
}
,
{file
=
"attrs-2
1.2
.0.tar.gz"
,
hash
=
"sha256:
ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb
"
}
,
{file
=
"attrs-2
2.1
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c
"
}
,
{file
=
"attrs-2
2.1
.0.tar.gz"
,
hash
=
"sha256:
29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6
"
}
,
]
black
=
[
{file
=
"black-21.
8
b0-py3-none-any.whl"
,
hash
=
"sha256:
2a0f9a8c2b2a60dbcf1ccb058842fb22bdbbcb2f32c6cc02d9578f90b92ce8b7
"
}
,
{file
=
"black-21.
8
b0.tar.gz"
,
hash
=
"sha256:
570608d28aa3af1792b98c4a337dbac6367877b47b12b88ab42095cfc1a627c2
"
}
,
{file
=
"black-21.
12
b0-py3-none-any.whl"
,
hash
=
"sha256:
a615e69ae185e08fdd73e4715e260e2479c861b5740057fde6e8b4e3b7dd589f
"
}
,
{file
=
"black-21.
12
b0.tar.gz"
,
hash
=
"sha256:
77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3
"
}
,
]
certifi
=
[
{file
=
"certifi-202
1.5.30-py2.
py3-none-any.whl"
,
hash
=
"sha256:
50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8
"
}
,
{file
=
"certifi-202
1.5.30
.tar.gz"
,
hash
=
"sha256:
2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee
"
}
,
{file
=
"certifi-202
2.9.14-
py3-none-any.whl"
,
hash
=
"sha256:
e232343de1ab72c2aa521b625c80f699e356830fd0e2c620b465b304b17b0516
"
}
,
{file
=
"certifi-202
2.9.14
.tar.gz"
,
hash
=
"sha256:
36973885b9542e6bd01dea287b2b4b3b21236307c56324fcc3f1160f2d655ed5
"
}
,
]
charset-normalizer
=
[
{file
=
"charset-normalizer-2.
0.4
.tar.gz"
,
hash
=
"sha256:
f23667ebe1084be45f6ae0538e4a5a865206544097e4e8bbcacf42cd02a348f3
"
}
,
{file
=
"charset_normalizer-2.
0.4
-py3-none-any.whl"
,
hash
=
"sha256:
0c8911edd15d19223366a194a513099a302055a962bca2cec0f54b8b63175d8b
"
}
,
{file
=
"charset-normalizer-2.
1.1
.tar.gz"
,
hash
=
"sha256:
5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845
"
}
,
{file
=
"charset_normalizer-2.
1.1
-py3-none-any.whl"
,
hash
=
"sha256:
83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f
"
}
,
]
click
=
[
{file
=
"click-8.
0.1
-py3-none-any.whl"
,
hash
=
"sha256:
fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6
"
}
,
{file
=
"click-8.
0.1
.tar.gz"
,
hash
=
"sha256:
8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a
"
}
,
{file
=
"click-8.
1.3
-py3-none-any.whl"
,
hash
=
"sha256:
bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48
"
}
,
{file
=
"click-8.
1.3
.tar.gz"
,
hash
=
"sha256:
7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e
"
}
,
]
colorama
=
[
{file
=
"colorama-0.4.
4
-py2.py3-none-any.whl"
,
hash
=
"sha256:
9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2
"
}
,
{file
=
"colorama-0.4.
4
.tar.gz"
,
hash
=
"sha256:
5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b
"
}
,
{file
=
"colorama-0.4.
5
-py2.py3-none-any.whl"
,
hash
=
"sha256:
854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da
"
}
,
{file
=
"colorama-0.4.
5
.tar.gz"
,
hash
=
"sha256:
e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4
"
}
,
]
commonmark
=
[
{file
=
"commonmark-0.9.1-py2.py3-none-any.whl"
,
hash
=
"sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"
}
,
...
...
@@ -402,16 +398,16 @@ h11 = [
{file
=
"h11-0.12.0.tar.gz"
,
hash
=
"sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042"
}
,
]
httpcore
=
[
{file
=
"httpcore-0.13.
6
-py3-none-any.whl"
,
hash
=
"sha256:
db4c0dcb8323494d01b8c6d812d80091a31e520033e7b0120883d6f52da649ff
"
}
,
{file
=
"httpcore-0.13.
6
.tar.gz"
,
hash
=
"sha256:
b0d16f0012ec88d8cc848f5a55f8a03158405f4bca02ee49bc4ca2c1fda49f3e
"
}
,
{file
=
"httpcore-0.13.
7
-py3-none-any.whl"
,
hash
=
"sha256:
369aa481b014cf046f7067fddd67d00560f2f00426e79569d99cb11245134af0
"
}
,
{file
=
"httpcore-0.13.
7
.tar.gz"
,
hash
=
"sha256:
036f960468759e633574d7c121afba48af6419615d36ab8ede979f1ad6276fa3
"
}
,
]
httpx
=
[
{file
=
"httpx-0.19.0-py3-none-any.whl"
,
hash
=
"sha256:9bd728a6c5ec0a9e243932a9983d57d3cc4a87bb4f554e1360fce407f78f9435"
}
,
{file
=
"httpx-0.19.0.tar.gz"
,
hash
=
"sha256:92ecd2c00c688b529eda11cedb15161eaf02dee9116712f621c70d9a40b2cdd0"
}
,
]
idna
=
[
{file
=
"idna-3.
2
-py3-none-any.whl"
,
hash
=
"sha256:
14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a
"
}
,
{file
=
"idna-3.
2
.tar.gz"
,
hash
=
"sha256:
467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3
"
}
,
{file
=
"idna-3.
4
-py3-none-any.whl"
,
hash
=
"sha256:
90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2
"
}
,
{file
=
"idna-3.
4
.tar.gz"
,
hash
=
"sha256:
814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4
"
}
,
]
iniconfig
=
[
{file
=
"iniconfig-1.1.1-py2.py3-none-any.whl"
,
hash
=
"sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"
}
,
...
...
@@ -422,106 +418,62 @@ mypy-extensions = [
{file
=
"mypy_extensions-0.4.3.tar.gz"
,
hash
=
"sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"
}
,
]
packaging
=
[
{file
=
"packaging-21.
0
-py3-none-any.whl"
,
hash
=
"sha256:
c86254f9220d55e31cc94d69bade76
0f08
47da8000def4dfe1c6b872fd14ff14
"
}
,
{file
=
"packaging-21.
0
.tar.gz"
,
hash
=
"sha256:
7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7
"
}
,
{file
=
"packaging-21.
3
-py3-none-any.whl"
,
hash
=
"sha256:
ef103e05f519cdc783ae24ea4e2e
0f
5
08
a9c99b2d4969652eed6a2e1ea5bd522
"
}
,
{file
=
"packaging-21.
3
.tar.gz"
,
hash
=
"sha256:
dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb
"
}
,
]
pathspec
=
[
{file
=
"pathspec-0.
9.0-py2.
py3-none-any.whl"
,
hash
=
"sha256:
7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c9
93
a
"
}
,
{file
=
"pathspec-0.
9.0
.tar.gz"
,
hash
=
"sha256:
e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1
"
}
,
{file
=
"pathspec-0.
10.1-
py3-none-any.whl"
,
hash
=
"sha256:
46846318467efc4556ccfd27816e004270a9eeeeb4d062ce5e6fc7a87c573f
93"
}
,
{file
=
"pathspec-0.
10.1
.tar.gz"
,
hash
=
"sha256:
7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d
"
}
,
]
platformdirs
=
[
{file
=
"platformdirs-2.
3.0
-py3-none-any.whl"
,
hash
=
"sha256:
8003ac87717ae2c7ee1ea5a84a1a61e87f3fbd16eb5aadba194ea30a9019f64
8"
}
,
{file
=
"platformdirs-2.
3.0
.tar.gz"
,
hash
=
"sha256:
15b056538719b1c94bdaccb29e5f81879c7f7f0f4a153f46086d155dffcd4f0f
"
}
,
{file
=
"platformdirs-2.
5.2
-py3-none-any.whl"
,
hash
=
"sha256:
027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab2578
8"
}
,
{file
=
"platformdirs-2.
5.2
.tar.gz"
,
hash
=
"sha256:
58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19
"
}
,
]
pluggy
=
[
{file
=
"pluggy-1.0.0-py2.py3-none-any.whl"
,
hash
=
"sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"
}
,
{file
=
"pluggy-1.0.0.tar.gz"
,
hash
=
"sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"
}
,
]
py
=
[
{file
=
"py-1.1
0
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a
"
}
,
{file
=
"py-1.1
0
.0.tar.gz"
,
hash
=
"sha256:
21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3
"
}
,
{file
=
"py-1.1
1
.0-py2.py3-none-any.whl"
,
hash
=
"sha256:
607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378
"
}
,
{file
=
"py-1.1
1
.0.tar.gz"
,
hash
=
"sha256:
51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719
"
}
,
]
p
ygments
=
[
{file
=
"Pygments-2.1
0
.0-py3-none-any.whl"
,
hash
=
"sha256:
b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380
"
}
,
{file
=
"Pygments-2.1
0
.0.tar.gz"
,
hash
=
"sha256:
f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6
"
}
,
P
ygments
=
[
{file
=
"Pygments-2.1
3
.0-py3-none-any.whl"
,
hash
=
"sha256:
f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42
"
}
,
{file
=
"Pygments-2.1
3
.0.tar.gz"
,
hash
=
"sha256:
56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1
"
}
,
]
pyparsing
=
[
{file
=
"pyparsing-
2.4.7-py2.
py3-none-any.whl"
,
hash
=
"sha256:
ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b
"
}
,
{file
=
"pyparsing-
2.4.7
.tar.gz"
,
hash
=
"sha256:
c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1
"
}
,
{file
=
"pyparsing-
3.0.9-
py3-none-any.whl"
,
hash
=
"sha256:
5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc
"
}
,
{file
=
"pyparsing-
3.0.9
.tar.gz"
,
hash
=
"sha256:
2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb
"
}
,
]
pytest
=
[
{file
=
"pytest-6.2.5-py3-none-any.whl"
,
hash
=
"sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"
}
,
{file
=
"pytest-6.2.5.tar.gz"
,
hash
=
"sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"
}
,
]
regex
=
[
{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"
}
,
]
rfc3986
=
[
{file
=
"rfc3986-1.5.0-py2.py3-none-any.whl"
,
hash
=
"sha256:a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97"
}
,
{file
=
"rfc3986-1.5.0.tar.gz"
,
hash
=
"sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835"
}
,
]
rich
=
[
{file
=
"rich-10.
9.0
-py3-none-any.whl"
,
hash
=
"sha256:
2c84d9b3459c16bf413fe0f9644c7ae1791971e0bb944dfae56e7c7634b187ab
"
}
,
{file
=
"rich-10.
9.0
.tar.gz"
,
hash
=
"sha256:
ba285f1c519519490034284e6a9d2e6e3f16dc7690f2de3d9140737d81304d22
"
}
,
{file
=
"rich-10.
16.2
-py3-none-any.whl"
,
hash
=
"sha256:
c59d73bd804c90f747c8d7b1d023b88f2a9ac2454224a4aeaf959b21eeb42d03
"
}
,
{file
=
"rich-10.
16.2
.tar.gz"
,
hash
=
"sha256:
720974689960e06c2efdb54327f8bf0cdbdf4eae4ad73b6c94213cad405c371b
"
}
,
]
sniffio
=
[
{file
=
"sniffio-1.
2
.0-py3-none-any.whl"
,
hash
=
"sha256:
471b71698eac1c2112a40ce2752bb2f4a4814c22a54a3eed3676bc0f5ca9f663
"
}
,
{file
=
"sniffio-1.
2
.0.tar.gz"
,
hash
=
"sha256:
c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de
"
}
,
{file
=
"sniffio-1.
3
.0-py3-none-any.whl"
,
hash
=
"sha256:
eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384
"
}
,
{file
=
"sniffio-1.
3
.0.tar.gz"
,
hash
=
"sha256:
e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101
"
}
,
]
toml
=
[
{file
=
"toml-0.10.2-py2.py3-none-any.whl"
,
hash
=
"sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"
}
,
{file
=
"toml-0.10.2.tar.gz"
,
hash
=
"sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
}
,
]
tomli
=
[
{file
=
"tomli-1.2.
1
-py3-none-any.whl"
,
hash
=
"sha256:
8dd0e9524d6f386271a36b41dbf6c57d8e32fd96fd22b6584679dc569d20899f
"
}
,
{file
=
"tomli-1.2.
1
.tar.gz"
,
hash
=
"sha256:
a
5b
75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442
"
}
,
{file
=
"tomli-1.2.
3
-py3-none-any.whl"
,
hash
=
"sha256:
e3069e4be3ead9668e21cb9b074cd948f7b3113fd9c8bba083f48247aab8b11c
"
}
,
{file
=
"tomli-1.2.
3
.tar.gz"
,
hash
=
"sha256:
0
5b
6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f
"
}
,
]
typer
=
[
{file
=
"typer-0.4.
0
-py3-none-any.whl"
,
hash
=
"sha256:
d81169725140423d072df464cad1ff25ee154ef381aaf5b8225352ea187ca338
"
}
,
{file
=
"typer-0.4.
0
.tar.gz"
,
hash
=
"sha256:
63c3aeab0549750ffe40da79a1b524f60e08a2cbc3126c520ebf2eeaf507f5dd
"
}
,
{file
=
"typer-0.4.
2
-py3-none-any.whl"
,
hash
=
"sha256:
023bae00d1baf358a6cc7cea45851639360bb716de687b42b0a4641cd99173f1
"
}
,
{file
=
"typer-0.4.
2
.tar.gz"
,
hash
=
"sha256:
b8261c6c0152dd73478b5ba96ba677e5d6948c715c310f7c91079f311f62ec03
"
}
,
]
typing-extensions
=
[
{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"
}
,
{file
=
"typing_extensions-4.3.0-py3-none-any.whl"
,
hash
=
"sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"
}
,
{file
=
"typing_extensions-4.3.0.tar.gz"
,
hash
=
"sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6"
}
,
]
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