summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJames Page <james.page@ubuntu.com>2018-08-14 14:22:44 +0100
committerJames Page <james.page@ubuntu.com>2018-08-14 14:23:44 +0100
commitef44579c35b0b2724c68f6aa25d9f234304dc775 (patch)
treef5c88412631e05e06e7842779cf3646f55c2e256 /test-requirements.txt
parent4d4cf1559cf393a2a10a458f83209cbeb2756e49 (diff)
downloadglance_store-ef44579c35b0b2724c68f6aa25d9f234304dc775.tar.gz
Move doc8 to test requirements
doc8 is not required to use this module, only for style checking of RST documentation. Move from requirements.txt -> test-requirements.txt to avoid generating a run-time dependency on doc8. Change-Id: I3ae3909401eb53d4442e6d369228e235e1d5d60e
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 073f79a..2ddcc91 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,6 +4,9 @@
# Metrics and style
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+# Documentation style
+doc8>=0.6.0 # Apache-2.0
+
# Packaging
mock>=2.0.0 # BSD