Anosql is abandoned upstream. Vendor it.
This commit is contained in:
parent
f6815f2608
commit
a5aea04c48
38 changed files with 2928 additions and 2 deletions
tools/python
|
@ -1,16 +1,19 @@
|
|||
aiohttp==3.7.4.post0
|
||||
alabaster==0.7.12
|
||||
anosql==1.0.2
|
||||
async-timeout==3.0.1
|
||||
attrs==20.3.0
|
||||
autoflake==1.4
|
||||
Babel==2.9.0
|
||||
beautifulsoup4==4.9.3
|
||||
bleach==4.0.0
|
||||
certifi==2020.12.5
|
||||
chardet==4.0.0
|
||||
click==7.1.2
|
||||
commonmark==0.9.1
|
||||
coverage==5.5
|
||||
docutils==0.17
|
||||
Flask==2.0.1
|
||||
hypothesis==6.14.5
|
||||
idna==2.10
|
||||
imagesize==1.2.0
|
||||
|
@ -18,14 +21,16 @@ importlib-metadata==4.0.1
|
|||
iniconfig==1.1.1
|
||||
isodate==0.6.0
|
||||
isort==5.8.0
|
||||
itsdangerous==2.0.1
|
||||
jedi==0.18.0
|
||||
Jinja2==2.11.3
|
||||
Jinja2==3.0.1
|
||||
jsonschema==3.2.0
|
||||
livereload==2.6.3
|
||||
lxml==4.6.3
|
||||
m2r==0.2.1
|
||||
MarkupSafe==1.1.1
|
||||
MarkupSafe==2.0.1
|
||||
meraki==1.7.2
|
||||
mirakuru==2.4.1
|
||||
mistune==0.8.4
|
||||
multidict==5.1.0
|
||||
mypy-extensions==0.4.3
|
||||
|
@ -34,8 +39,13 @@ openapi-spec-validator==0.3.0
|
|||
packaging==20.9
|
||||
parso==0.8.2
|
||||
pathspec==0.8.1
|
||||
pep517==0.11.0
|
||||
pip-tools==6.2.0
|
||||
pluggy==0.13.1
|
||||
port-for==0.6.1
|
||||
prompt-toolkit==3.0.18
|
||||
psutil==5.8.0
|
||||
psycopg2==2.9.1
|
||||
pudb==2020.1
|
||||
py==1.10.0
|
||||
pyflakes==2.3.1
|
||||
|
@ -44,6 +54,7 @@ pyparsing==2.4.7
|
|||
pyrsistent==0.17.3
|
||||
pytest==6.2.3
|
||||
pytest-cov==2.11.1
|
||||
pytest-postgresql==3.1.1
|
||||
pytest-pudb==0.7.0
|
||||
pytz==2021.1
|
||||
PyYAML==5.4.1
|
||||
|
@ -68,6 +79,7 @@ sphinxcontrib-programoutput==0.17
|
|||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.4
|
||||
toml==0.10.2
|
||||
tomli==1.2.1
|
||||
tornado==6.1
|
||||
typed-ast==1.4.2
|
||||
typing-extensions==3.7.4.3
|
||||
|
@ -76,6 +88,9 @@ untokenize==0.1.1
|
|||
urllib3==1.26.4
|
||||
urwid==2.1.2
|
||||
wcwidth==0.2.5
|
||||
webencodings==0.5.1
|
||||
Werkzeug==2.0.1
|
||||
yamllint==1.26.1
|
||||
yarl==1.6.3
|
||||
yaspin==1.5.0
|
||||
zipp==3.5.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue