source/tools/python/requirements.txt

110 lines
1.9 KiB
Text
Raw Normal View History

2021-05-09 01:33:37 +00:00
aiohttp==3.7.4.post0
2021-04-08 06:37:51 +00:00
alabaster==0.7.12
2021-05-09 01:33:37 +00:00
async-timeout==3.0.1
2021-04-08 06:37:51 +00:00
attrs==20.3.0
autoflake==1.4
Babel==2.9.0
beautifulsoup4==4.9.3
2021-09-03 04:10:35 +00:00
black==21.8b0
bleach==4.0.0
2021-04-08 06:37:51 +00:00
certifi==2020.12.5
chardet==4.0.0
2021-11-09 19:30:53 +00:00
click==8.0.3
2021-04-08 06:37:51 +00:00
commonmark==0.9.1
2021-04-09 07:16:16 +00:00
coverage==5.5
2021-04-08 06:37:51 +00:00
docutils==0.17
2021-09-07 03:15:03 +00:00
ExifRead==2.3.2
2021-08-30 04:35:00 +00:00
flake8==3.9.2
Flask==2.0.1
2021-08-03 14:42:54 +00:00
hypothesis==6.14.5
2021-04-08 06:37:51 +00:00
idna==2.10
imagesize==1.2.0
2021-05-15 05:47:05 +00:00
importlib-metadata==4.0.1
2021-04-08 06:37:51 +00:00
iniconfig==1.1.1
isodate==0.6.0
isort==5.8.0
itsdangerous==2.0.1
2021-04-08 06:37:51 +00:00
jedi==0.18.0
Jinja2==3.0.1
2021-04-08 06:37:51 +00:00
jsonschema==3.2.0
2021-08-21 17:49:56 +00:00
lark==0.11.1
2021-04-08 06:37:51 +00:00
livereload==2.6.3
lxml==4.6.3
m2r==0.2.1
Markdown==3.3.4
MarkupSafe==2.0.1
2021-08-30 04:35:00 +00:00
mccabe==0.6.1
2021-05-09 01:33:37 +00:00
meraki==1.7.2
mirakuru==2.4.1
2021-04-08 06:37:51 +00:00
mistune==0.8.4
2021-05-09 01:33:37 +00:00
multidict==5.1.0
2021-04-08 06:37:51 +00:00
mypy-extensions==0.4.3
openapi-schema-validator==0.1.5
openapi-spec-validator==0.3.0
packaging==20.9
parso==0.8.2
2021-09-03 04:10:35 +00:00
pathspec==0.9.0
pep517==0.11.0
pip==20.3.3
pip-tools==6.2.0
2021-09-03 04:10:35 +00:00
platformdirs==2.3.0
2021-04-08 06:37:51 +00:00
pluggy==0.13.1
port-for==0.6.1
2021-04-09 07:38:49 +00:00
prompt-toolkit==3.0.18
psutil==5.8.0
psycopg2==2.9.1
2021-04-08 06:37:51 +00:00
pudb==2020.1
py==1.10.0
2021-08-30 04:35:00 +00:00
pycodestyle==2.7.0
2021-04-08 06:37:51 +00:00
pyflakes==2.3.1
Pygments==2.8.1
pyparsing==2.4.7
pyrsistent==0.17.3
pytest==6.2.3
2021-04-09 07:16:16 +00:00
pytest-cov==2.11.1
pytest-postgresql==3.1.1
2021-04-08 06:37:51 +00:00
pytest-pudb==0.7.0
pytz==2021.1
PyYAML==5.4.1
2021-05-15 05:47:05 +00:00
readme-renderer==29.0
2021-04-08 06:37:51 +00:00
recommonmark==0.7.1
2021-05-09 01:33:37 +00:00
redis==3.5.3
2021-09-03 04:10:35 +00:00
regex==2021.8.28
2021-04-08 06:37:51 +00:00
requests==2.25.1
2021-05-15 05:47:05 +00:00
requests-toolbelt==0.9.1
2021-05-31 18:28:46 +00:00
requirements-parser==0.2.0
setuptools==51.0.0
2021-04-08 06:37:51 +00:00
six==1.15.0
2021-11-02 07:12:06 +00:00
smbus2==0.4.1
2021-04-08 06:37:51 +00:00
snowballstemmer==2.1.0
2021-05-17 19:56:35 +00:00
sortedcontainers==2.3.0
2021-04-08 06:37:51 +00:00
soupsieve==2.2.1
Sphinx==3.5.3
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-httpdomain==1.7.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-openapi==0.7.0
sphinxcontrib-programoutput==0.17
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
toml==0.10.2
2021-09-03 04:10:35 +00:00
tomli==1.2.1
2021-10-11 03:41:01 +00:00
toposort==1.7
2021-04-08 06:37:51 +00:00
tornado==6.1
typed-ast==1.4.2
2021-09-03 04:10:35 +00:00
typing-extensions==3.10.0.2
2021-04-08 06:37:51 +00:00
unify==0.5
untokenize==0.1.1
urllib3==1.26.4
urwid==2.1.2
2021-04-09 07:38:49 +00:00
wcwidth==0.2.5
2021-09-03 04:10:35 +00:00
webencodings==0.5.1
Werkzeug==2.0.1
wheel==0.36.2
2021-04-08 06:37:51 +00:00
yamllint==1.26.1
2021-05-09 01:33:37 +00:00
yarl==1.6.3
2021-05-15 05:47:05 +00:00
yaspin==1.5.0
2021-09-03 04:10:35 +00:00
zipp==3.5.0