Skip to content

Fix of #78 and enhancement of requierments.txt #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions multilog/devices/vifcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def event_Loop(self):
self.sendData(c, trigger) # erstelle und sende die Daten
except Exception as e:
logger.exception(f'{self.Log_Text_186_str[self.sprache]} - {self.Log_Text_201_str[self.sprache]}')
time.sleep(0.1)

def ende(self):
'''Setzt While-Schleifen Bedingung auf True und beendet so Endlosschleife!'''
Expand Down
6 changes: 0 additions & 6 deletions requierments.txt

This file was deleted.

15 changes: 15 additions & 0 deletions requirementsFixedVersions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
discord.py==2.5.2
imageio==2.37.0
matplotlib==3.10.1
minimalmodbus==2.1.1
numpy==2.2.5
pypylon==4.1.0
PyQt5==5.15.11
pyqtgraph==0.13.7
pyserial==3.5
python-dotenv==1.1.0
python-usbtmc==0.8
pyusb==1.3.1
PyYAML==6.0.2
requests==2.32.3
typing_extensions==4.7.1
15 changes: 15 additions & 0 deletions requirementsNewestVersions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
matplotlib
numpy
PyQT5
pyqtgraph
pyserial
PyYAML
minimalmodbus
pyusb
python-usbtmc
typing_extensions
pypylon
imageio
python-dotenv
requests
discord.py