We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f521365 commit 26627e8Copy full SHA for 26627e8
setup.py
@@ -3,11 +3,11 @@
3
from distutils.core import setup
4
5
setup(name="keen-client",
6
- version="0.1.0",
+ version="0.1.1",
7
description="Python Client for Keen.io",
8
author="Keen Labs",
9
author_email="[email protected]",
10
url="https://github.com/keenlabs/KeenClient-Python",
11
packages=["keen"],
12
- install_requires=["requests"]
+ install_requires=["requests", "nose"]
13
)
0 commit comments