Skip to content

Commit

Permalink
fix(ddt) add ddt package to dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Apr 4, 2020
1 parent 34c53d6 commit b703dd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy
imageio
docutils
docutils
ddt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
scripts=['color_matcher/bin/cli.py'],
entry_points={'console_scripts': ['color-matcher=color_matcher.bin.cli:main'], },
packages=find_packages(),
install_requires=['numpy', 'imageio', 'docutils'],
install_requires=['numpy', 'imageio', 'docutils', 'ddt'],
include_package_data=True,
python_requires='>=3',
zip_safe=False,
Expand Down

0 comments on commit b703dd7

Please sign in to comment.