Skip to content

Commit

Permalink
Feature/issue 14 (#16)
Browse files Browse the repository at this point in the history
* Fix #14

* update vagrant vm version

* update dependencies
  • Loading branch information
akuzminsky committed Mar 18, 2017
1 parent a02ef1d commit ba7ca7b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions requirements.in
@@ -1,3 +1,4 @@
#@IgnoreInspection BashAddShebang
Click>=6.0
mysql
logutils
1 change: 1 addition & 0 deletions requirements_dev.in
@@ -1,3 +1,4 @@
#@IgnoreInspection BashAddShebang
bumpversion
flake8
tox
Expand Down
18 changes: 9 additions & 9 deletions requirements_dev.txt
Expand Up @@ -4,8 +4,8 @@
#
# pip-compile --no-index --output-file requirements_dev.txt requirements_dev.in
#
alabaster==0.7.9 # via sphinx
appdirs==1.4.0 # via setuptools
alabaster==0.7.10 # via sphinx
appdirs==1.4.3 # via setuptools
argparse==1.4.0 # via codecov
astroid==1.4.9 # via pylint
babel==2.3.4 # via sphinx
Expand All @@ -22,28 +22,28 @@ imagesize==0.7.1 # via sphinx
isort==4.2.5 # via pylint
Jinja2==2.9.5 # via sphinx
lazy-object-proxy==1.2.2 # via astroid
MarkupSafe==0.23 # via jinja2
MarkupSafe==1.0 # via jinja2
mccabe==0.6.1 # via flake8, pylint
mock==2.0.0
packaging==16.8 # via setuptools
pbr==1.10.0 # via mock
pbr==2.0.0 # via mock
pluggy==0.4.0 # via tox
py==1.4.32 # via pytest, tox
py==1.4.33 # via pytest, tox
pycodestyle==2.3.1 # via flake8
pyflakes==1.5.0 # via flake8
Pygments==2.2.0 # via sphinx
pylint==1.6.5
pyparsing==2.1.10 # via packaging
pyparsing==2.2.0 # via packaging
pytest-cov==2.4.0
pytest==3.0.6
pytest==3.0.7
pytz==2016.10 # via babel
requests==2.13.0 # via codecov, sphinx
six==1.10.0 # via astroid, mock, packaging, pylint, setuptools, sphinx
snowballstemmer==1.2.1 # via sphinx
Sphinx==1.5.2
Sphinx==1.5.3
tox==2.6.0
virtualenv==15.1.0 # via tox
wrapt==1.10.8 # via astroid
wrapt==1.10.10 # via astroid

# The following packages are considered to be unsafe in a requirements file:
# setuptools # via pytest
4 changes: 2 additions & 2 deletions vagrant/Vagrantfile
Expand Up @@ -3,12 +3,12 @@
nodes = [
{ :hostname => 'master',
:ip => '192.168.35.250',
:box => 'bento/centos-7.1',
:box => 'bento/centos-7.3',
:ram => 3072
},
{ :hostname => 'slave',
:ip => '192.168.35.251',
:box => 'bento/centos-7.1',
:box => 'bento/centos-7.3',
:ram => 3072
}
]
Expand Down

0 comments on commit ba7ca7b

Please sign in to comment.