Skip to content

Commit

Permalink
Add doc8 to dev requirements
Browse files Browse the repository at this point in the history
Closes #1343
  • Loading branch information
nicolaiarocci committed Dec 18, 2019
1 parent 305ba8e commit b76aa7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -13,7 +13,9 @@ New
- ``unique_within_resource`` validation rule. Enforces the uniqueness of an
attribute only at API resource level, contrasting with the ``unique`` rule
that enforces uniqueness at database collection level (`#1291`_)
- Add doc8 to dev-requirements (`#1343`_)

.. _`#1343`: https://github.com/pyeve/eve/issues/1343
.. _`#1326`: https://github.com/pyeve/eve/issues/1326
.. _`#1297`: https://github.com/pyeve/eve/issues/1297
.. _`#1291`: https://github.com/pyeve/eve/issues/1291
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@
]

EXTRAS_REQUIRE = {
"docs": ["sphinx", "alabaster"],
"docs": ["sphinx", "alabaster", "doc8"],
"tests": ["redis", "testfixtures", "pytest", "tox"],
}
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["docs"]
Expand Down

0 comments on commit b76aa7a

Please sign in to comment.