diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2015-07-05 02:42:04 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2015-07-05 02:42:04 +0200 |
commit | 059bed7574351310a022a8f3ae911bafe524380b (patch) | |
tree | cafe817a0901b81d43e9ab9d13b14c9a9182e5d9 /setup.py | |
parent | 5904c4f9a596dcf96d328914ad9b93be1a138c74 (diff) | |
download | pyinflux-059bed7574351310a022a8f3ae911bafe524380b.tar.gz pyinflux-059bed7574351310a022a8f3ae911bafe524380b.zip |
with funcparserlib
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |