diff --git a/.gitignore b/.gitignore index d2ec111..8c9cdf5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ - +.idea # Created by https://www.toptal.com/developers/gitignore/api/python,pycharm,code # Edit at https://www.toptal.com/developers/gitignore?templates=python,pycharm,code @@ -249,4 +249,4 @@ dmypy.json # profiling data .prof -# End of https://www.toptal.com/developers/gitignore/api/python,pycharm,code \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/python,pycharm,code diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 73f69e0..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/compLIB.iml b/.idea/compLIB.iml deleted file mode 100644 index 4a206a1..0000000 --- a/.idea/compLIB.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 0eefe32..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 1dae23d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index bfe6efe..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/init_gbp.sh b/init_gbp.sh deleted file mode 100644 index e69de29..0000000 diff --git a/setup.py b/setup.py index db3c254..5aa0da1 100644 --- a/setup.py +++ b/setup.py @@ -29,10 +29,12 @@ setuptools.setup( license="proprietary", install_requires=[ "smbus", - "requests" + "requests", + "python-logstash-async" ], setup_requires=[ "smbus", - "requests" + "requests", + "python-logstash-async" ] )