Skip to content

Commit

Permalink
Resolving requirements issues: adding click audreyfeldroy#347, update…
Browse files Browse the repository at this point in the history
… pytest to 3.4.1 audreyfeldroy#412, update sphinx to 1.7.0 audreyfeldroy#407, removed unnecessary requirements audreyfeldroy#396
  • Loading branch information
pydanny committed Feb 20, 2018
1 parent 7fad9be commit 04d061e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
4 changes: 0 additions & 4 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ Your virtualenv should still be activated. If it isn't, activate it now. Install
pip install -r requirements_dev.txt
If you have issues building the wheel for cryptography, make sure that the required dependencies are installed. Follow the `Cryptography Instruction`_ for your OS

.. _`Cryptography Instruction`: https://cryptography.io/en/latest/installation/

Step 5: Set Up Travis CI
------------------------
Expand Down
2 changes: 0 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
PyYAML==3.12
pytest==3.4.0
tox==2.9.1
cryptography==2.1.4
cookiecutter>=1.4.0
pytest-cookies==0.3.0
watchdog==0.8.3
Expand Down
10 changes: 4 additions & 6 deletions {{cookiecutter.project_slug}}/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5.1
Sphinx==1.6.5
twine==1.9.1
{% if cookiecutter.use_pypi_deployment_with_travis == 'y' -%}
cryptography==2.1.4
PyYAML==3.11{% endif %}
Sphinx==1.7.0
{% if cookiecutter.command_line_interface == 'y' -%}
click==6.7{% endif %}
{% if cookiecutter.use_pytest == 'y' -%}
pytest==3.3.2
pytest==3.4.1
pytest-runner==2.11.1{% endif %}

0 comments on commit 04d061e

Please sign in to comment.