Skip to content

Commit 3eac752

Browse files
committed
Update dependencies to fix import error
This fixes #1.
1 parent 553092a commit 3eac752

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
from setuptools import setup
22

33
dependencies = [
4-
'GitPython==2.1.5',
5-
'Pygments==2.2.0',
6-
'click==6.7',
7-
'flake8==3.4.1',
4+
'GitPython==3.1.7',
5+
'Pygments==2.6.1',
6+
'click==7.1.2',
7+
'flake8==3.8.3',
88
'termcolor==1.1.0',
99
]
1010

1111
setup(
1212
name='git-praise',
13-
version='1.3.0',
13+
version='1.4.0',
1414
url='https://github.com/sigvef/git-praise',
1515
license='MIT',
1616
author='Sigve Sebastian Farstad',

0 commit comments

Comments
 (0)