Recompile requirements files
This commit is contained in:
parent
a72eee8e39
commit
1d9ee2c11d
@ -6,4 +6,4 @@ codecov==2.0.15
|
|||||||
coverage==4.5.1
|
coverage==4.5.1
|
||||||
idna==2.7
|
idna==2.7
|
||||||
requests==2.19.1
|
requests==2.19.1
|
||||||
urllib3==1.22
|
urllib3==1.23
|
||||||
|
@ -9,7 +9,7 @@ flake8-copyright==0.2.0
|
|||||||
flake8-debugger==3.1.0
|
flake8-debugger==3.1.0
|
||||||
flake8-deprecated==1.3
|
flake8-deprecated==1.3
|
||||||
flake8-docstrings==1.3.0
|
flake8-docstrings==1.3.0
|
||||||
flake8-future-import==0.4.4
|
flake8-future-import==0.4.5
|
||||||
flake8-mock==0.3
|
flake8-mock==0.3
|
||||||
flake8-per-file-ignores==0.6
|
flake8-per-file-ignores==0.6
|
||||||
flake8-polyfill==1.0.2
|
flake8-polyfill==1.0.2
|
||||||
|
@ -13,6 +13,7 @@ python-dateutil==2.7.3
|
|||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
requests==2.19.1
|
requests==2.19.1
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
|
typed-ast==1.1.0
|
||||||
uritemplate==3.0.0
|
uritemplate==3.0.0
|
||||||
urllib3==1.22
|
urllib3==1.23
|
||||||
wrapt==1.10.11
|
wrapt==1.10.11
|
||||||
|
@ -8,4 +8,4 @@ github3.py
|
|||||||
#@ replace: @.*# #
|
#@ replace: @.*# #
|
||||||
|
|
||||||
# fix qute-pylint location
|
# fix qute-pylint location
|
||||||
#@ replace: qute-pylint==.* ./scripts/dev/pylint_checkers
|
#@ replace: qute-pylint==.* ./scripts/dev/pylint_checkers
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
PyQt5==5.11.2
|
PyQt5==5.11.2
|
||||||
PyQt5-sip==4.19.11
|
PyQt5-sip==4.19.12
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
|
atomicwrites==1.1.5
|
||||||
attrs==18.1.0
|
attrs==18.1.0
|
||||||
|
backports.functools-lru-cache==1.5
|
||||||
beautifulsoup4==4.6.0
|
beautifulsoup4==4.6.0
|
||||||
cheroot==6.3.2.post0
|
cheroot==6.3.3
|
||||||
click==6.7
|
click==6.7
|
||||||
# colorama==0.3.9
|
# colorama==0.3.9
|
||||||
coverage==4.5.1
|
coverage==4.5.1
|
||||||
@ -29,7 +31,7 @@ pytest-cov==2.5.1
|
|||||||
pytest-faulthandler==1.5.0
|
pytest-faulthandler==1.5.0
|
||||||
pytest-instafail==0.4.0
|
pytest-instafail==0.4.0
|
||||||
pytest-mock==1.10.0
|
pytest-mock==1.10.0
|
||||||
pytest-qt==2.4.1
|
pytest-qt==3.0.0
|
||||||
pytest-repeat==0.4.1
|
pytest-repeat==0.4.1
|
||||||
pytest-rerunfailures==4.1
|
pytest-rerunfailures==4.1
|
||||||
pytest-travis-fold==1.3.0
|
pytest-travis-fold==1.3.0
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
|
packaging==17.1
|
||||||
pluggy==0.6.0
|
pluggy==0.6.0
|
||||||
py==1.5.4
|
py==1.5.4
|
||||||
|
pyparsing==2.2.0
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
tox==3.1.1
|
tox==3.1.2
|
||||||
virtualenv==16.0.0
|
virtualenv==16.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user