diff --git a/setup.py b/setup.py index b3a241e..12875cf 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ 'PyGithub<2.0', 'python-gitlab<3.0', 'six', + 'unidiff==0.6.0', ] @@ -25,7 +26,7 @@ def read(*parts): setup( name='ttam-lintly', - version='0.7.1', + version='0.7.2', url='https://github.com/23andMe/Lintly', license='MIT', author='Veda Nandusekar',