Skip to content
Snippets Groups Projects
Commit cc389006 authored by Robin.Mueller's avatar Robin.Mueller
Browse files

changed requirements txt

parent 6ca7ab2d
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,7 @@ attrs==19.3.0 ...@@ -5,8 +5,7 @@ attrs==19.3.0
chardet==3.0.4 chardet==3.0.4
colorama==0.4.3 colorama==0.4.3
cpplint==1.5.4 cpplint==1.5.4
crc==0.4.1 crcmod>=1.7
crcmod==1.7
docopt==0.6.2 docopt==0.6.2
future==0.18.2 future==0.18.2
idna==2.10 idna==2.10
...@@ -15,12 +14,11 @@ isort==5.4.2 ...@@ -15,12 +14,11 @@ isort==5.4.2
lazy-object-proxy==1.5.1 lazy-object-proxy==1.5.1
mccabe==0.6.1 mccabe==0.6.1
multidict==4.7.6 multidict==4.7.6
pylint==2.5.3 pylint>=2.5.3
PyQt5==5.15.0 PyQt5>=5.15.0
PyQt5-sip==12.8.0 PyQt5-sip>=12.8.0
pyserial==3.4 pyserial>=3.4
PyYAML==5.3.1 PyYAML==5.3.1
serial==0.0.97
six==1.15.0 six==1.15.0
toml==0.10.1 toml==0.10.1
typing-extensions==3.7.4.2 typing-extensions==3.7.4.2
......
...@@ -44,6 +44,7 @@ class PusTelemetry: ...@@ -44,6 +44,7 @@ class PusTelemetry:
PUS_HEADER_SIZE = 6 PUS_HEADER_SIZE = 6
CDS_SHORT_SIZE = 7 CDS_SHORT_SIZE = 7
PUS_TIMESTAMP_SIZE = CDS_SHORT_SIZE PUS_TIMESTAMP_SIZE = CDS_SHORT_SIZE
def __init__(self, raw_telemetry: bytearray = bytearray()): def __init__(self, raw_telemetry: bytearray = bytearray()):
if raw_telemetry == bytearray(): if raw_telemetry == bytearray():
return return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment