Skip to content

Commit 9998381

Browse files
committed
remove nose as requirement for running client, add it as requirement for tests
1 parent 26627e8 commit 9998381

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
from distutils.core import setup
44

55
setup(name="keen-client",
6-
version="0.1.1",
6+
version="0.1.2",
77
description="Python Client for Keen.io",
88
author="Keen Labs",
99
author_email="[email protected]",
1010
url="https://github.com/keenlabs/KeenClient-Python",
1111
packages=["keen"],
12-
install_requires=["requests", "nose"]
12+
install_requires=["requests"],
13+
tests_require=["nose"]
1314
)

0 commit comments

Comments
 (0)