Skip to content

Commit

Permalink
'Docutils' is a 3rd party module
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Jul 24, 2020
1 parent 2296f59 commit 6d1f8ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def read_file(filename):


TEST_DEPENDS = [
'docutils',
'pytest-cov',
'pytest-pycodestyle',
'pytest-runner',
Expand Down
3 changes: 2 additions & 1 deletion test_piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
import re
import sys
import unittest
from email import message_from_string

import docutils.nodes
import docutils.parsers.rst
import docutils.utils
import docutils.frontend
from email import message_from_string

import piplicenses
from piplicenses import (__pkgname__, create_parser, output_colored,
Expand Down

0 comments on commit 6d1f8ea

Please sign in to comment.