Intern the relay
This commit is contained in:
parent
8737b7456b
commit
9d7ee93f8c
16 changed files with 2081 additions and 1 deletions
tools/python
|
@ -1,13 +1,19 @@
|
|||
aiohttp==3.8.1
|
||||
aiosignal==1.2.0
|
||||
alabaster==0.7.12
|
||||
async-lru==1.0.3
|
||||
async-timeout==4.0.2
|
||||
attrs==21.4.0
|
||||
autoflake==1.4
|
||||
Babel==2.9.1
|
||||
bases==0.2.1
|
||||
beautifulsoup4==4.10.0
|
||||
black==21.8b0
|
||||
blake3==0.3.1
|
||||
bleach==4.1.0
|
||||
borg==2012.4.1
|
||||
cachetools==5.2.0
|
||||
cbor2==5.4.3
|
||||
certifi==2021.10.8
|
||||
chardet==4.0.0
|
||||
charset-normalizer==2.0.10
|
||||
|
@ -15,7 +21,9 @@ click==7.1.2
|
|||
colored==1.4.3
|
||||
commonmark==0.9.1
|
||||
coverage==6.2
|
||||
dataclasses
|
||||
Cython==0.29.30
|
||||
dataclasses==0.6
|
||||
decorator==5.1.1
|
||||
Deprecated==1.2.13
|
||||
docutils==0.17.1
|
||||
ExifRead==2.3.2
|
||||
|
@ -45,8 +53,11 @@ mccabe==0.6.1
|
|||
meraki==1.24.0
|
||||
mirakuru==2.4.1
|
||||
mistune==2.0.1
|
||||
mmh3==3.0.0
|
||||
multidict==5.2.0
|
||||
multiformats==0.1.4.post3
|
||||
mypy-extensions==0.4.3
|
||||
numpy==1.23.1
|
||||
octorest==0.4
|
||||
openapi-schema-validator==0.2.0
|
||||
openapi-spec-validator==0.3.1
|
||||
|
@ -56,6 +67,7 @@ pathspec==0.9.0
|
|||
pep517==0.12.0
|
||||
pip==21.3.1
|
||||
pip-tools==6.4.0
|
||||
plac==1.3.5
|
||||
platformdirs==2.4.1
|
||||
pluggy==1.0.0
|
||||
port-for==0.6.1
|
||||
|
@ -66,10 +78,14 @@ pudb==2022.1
|
|||
pur==5.4.2
|
||||
py==1.11.0
|
||||
pycodestyle==2.8.0
|
||||
pycryptodome==3.15.0
|
||||
pycryptodomex==3.15.0
|
||||
pyflakes==2.4.0
|
||||
Pygments==2.11.2
|
||||
pyparsing==3.0.6
|
||||
pyrsistent==0.18.1
|
||||
pysha3==1.0.2
|
||||
pyskein==1.0
|
||||
pytest==6.2.5
|
||||
pytest-cov==3.0.0
|
||||
pytest-postgresql==4.1.0
|
||||
|
@ -84,6 +100,8 @@ regex==2021.11.10
|
|||
requests==2.27.1
|
||||
requests-toolbelt==0.9.1
|
||||
requirements-parser==0.3.1
|
||||
retry==0.9.2
|
||||
scipy==1.8.1
|
||||
setuptools==60.5.0
|
||||
six==1.16.0
|
||||
smbus2==0.4.1
|
||||
|
@ -107,12 +125,14 @@ toposort==1.7
|
|||
tornado==6.1
|
||||
typed-ast==1.5.1
|
||||
types-setuptools==57.4.7
|
||||
typing-validation==0.0.1.post7
|
||||
typing_extensions==4.0.1
|
||||
unify==0.5
|
||||
untokenize==0.1.1
|
||||
urllib3==1.26.8
|
||||
urwid==2.1.2
|
||||
urwid-readline==0.13
|
||||
wasm==1.2
|
||||
wcwidth==0.2.5
|
||||
webencodings==0.5.1
|
||||
websocket-client==1.2.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue