Skip to content

Commit

Permalink
Add packaging to the list of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Nov 5, 2018
1 parent e043133 commit 3104d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_version(filename):
zip_safe=False,
include_package_data=True,
platforms='any',
install_requires=['pytest>=2.9', 'termcolor>=1.1.0'],
install_requires=['pytest>=2.9', 'termcolor>=1.1.0', 'packaging'],
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 3104d33

Please sign in to comment.