Various requirements updates

This commit is contained in:
Florian Bruhin 2017-02-05 01:30:39 +01:00
parent 8afc215c3d
commit 89f95be5e5
12 changed files with 29 additions and 22 deletions

View File

@ -1,3 +1,3 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py # This file is automatically generated by scripts/dev/recompile_requirements.py
check-manifest==0.34 check-manifest==0.35

View File

@ -2,4 +2,4 @@
codecov==2.0.5 codecov==2.0.5
coverage==4.3.4 coverage==4.3.4
requests==2.12.5 requests==2.13.0

View File

@ -4,19 +4,17 @@ flake8==2.6.2 # rq.filter: < 3.0.0
flake8-copyright==0.2.0 flake8-copyright==0.2.0
flake8-debugger==1.4.0 # rq.filter: != 2.0.0 flake8-debugger==1.4.0 # rq.filter: != 2.0.0
flake8-deprecated==1.1 flake8-deprecated==1.1
flake8-docstrings==1.0.2 flake8-docstrings==1.0.3
flake8-future-import==0.4.3 flake8-future-import==0.4.3
flake8-mock==0.3 flake8-mock==0.3
flake8-pep3101==1.0 flake8-pep3101==1.0
flake8-polyfill==1.0.1
flake8-putty==0.4.0 flake8-putty==0.4.0
flake8-string-format==0.2.3 flake8-string-format==0.2.3
flake8-tidy-imports==1.0.5 flake8-tidy-imports==1.0.5
flake8-tuple==0.2.12 flake8-tuple==0.2.12
mccabe==0.5.3 mccabe==0.6.1
packaging==16.8
pep8-naming==0.4.1 pep8-naming==0.4.1
pycodestyle==2.2.0 pycodestyle==2.3.1
pydocstyle==1.1.1 pydocstyle==1.1.1
pyflakes==1.5.0 pyflakes==1.5.0
pyparsing==2.1.10
six==1.10.0

View File

@ -15,7 +15,9 @@ pydocstyle
pyflakes pyflakes
# Pinned to 2.0.0 otherwise # Pinned to 2.0.0 otherwise
pycodestyle==2.2.0 pycodestyle==2.3.1
# Pinned to 0.5.3 otherwise
mccabe==0.6.1
# Waiting until flake8-putty updated # Waiting until flake8-putty updated
#@ filter: flake8 < 3.0.0 #@ filter: flake8 < 3.0.0

View File

@ -0,0 +1,8 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
appdirs==1.4.0
packaging==16.8
pyparsing==2.1.10
setuptools==34.1.1
six==1.10.0
wheel==0.30.0a0

View File

@ -1,3 +1,3 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py # This file is automatically generated by scripts/dev/recompile_requirements.py
-e git+https://github.com/edrex/pyinstaller.git@0fedc28f65d74e1f5ece453abdfb5ad54e9ac5ba#egg=PyInstaller -e git+https://github.com/pyinstaller/pyinstaller.git#egg=PyInstaller

View File

@ -1,2 +1,4 @@
# https://github.com/pyinstaller/pyinstaller/pull/2238 -e git+https://github.com/pyinstaller/pyinstaller.git@develop#egg=PyInstaller
-e git+https://github.com/edrex/pyinstaller.git@1984_add_QtWebEngineCore#egg=PyInstaller
# remove @commit-id for scm installs
#@ replace: @.*# #

View File

@ -4,9 +4,8 @@
editdistance==0.3.1 editdistance==0.3.1
isort==4.2.5 isort==4.2.5
lazy-object-proxy==1.2.2 lazy-object-proxy==1.2.2
mccabe==0.5.3 mccabe==0.6.1
-e git+https://github.com/PyCQA/pylint.git#egg=pylint -e git+https://github.com/PyCQA/pylint.git#egg=pylint
./scripts/dev/pylint_checkers ./scripts/dev/pylint_checkers
requests==2.12.5 requests==2.13.0
six==1.10.0
wrapt==1.10.8 wrapt==1.10.8

View File

@ -4,11 +4,10 @@ astroid==1.4.9
github3.py==0.9.6 github3.py==0.9.6
isort==4.2.5 isort==4.2.5
lazy-object-proxy==1.2.2 lazy-object-proxy==1.2.2
mccabe==0.5.3 mccabe==0.6.1
pylint==1.6.5 pylint==1.6.5
./scripts/dev/pylint_checkers ./scripts/dev/pylint_checkers
requests==2.12.5 requests==2.13.0
six==1.10.0
uritemplate==3.0.0 uritemplate==3.0.0
uritemplate.py==3.0.2 uritemplate.py==3.0.2
wrapt==1.10.8 wrapt==1.10.8

View File

@ -11,7 +11,7 @@ glob2==0.5
httpbin==0.5.0 httpbin==0.5.0
hypothesis==3.6.1 hypothesis==3.6.1
itsdangerous==0.24 itsdangerous==0.24
# Jinja2==2.9.4 # Jinja2==2.9.5
Mako==1.0.6 Mako==1.0.6
# MarkupSafe==0.23 # MarkupSafe==0.23
parse==1.6.6 parse==1.6.6
@ -31,6 +31,5 @@ pytest-travis-fold==1.2.0
pytest-warnings==0.2.0 pytest-warnings==0.2.0
pytest-xvfb==1.0.0 pytest-xvfb==1.0.0
PyVirtualDisplay==0.2.1 PyVirtualDisplay==0.2.1
six==1.10.0
vulture==0.12 vulture==0.12
Werkzeug==0.11.15 Werkzeug==0.11.15

View File

@ -2,5 +2,5 @@
pluggy==0.4.0 pluggy==0.4.0
py==1.4.32 py==1.4.32
tox==2.5.0 tox==2.6.0
virtualenv==15.1.0 virtualenv==15.1.0

View File

@ -2,7 +2,7 @@
colorama==0.3.7 colorama==0.3.7
cssutils==1.0.1 cssutils==1.0.1
Jinja2==2.9.4 Jinja2==2.9.5
MarkupSafe==0.23 MarkupSafe==0.23
Pygments==2.2.0 Pygments==2.2.0
pyPEG2==2.15.2 pyPEG2==2.15.2