Update requirements to use aprslib 0.7.0

aprslib 0.7.0 has a few aprs packet parsing fixes.

https://github.com/rossengeorgiev/aprs-python/pull/66

Support for the 'more recent' reply/ack msg format from 1999
This commit is contained in:
Hemna 2021-11-28 10:47:12 -05:00
parent 5e50792e80
commit e27887db1a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
aioax25>=0.0.10 aioax25>=0.0.10
aprslib aprslib>=0.7.0
click click
click-completion click-completion
flask flask

View File

@ -6,7 +6,7 @@
# #
aioax25==0.0.10 aioax25==0.0.10
# via -r requirements.in # via -r requirements.in
aprslib==0.6.47 aprslib==0.7.0
# via -r requirements.in # via -r requirements.in
backoff==1.11.1 backoff==1.11.1
# via opencage # via opencage