mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-18 06:11:49 -05:00
Hemna
7d970cbe70
This patch reworks the KISS client to get rid of aioax25 as it was too difficult to work with due to heavy use of asyncio. Switched to the kiss3 pypi library.
31 lines
412 B
Plaintext
31 lines
412 B
Plaintext
aprslib>=0.7.0
|
|
click
|
|
click-completion
|
|
flask==2.1.2
|
|
werkzeug==2.1.2
|
|
flask-classful
|
|
flask-httpauth
|
|
imapclient
|
|
opencage
|
|
pluggy
|
|
pbr
|
|
pyyaml
|
|
# Allowing a newer version can lead to a conflict with
|
|
# requests.
|
|
py3-validate-email
|
|
pytz
|
|
requests
|
|
six
|
|
thesmuggler
|
|
update_checker
|
|
flask-socketio
|
|
eventlet
|
|
tabulate
|
|
rich
|
|
# For the list-plugins pypi.org search scraping
|
|
beautifulsoup4
|
|
wrapt
|
|
# kiss3 uses attrs
|
|
kiss3
|
|
attrs==22.1.0
|