mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-17 22:01:49 -05:00
Hemna
ff392395ed
This patch introduces rpyc based RPC client/server for the flask web interface to call into the running aprsd server command to fetch stats, logs, etc to send to the browser. This allows running the web interface via gunicorn command gunicorn -k gevent --reload --threads 10 -w 1 aprsd.flask:app --log-level DEBUG
34 lines
390 B
Plaintext
34 lines
390 B
Plaintext
aprslib>=0.7.0
|
|
click
|
|
click-completion
|
|
flask==2.1.2
|
|
werkzeug==2.1.2
|
|
flask-classful
|
|
flask-httpauth
|
|
imapclient
|
|
pluggy
|
|
pbr
|
|
pyyaml
|
|
requests
|
|
pytz
|
|
six
|
|
thesmuggler
|
|
update_checker
|
|
flask-socketio
|
|
eventlet
|
|
tabulate
|
|
rich
|
|
# For the list-plugins pypi.org search scraping
|
|
beautifulsoup4
|
|
wrapt
|
|
# kiss3 uses attrs
|
|
kiss3
|
|
attrs
|
|
# for mobile checking
|
|
user-agents
|
|
pyopenssl
|
|
dataclasses
|
|
dacite2
|
|
oslo.config
|
|
rpyc
|