Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit 37a4509

Browse files
committed
fix(build): packaging needs requirements
1 parent a4dc28d commit 37a4509

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ tag = True
55

66
[bumpversion:file:setup.py]
77

8-
[bumpversion:file:docs/conf.py]
9-
108
[bumpversion:file:src/livingdocs/__init__.py]
119

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ def read(*names, **kwargs):
6060
],
6161
install_requires=[
6262
'click',
63+
'awesome-slugify',
64+
'Pillow',
65+
'mock'
6366
],
6467
extras_require={
6568
# eg:

0 commit comments

Comments
 (0)