Skip to content

Commit 43ebc50

Browse files
committed
make pipdate an optional dependency
1 parent a1bbf48 commit 43ebc50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ def read(fname):
3434
'matplotlib >=1.4.0',
3535
'numpy',
3636
'Pillow >= 3.0.0',
37-
'pipdate',
3837
'six',
3938
],
39+
extras_require={
40+
'update': ['pipdate'],
41+
},
4042
description='convert matplotlib figures into TikZ/PGFPlots',
4143
long_description=read('README.rst'),
4244
license=about['__license__'],

0 commit comments

Comments
 (0)