Warning, /acts/CI/poetry.lock is written in an unsupported language. File is not indexed.
0001 [[package]]
0002 category = "main"
0003 description = "Python package for providing Mozilla's CA Bundle."
0004 name = "certifi"
0005 optional = false
0006 python-versions = "*"
0007 version = "2020.6.20"
0008
0009 [[package]]
0010 category = "main"
0011 description = "Universal encoding detector for Python 2 and 3"
0012 name = "chardet"
0013 optional = false
0014 python-versions = "*"
0015 version = "3.0.4"
0016
0017 [[package]]
0018 category = "main"
0019 description = "Composable command line interface toolkit"
0020 name = "click"
0021 optional = false
0022 python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
0023 version = "7.1.2"
0024
0025 [[package]]
0026 category = "main"
0027 description = "Cross-platform colored terminal text."
0028 name = "colorama"
0029 optional = false
0030 python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
0031 version = "0.4.3"
0032
0033 [[package]]
0034 category = "main"
0035 description = "Python parser for the CommonMark Markdown spec"
0036 name = "commonmark"
0037 optional = false
0038 python-versions = "*"
0039 version = "0.9.1"
0040
0041 [package.extras]
0042 test = ["flake8 (3.7.8)", "hypothesis (3.55.3)"]
0043
0044 [[package]]
0045 category = "main"
0046 description = "A small Python package to hide or show the terminal cursor"
0047 name = "cursor"
0048 optional = false
0049 python-versions = "*"
0050 version = "1.3.4"
0051
0052 [[package]]
0053 category = "main"
0054 description = "Python @deprecated decorator to deprecate old python classes, functions or methods."
0055 name = "deprecated"
0056 optional = false
0057 python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
0058 version = "1.2.10"
0059
0060 [package.dependencies]
0061 wrapt = ">=1.10,<2"
0062
0063 [package.extras]
0064 dev = ["tox", "bumpversion (<1)", "sphinx (<2)", "PyTest (<5)", "PyTest-Cov (<2.6)", "pytest", "pytest-cov"]
0065
0066 [[package]]
0067 category = "main"
0068 description = "Beautiful terminal spinners in Python"
0069 name = "halo"
0070 optional = false
0071 python-versions = "*"
0072 version = "0.0.29"
0073
0074 [package.dependencies]
0075 colorama = ">=0.3.9"
0076 cursor = ">=1.2.0"
0077 log-symbols = ">=0.0.14"
0078 six = ">=1.12.0"
0079 spinners = ">=0.0.24"
0080 termcolor = ">=1.1.0"
0081
0082 [package.extras]
0083 ipython = ["IPython (5.7.0)", "ipywidgets (7.1.0)"]
0084
0085 [[package]]
0086 category = "main"
0087 description = "Internationalized Domain Names in Applications (IDNA)"
0088 name = "idna"
0089 optional = false
0090 python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
0091 version = "2.10"
0092
0093 [[package]]
0094 category = "main"
0095 description = "Colored symbols for various log levels for Python"
0096 name = "log-symbols"
0097 optional = false
0098 python-versions = "*"
0099 version = "0.0.14"
0100
0101 [package.dependencies]
0102 colorama = ">=0.3.9"
0103
0104 [[package]]
0105 category = "main"
0106 description = "A drop-in replacement for pprint that's actually pretty"
0107 name = "pprintpp"
0108 optional = false
0109 python-versions = "*"
0110 version = "0.4.0"
0111
0112 [[package]]
0113 category = "main"
0114 description = "Use the full Github API v3"
0115 name = "pygithub"
0116 optional = false
0117 python-versions = ">=3.5"
0118 version = "1.51"
0119
0120 [package.dependencies]
0121 deprecated = "*"
0122 pyjwt = "*"
0123 requests = ">=2.14.0"
0124
0125 [package.extras]
0126 integrations = ["cryptography"]
0127
0128 [[package]]
0129 category = "main"
0130 description = "Pygments is a syntax highlighting package written in Python."
0131 name = "pygments"
0132 optional = false
0133 python-versions = ">=3.5"
0134 version = "2.6.1"
0135
0136 [[package]]
0137 category = "main"
0138 description = "JSON Web Token implementation in Python"
0139 name = "pyjwt"
0140 optional = false
0141 python-versions = "*"
0142 version = "1.7.1"
0143
0144 [package.extras]
0145 crypto = ["cryptography (>=1.4)"]
0146 flake8 = ["flake8", "flake8-import-order", "pep8-naming"]
0147 test = ["pytest (>=4.0.1,<5.0.0)", "pytest-cov (>=2.6.0,<3.0.0)", "pytest-runner (>=4.2,<5.0.0)"]
0148
0149 [[package]]
0150 category = "main"
0151 description = "YAML parser and emitter for Python"
0152 name = "pyyaml"
0153 optional = false
0154 python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
0155 version = "5.3.1"
0156
0157 [[package]]
0158 category = "main"
0159 description = "Python HTTP for Humans."
0160 name = "requests"
0161 optional = false
0162 python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
0163 version = "2.24.0"
0164
0165 [package.dependencies]
0166 certifi = ">=2017.4.17"
0167 chardet = ">=3.0.2,<4"
0168 idna = ">=2.5,<3"
0169 urllib3 = ">=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26"
0170
0171 [package.extras]
0172 security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"]
0173 socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)", "win-inet-pton"]
0174
0175 [[package]]
0176 category = "main"
0177 description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
0178 name = "rich"
0179 optional = false
0180 python-versions = ">=3.6,<4.0"
0181 version = "3.3.0"
0182
0183 [package.dependencies]
0184 colorama = ">=0.4.0,<0.5.0"
0185 commonmark = ">=0.9.0,<0.10.0"
0186 pprintpp = ">=0.4.0,<0.5.0"
0187 pygments = ">=2.6.0,<3.0.0"
0188 typing-extensions = ">=3.7.4,<4.0.0"
0189
0190 [package.extras]
0191 jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"]
0192
0193 [[package]]
0194 category = "main"
0195 description = "Python subprocess replacement"
0196 name = "sh"
0197 optional = false
0198 python-versions = "*"
0199 version = "1.13.1"
0200
0201 [[package]]
0202 category = "main"
0203 description = "Python 2 and 3 compatibility utilities"
0204 name = "six"
0205 optional = false
0206 python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
0207 version = "1.15.0"
0208
0209 [[package]]
0210 category = "main"
0211 description = "Spinners for terminals"
0212 name = "spinners"
0213 optional = false
0214 python-versions = "*"
0215 version = "0.0.24"
0216
0217 [[package]]
0218 category = "main"
0219 description = "ANSII Color formatting for output in terminal."
0220 name = "termcolor"
0221 optional = false
0222 python-versions = "*"
0223 version = "1.1.0"
0224
0225 [[package]]
0226 category = "main"
0227 description = "Backported and Experimental Type Hints for Python 3.5+"
0228 name = "typing-extensions"
0229 optional = false
0230 python-versions = "*"
0231 version = "3.7.4.2"
0232
0233 [[package]]
0234 category = "main"
0235 description = "HTTP library with thread-safe connection pooling, file post, and more."
0236 name = "urllib3"
0237 optional = false
0238 python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
0239 version = "1.25.9"
0240
0241 [package.extras]
0242 brotli = ["brotlipy (>=0.6.0)"]
0243 secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "pyOpenSSL (>=0.14)", "ipaddress"]
0244 socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
0245
0246 [[package]]
0247 category = "main"
0248 description = "Module for decorators, wrappers and monkey patching."
0249 name = "wrapt"
0250 optional = false
0251 python-versions = "*"
0252 version = "1.12.1"
0253
0254 [metadata]
0255 content-hash = "e7986afe01119d1faca09a5b03d592de5686462149126aad005415d148996a99"
0256 python-versions = "^3.7"
0257
0258 [metadata.files]
0259 certifi = [
0260 {file = "certifi-2020.6.20-py2.py3-none-any.whl", hash = "sha256:8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41"},
0261 {file = "certifi-2020.6.20.tar.gz", hash = "sha256:5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3"},
0262 ]
0263 chardet = [
0264 {file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"},
0265 {file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"},
0266 ]
0267 click = [
0268 {file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"},
0269 {file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"},
0270 ]
0271 colorama = [
0272 {file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
0273 {file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},
0274 ]
0275 commonmark = [
0276 {file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"},
0277 {file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"},
0278 ]
0279 cursor = [
0280 {file = "cursor-1.3.4.tar.gz", hash = "sha256:33f279a17789c04efd27a92501a0dad62bb011f8a4cdff93867c798d26508940"},
0281 ]
0282 deprecated = [
0283 {file = "Deprecated-1.2.10-py2.py3-none-any.whl", hash = "sha256:a766c1dccb30c5f6eb2b203f87edd1d8588847709c78589e1521d769addc8218"},
0284 {file = "Deprecated-1.2.10.tar.gz", hash = "sha256:525ba66fb5f90b07169fdd48b6373c18f1ee12728ca277ca44567a367d9d7f74"},
0285 ]
0286 halo = [
0287 {file = "halo-0.0.29-py3-none-any.whl", hash = "sha256:67996649083229a9b7a93fe7c871c97d40bd2f1a988540eccf948a6b1844f644"},
0288 {file = "halo-0.0.29.tar.gz", hash = "sha256:a8aeb0164e269d7c96fb7444b2a4caaa09b8989fa0c85e6a26e8b2c6d1af3b9d"},
0289 ]
0290 idna = [
0291 {file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
0292 {file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
0293 ]
0294 log-symbols = [
0295 {file = "log_symbols-0.0.14-py3-none-any.whl", hash = "sha256:4952106ff8b605ab7d5081dd2c7e6ca7374584eff7086f499c06edd1ce56dcca"},
0296 {file = "log_symbols-0.0.14.tar.gz", hash = "sha256:cf0bbc6fe1a8e53f0d174a716bc625c4f87043cc21eb55dd8a740cfe22680556"},
0297 ]
0298 pprintpp = [
0299 {file = "pprintpp-0.4.0-py2.py3-none-any.whl", hash = "sha256:b6b4dcdd0c0c0d75e4d7b2f21a9e933e5b2ce62b26e1a54537f9651ae5a5c01d"},
0300 {file = "pprintpp-0.4.0.tar.gz", hash = "sha256:ea826108e2c7f49dc6d66c752973c3fc9749142a798d6b254e1e301cfdbc6403"},
0301 ]
0302 pygithub = [
0303 {file = "PyGithub-1.51-py3-none-any.whl", hash = "sha256:8375a058ec651cc0774244a3bc7395cf93617298735934cdd59e5bcd9a1df96e"},
0304 {file = "PyGithub-1.51.tar.gz", hash = "sha256:d2d17d1e3f4474e070353f201164685a95b5a92f5ee0897442504e399c7bc249"},
0305 ]
0306 pygments = [
0307 {file = "Pygments-2.6.1-py3-none-any.whl", hash = "sha256:ff7a40b4860b727ab48fad6360eb351cc1b33cbf9b15a0f689ca5353e9463324"},
0308 {file = "Pygments-2.6.1.tar.gz", hash = "sha256:647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44"},
0309 ]
0310 pyjwt = [
0311 {file = "PyJWT-1.7.1-py2.py3-none-any.whl", hash = "sha256:5c6eca3c2940464d106b99ba83b00c6add741c9becaec087fb7ccdefea71350e"},
0312 {file = "PyJWT-1.7.1.tar.gz", hash = "sha256:8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96"},
0313 ]
0314 pyyaml = [
0315 {file = "PyYAML-5.3.1-cp27-cp27m-win32.whl", hash = "sha256:74809a57b329d6cc0fdccee6318f44b9b8649961fa73144a98735b0aaf029f1f"},
0316 {file = "PyYAML-5.3.1-cp27-cp27m-win_amd64.whl", hash = "sha256:240097ff019d7c70a4922b6869d8a86407758333f02203e0fc6ff79c5dcede76"},
0317 {file = "PyYAML-5.3.1-cp35-cp35m-win32.whl", hash = "sha256:4f4b913ca1a7319b33cfb1369e91e50354d6f07a135f3b901aca02aa95940bd2"},
0318 {file = "PyYAML-5.3.1-cp35-cp35m-win_amd64.whl", hash = "sha256:cc8955cfbfc7a115fa81d85284ee61147059a753344bc51098f3ccd69b0d7e0c"},
0319 {file = "PyYAML-5.3.1-cp36-cp36m-win32.whl", hash = "sha256:7739fc0fa8205b3ee8808aea45e968bc90082c10aef6ea95e855e10abf4a37b2"},
0320 {file = "PyYAML-5.3.1-cp36-cp36m-win_amd64.whl", hash = "sha256:69f00dca373f240f842b2931fb2c7e14ddbacd1397d57157a9b005a6a9942648"},
0321 {file = "PyYAML-5.3.1-cp37-cp37m-win32.whl", hash = "sha256:d13155f591e6fcc1ec3b30685d50bf0711574e2c0dfffd7644babf8b5102ca1a"},
0322 {file = "PyYAML-5.3.1-cp37-cp37m-win_amd64.whl", hash = "sha256:73f099454b799e05e5ab51423c7bcf361c58d3206fa7b0d555426b1f4d9a3eaf"},
0323 {file = "PyYAML-5.3.1-cp38-cp38-win32.whl", hash = "sha256:06a0d7ba600ce0b2d2fe2e78453a470b5a6e000a985dd4a4e54e436cc36b0e97"},
0324 {file = "PyYAML-5.3.1-cp38-cp38-win_amd64.whl", hash = "sha256:95f71d2af0ff4227885f7a6605c37fd53d3a106fcab511b8860ecca9fcf400ee"},
0325 {file = "PyYAML-5.3.1.tar.gz", hash = "sha256:b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"},
0326 ]
0327 requests = [
0328 {file = "requests-2.24.0-py2.py3-none-any.whl", hash = "sha256:fe75cc94a9443b9246fc7049224f75604b113c36acb93f87b80ed42c44cbb898"},
0329 {file = "requests-2.24.0.tar.gz", hash = "sha256:b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b"},
0330 ]
0331 rich = [
0332 {file = "rich-3.3.0-py3-none-any.whl", hash = "sha256:632e2203f6b926b105d252c84eb2c4ac5090e8d48f24665a9b64e1488872bbf0"},
0333 {file = "rich-3.3.0.tar.gz", hash = "sha256:de8e58622f0b8e29e0cdfaa6c3b88231589a5d53efee8eedb980d82f13c7a537"},
0334 ]
0335 sh = [
0336 {file = "sh-1.13.1-py2.py3-none-any.whl", hash = "sha256:6f792e45b45d039b423081558904981e8ab49572b0c38009fcc65feaab06bcda"},
0337 {file = "sh-1.13.1.tar.gz", hash = "sha256:97a3d2205e3c6a842d87ebbc9ae93acae5a352b1bc4609b428d0fd5bb9e286a3"},
0338 ]
0339 six = [
0340 {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
0341 {file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
0342 ]
0343 spinners = [
0344 {file = "spinners-0.0.24-py3-none-any.whl", hash = "sha256:2fa30d0b72c9650ad12bbe031c9943b8d441e41b4f5602b0ec977a19f3290e98"},
0345 {file = "spinners-0.0.24.tar.gz", hash = "sha256:1eb6aeb4781d72ab42ed8a01dcf20f3002bf50740d7154d12fb8c9769bf9e27f"},
0346 ]
0347 termcolor = [
0348 {file = "termcolor-1.1.0.tar.gz", hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"},
0349 ]
0350 typing-extensions = [
0351 {file = "typing_extensions-3.7.4.2-py2-none-any.whl", hash = "sha256:f8d2bd89d25bc39dabe7d23df520442fa1d8969b82544370e03d88b5a591c392"},
0352 {file = "typing_extensions-3.7.4.2-py3-none-any.whl", hash = "sha256:6e95524d8a547a91e08f404ae485bbb71962de46967e1b71a0cb89af24e761c5"},
0353 {file = "typing_extensions-3.7.4.2.tar.gz", hash = "sha256:79ee589a3caca649a9bfd2a8de4709837400dfa00b6cc81962a1e6a1815969ae"},
0354 ]
0355 urllib3 = [
0356 {file = "urllib3-1.25.9-py2.py3-none-any.whl", hash = "sha256:88206b0eb87e6d677d424843ac5209e3fb9d0190d0ee169599165ec25e9d9115"},
0357 {file = "urllib3-1.25.9.tar.gz", hash = "sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527"},
0358 ]
0359 wrapt = [
0360 {file = "wrapt-1.12.1.tar.gz", hash = "sha256:b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7"},
0361 ]