move requirements to own file

This commit is contained in:
Yannik Schmidt
2020-08-16 15:35:03 +02:00
parent a16f398396
commit 8795b4bb79
3 changed files with 8 additions and 12 deletions

1
.gitignore vendored
View File

@@ -8,7 +8,6 @@ __py*
*.dbf *.dbf
*.DBF *.DBF
*.xls *.xls
*.txt
*.pyc *.pyc
*.log *.log
*.zip *.zip

View File

@@ -1,17 +1,6 @@
## What is this? ## What is this?
This tool was developed to enable easy analysis of USB-Dataloggers that record humidity and/or temperature, supporting a variety of formats with a comfortable, minimalistic and easy to use, interface. The output is highly configurable, check the example-``config`` file for details. This tool was developed to enable easy analysis of USB-Dataloggers that record humidity and/or temperature, supporting a variety of formats with a comfortable, minimalistic and easy to use, interface. The output is highly configurable, check the example-``config`` file for details.
## Dependencies (pip3)
tkinter
language
matplotlib
codecs
dbfread
PIL
PyQt5
fbs
## Supported Formats ## Supported Formats
- .xbf (XAML Binary Format) - .xbf (XAML Binary Format)

8
requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
requests
language
matplotlib
codecs
dbfread
PIL
PyQt5
fbs