Recompile requirements
This commit is contained in:
parent
1d1b969286
commit
a83a2196f1
|
|
@ -1,3 +1,4 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
check-manifest==0.39
|
||||
toml==0.10.0
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
mypy==0.711
|
||||
mypy-extensions==0.4.1
|
||||
# PyQt5==5.11.3
|
||||
# PyQt5-sip==4.19.14
|
||||
# PyQt5-sip==4.19.17
|
||||
-e git+https://github.com/qutebrowser/PyQt5-stubs.git@wip#egg=PyQt5_stubs
|
||||
typed-ast==1.4.0
|
||||
|
|
|
|||
|
|
@ -3,4 +3,5 @@
|
|||
colorama==0.4.1
|
||||
cssutils==1.0.2
|
||||
hunter==3.0.1
|
||||
manhole==1.6.0
|
||||
Pympler==0.7
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.16.1
|
||||
future==0.17.1
|
||||
macholib==1.11
|
||||
pefile==2019.4.18
|
||||
-e git+https://github.com/pyinstaller/pyinstaller.git@develop#egg=PyInstaller
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ python-dateutil==2.8.0
|
|||
./scripts/dev/pylint_checkers
|
||||
requests==2.22.0
|
||||
six==1.12.0
|
||||
typed-ast==1.4.0
|
||||
uritemplate==3.0.0
|
||||
urllib3==1.25.3
|
||||
wrapt==1.11.2
|
||||
|
|
|
|||
|
|
@ -17,5 +17,10 @@ requests==2.22.0
|
|||
six==1.12.0
|
||||
snowballstemmer==1.9.0
|
||||
Sphinx==2.1.2
|
||||
sphinxcontrib-websupport==1.1.2
|
||||
sphinxcontrib-applehelp==1.0.1
|
||||
sphinxcontrib-devhelp==1.0.1
|
||||
sphinxcontrib-htmlhelp==1.0.2
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.2
|
||||
sphinxcontrib-serializinghtml==1.1.3
|
||||
urllib3==1.25.3
|
||||
|
|
|
|||
|
|
@ -13,16 +13,20 @@ Flask==1.0.3
|
|||
glob2==0.7
|
||||
hunter==3.0.1
|
||||
hypothesis==4.24.6
|
||||
importlib-metadata==0.18
|
||||
itsdangerous==1.1.0
|
||||
# Jinja2==2.10
|
||||
Mako==1.0.12
|
||||
# MarkupSafe==1.1.0
|
||||
# Jinja2==2.10.1
|
||||
Mako==1.0.13
|
||||
manhole==1.6.0
|
||||
# MarkupSafe==1.1.1
|
||||
more-itertools==7.1.0
|
||||
packaging==19.0
|
||||
parse==1.12.0
|
||||
parse-type==0.4.2
|
||||
pluggy==0.12.0
|
||||
py==1.8.0
|
||||
py-cpuinfo==5.0.0
|
||||
pyparsing==2.4.0
|
||||
pytest==5.0.0
|
||||
pytest-bdd==3.1.0
|
||||
pytest-benchmark==3.2.2
|
||||
|
|
@ -38,4 +42,6 @@ PyVirtualDisplay==0.2.4
|
|||
six==1.12.0
|
||||
soupsieve==1.9.2
|
||||
vulture==1.0
|
||||
wcwidth==0.1.7
|
||||
Werkzeug==0.15.4
|
||||
zipp==0.5.1
|
||||
|
|
|
|||
|
|
@ -1,9 +1,13 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
filelock==3.0.12
|
||||
importlib-metadata==0.18
|
||||
packaging==19.0
|
||||
pluggy==0.12.0
|
||||
py==1.8.0
|
||||
pyparsing==2.4.0
|
||||
six==1.12.0
|
||||
toml==0.10.0
|
||||
tox==3.13.1
|
||||
tox==3.13.2
|
||||
virtualenv==16.6.1
|
||||
zipp==0.5.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue