Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Jan 21, 2018
1 parent 9a96321 commit 98561bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PyYAML>=3.11
paho-mqtt>=1.0
influxdb
schema>=0.6.7
jsonpath-ng>=1.4.3
jsonpath-ng>=1.4.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

requirements = ['paho-mqtt>=1.0', 'influxdb', 'schema>=0.6.7', 'jsonpath-ng>=1.4.3']
requirements = ['PyYAML>=3.11', 'paho-mqtt>=1.0', 'influxdb', 'schema>=0.6.7', 'jsonpath-ng>=1.4.3']

setup(
name='mqtt2influxdb',
Expand Down Expand Up @@ -33,6 +33,6 @@
mqtt2influxdb=mqtt2influxdb.cli:main
''',
long_description='''
BigClown Firmware Tool.
BigClown tool for storage data from MQTT to InfluxDB
'''
)

0 comments on commit 98561bf

Please sign in to comment.