diff --git a/README.rst b/README.rst index 469e412..285c7f7 100644 --- a/README.rst +++ b/README.rst @@ -43,7 +43,7 @@ Individual subcommands can be run by specifying them: .. code-block:: bash - Commands: + setup subcommands: all aws brc diff --git a/requirements.txt b/requirements.txt index 7b6dd4c..7e72f65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ click==6.7 PyYAML==3.12 -Sphinx==1.5.1 +Sphinx==1.5.2 sphinx_rtd_theme==0.1.10a0 boto==2.45.0 boto3==1.4.3 -datafs==0.6.5 +datafs==0.6.6 jinja2==2.9.4 \ No newline at end of file diff --git a/requirements_test.txt b/requirements_test.txt index 3af9298..0463ec8 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,16 +1,16 @@ click==6.7 PyYAML==3.12 -Sphinx==1.5.1 +Sphinx==1.5.2 sphinx_rtd_theme==0.1.10a0 boto==2.45.0 boto3==1.4.3 -datafs==0.6.5 +datafs==0.6.6 jinja2==2.9.4 pip==9.0.1 wheel==0.29.0 flake8==3.2.1 tox==2.5.0 coverage==4.3.4 -pytest==3.0.5 +pytest==3.0.6 pytest_cov==2.4.0 -pytest-runner==2.9 \ No newline at end of file +pytest-runner==2.10.1 \ No newline at end of file