Skip to content

Commit 6a23627

Browse files
committed
Added dependencies
1 parent f5ffd4f commit 6a23627

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

dice_notation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
:license: MIT, see LICENSE for more details.
88
"""
99

10-
__version__ = '1.0.4'
10+
__version__ = '1.0.5'
1111
__license__ = 'MIT'

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ def read(*names, **kwargs):
5858
],
5959
long_description=read('README.rst'),
6060
install_requires=[
61-
'ply'
61+
'ply',
62+
'bernardomg.tox-test-command',
63+
'bernardomg.version-extractor'
6264
],
6365
tests_require=_tests_require,
6466
extras_require={'test': _tests_require},

0 commit comments

Comments
 (0)