summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-11-07 13:15:18 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-11-16 12:05:44 +0900
commitdb732ac0b839a028a868a180550bb4f55d6e9b4b (patch)
treef6b13677407a36b0a12462ac15c1b22dd002a504 /setup.py
parentde3e8580c4a2cfaca2c07c794d01c1e8eb0dd384 (diff)
downloadsphinx-git-db732ac0b839a028a868a180550bb4f55d6e9b4b.tar.gz
Prepare to type-check using mypy
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 37c10b345..e23c4fb59 100644
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,7 @@ requires = [
'alabaster>=0.7,<0.8',
'imagesize',
'requests',
+ 'typing',
]
extras_require = {
# Environment Marker works for wheel 0.24 or later