summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2015-07-05 02:42:04 +0200
committerYves Fischer <yvesf-git@xapek.org>2015-07-05 02:42:04 +0200
commit059bed7574351310a022a8f3ae911bafe524380b (patch)
treecafe817a0901b81d43e9ab9d13b14c9a9182e5d9 /setup.py
parent5904c4f9a596dcf96d328914ad9b93be1a138c74 (diff)
downloadpyinflux-059bed7574351310a022a8f3ae911bafe524380b.tar.gz
pyinflux-059bed7574351310a022a8f3ae911bafe524380b.zip
with funcparserlib
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a82b3c6..7126f2e 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setup(name='pyinfluxtools',
packages = ['pyinfluxtools'],
# url='https://github.com/',
# scripts=[],
-# install_requires=[],
+ install_requires=['funcparserlib==0.3.6'],
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",