mirror of
https://github.com/craigerl/aprsd.git
synced 2025-03-07 03:48:31 -05:00
Remove rpyc as a requirement
This commit is contained in:
parent
fcc02f29af
commit
7114269cee
@ -295,8 +295,8 @@ if __name__ == "aprsd.wsgi":
|
|||||||
|
|
||||||
log_level = init_app(
|
log_level = init_app(
|
||||||
# log_level="DEBUG",
|
# log_level="DEBUG",
|
||||||
# config_file="/config/aprsd.conf",
|
config_file="/config/aprsd.conf",
|
||||||
config_file=cli_helper.DEFAULT_CONFIG_FILE,
|
# config_file=cli_helper.DEFAULT_CONFIG_FILE,
|
||||||
)
|
)
|
||||||
log.setup_logging(log_level)
|
log.setup_logging(log_level)
|
||||||
sio.register_namespace(LoggingNamespace("/logs"))
|
sio.register_namespace(LoggingNamespace("/logs"))
|
||||||
|
@ -9,7 +9,7 @@ alabaster==0.7.16 # via sphinx
|
|||||||
autoflake==1.5.3 # via gray
|
autoflake==1.5.3 # via gray
|
||||||
babel==2.14.0 # via sphinx
|
babel==2.14.0 # via sphinx
|
||||||
black==24.3.0 # via gray
|
black==24.3.0 # via gray
|
||||||
build==1.1.1 # via pip-tools
|
build==1.2.1 # via pip-tools
|
||||||
cachetools==5.3.3 # via tox
|
cachetools==5.3.3 # via tox
|
||||||
certifi==2024.2.2 # via requests
|
certifi==2024.2.2 # via requests
|
||||||
cfgv==3.4.0 # via pre-commit
|
cfgv==3.4.0 # via pre-commit
|
||||||
@ -23,7 +23,7 @@ coverage[toml]==7.4.4 # via pytest-cov
|
|||||||
distlib==0.3.8 # via virtualenv
|
distlib==0.3.8 # via virtualenv
|
||||||
docutils==0.20.1 # via sphinx
|
docutils==0.20.1 # via sphinx
|
||||||
exceptiongroup==1.2.0 # via pytest
|
exceptiongroup==1.2.0 # via pytest
|
||||||
filelock==3.13.1 # via tox, virtualenv
|
filelock==3.13.3 # via tox, virtualenv
|
||||||
fixit==2.1.0 # via gray
|
fixit==2.1.0 # via gray
|
||||||
flake8==7.0.0 # via -r dev-requirements.in, pep8-naming
|
flake8==7.0.0 # via -r dev-requirements.in, pep8-naming
|
||||||
gray==0.14.0 # via -r dev-requirements.in
|
gray==0.14.0 # via -r dev-requirements.in
|
||||||
@ -33,12 +33,12 @@ imagesize==1.4.1 # via sphinx
|
|||||||
iniconfig==2.0.0 # via pytest
|
iniconfig==2.0.0 # via pytest
|
||||||
isort==5.13.2 # via -r dev-requirements.in, gray
|
isort==5.13.2 # via -r dev-requirements.in, gray
|
||||||
jinja2==3.1.3 # via sphinx
|
jinja2==3.1.3 # via sphinx
|
||||||
libcst==1.2.0 # via fixit
|
libcst==1.3.1 # via fixit
|
||||||
markupsafe==2.1.5 # via jinja2
|
markupsafe==2.1.5 # via jinja2
|
||||||
mccabe==0.7.0 # via flake8
|
mccabe==0.7.0 # via flake8
|
||||||
moreorless==0.4.0 # via fixit
|
moreorless==0.4.0 # via fixit
|
||||||
mypy==1.9.0 # via -r dev-requirements.in
|
mypy==1.9.0 # via -r dev-requirements.in
|
||||||
mypy-extensions==1.0.0 # via black, mypy, typing-inspect
|
mypy-extensions==1.0.0 # via black, mypy
|
||||||
nodeenv==1.8.0 # via pre-commit
|
nodeenv==1.8.0 # via pre-commit
|
||||||
packaging==24.0 # via black, build, fixit, pyproject-api, pytest, sphinx, tox
|
packaging==24.0 # via black, build, fixit, pyproject-api, pytest, sphinx, tox
|
||||||
pathspec==0.12.1 # via black, trailrunner
|
pathspec==0.12.1 # via black, trailrunner
|
||||||
@ -71,8 +71,7 @@ toml==0.10.2 # via autoflake
|
|||||||
tomli==2.0.1 # via black, build, coverage, fixit, mypy, pip-tools, pyproject-api, pyproject-hooks, pytest, tox
|
tomli==2.0.1 # via black, build, coverage, fixit, mypy, pip-tools, pyproject-api, pyproject-hooks, pytest, tox
|
||||||
tox==4.14.2 # via -r dev-requirements.in
|
tox==4.14.2 # via -r dev-requirements.in
|
||||||
trailrunner==1.4.0 # via fixit
|
trailrunner==1.4.0 # via fixit
|
||||||
typing-extensions==4.10.0 # via black, libcst, mypy, typing-inspect
|
typing-extensions==4.11.0 # via black, mypy
|
||||||
typing-inspect==0.9.0 # via libcst
|
|
||||||
unify==0.5 # via gray
|
unify==0.5 # via gray
|
||||||
untokenize==0.1.1 # via unify
|
untokenize==0.1.1 # via unify
|
||||||
urllib3==2.2.1 # via requests
|
urllib3==2.2.1 # via requests
|
||||||
|
@ -29,7 +29,6 @@ kiss3
|
|||||||
attrs
|
attrs
|
||||||
dataclasses
|
dataclasses
|
||||||
oslo.config
|
oslo.config
|
||||||
rpyc>=6.0.0
|
|
||||||
# Pin this here so it doesn't require a compile on
|
# Pin this here so it doesn't require a compile on
|
||||||
# raspi
|
# raspi
|
||||||
shellingham
|
shellingham
|
||||||
|
@ -22,7 +22,7 @@ dataclasses-json==0.6.4 # via -r requirements.in
|
|||||||
debtcollector==3.0.0 # via oslo-config
|
debtcollector==3.0.0 # via oslo-config
|
||||||
deprecated==1.2.14 # via click-params
|
deprecated==1.2.14 # via click-params
|
||||||
dnspython==2.6.1 # via eventlet
|
dnspython==2.6.1 # via eventlet
|
||||||
eventlet==0.36.0 # via -r requirements.in
|
eventlet==0.36.1 # via -r requirements.in
|
||||||
flask==3.0.2 # via -r requirements.in, flask-httpauth, flask-socketio
|
flask==3.0.2 # via -r requirements.in, flask-httpauth, flask-socketio
|
||||||
flask-httpauth==4.8.0 # via -r requirements.in
|
flask-httpauth==4.8.0 # via -r requirements.in
|
||||||
flask-socketio==5.3.6 # via -r requirements.in
|
flask-socketio==5.3.6 # via -r requirements.in
|
||||||
@ -47,7 +47,6 @@ oslo-i18n==6.3.0 # via oslo-config
|
|||||||
packaging==24.0 # via marshmallow
|
packaging==24.0 # via marshmallow
|
||||||
pbr==6.0.0 # via -r requirements.in, oslo-i18n, stevedore
|
pbr==6.0.0 # via -r requirements.in, oslo-i18n, stevedore
|
||||||
pluggy==1.4.0 # via -r requirements.in
|
pluggy==1.4.0 # via -r requirements.in
|
||||||
plumbum==1.8.2 # via rpyc
|
|
||||||
pygments==2.17.2 # via rich
|
pygments==2.17.2 # via rich
|
||||||
pyserial==3.5 # via pyserial-asyncio
|
pyserial==3.5 # via pyserial-asyncio
|
||||||
pyserial-asyncio==0.6 # via kiss3
|
pyserial-asyncio==0.6 # via kiss3
|
||||||
@ -58,7 +57,6 @@ pyyaml==6.0.1 # via -r requirements.in, oslo-config
|
|||||||
requests==2.31.0 # via -r requirements.in, oslo-config, update-checker
|
requests==2.31.0 # via -r requirements.in, oslo-config, update-checker
|
||||||
rfc3986==2.0.0 # via oslo-config
|
rfc3986==2.0.0 # via oslo-config
|
||||||
rich==12.6.0 # via -r requirements.in
|
rich==12.6.0 # via -r requirements.in
|
||||||
rpyc==6.0.0 # via -r requirements.in
|
|
||||||
rush==2021.4.0 # via -r requirements.in
|
rush==2021.4.0 # via -r requirements.in
|
||||||
shellingham==1.5.4 # via -r requirements.in, click-completion
|
shellingham==1.5.4 # via -r requirements.in, click-completion
|
||||||
simple-websocket==1.0.0 # via python-engineio
|
simple-websocket==1.0.0 # via python-engineio
|
||||||
@ -67,12 +65,12 @@ soupsieve==2.5 # via beautifulsoup4
|
|||||||
stevedore==5.2.0 # via oslo-config
|
stevedore==5.2.0 # via oslo-config
|
||||||
tabulate==0.9.0 # via -r requirements.in
|
tabulate==0.9.0 # via -r requirements.in
|
||||||
thesmuggler==1.0.1 # via -r requirements.in
|
thesmuggler==1.0.1 # via -r requirements.in
|
||||||
typing-extensions==4.10.0 # via typing-inspect
|
typing-extensions==4.11.0 # via typing-inspect
|
||||||
typing-inspect==0.9.0 # via dataclasses-json
|
typing-inspect==0.9.0 # via dataclasses-json
|
||||||
update-checker==0.18.0 # via -r requirements.in
|
update-checker==0.18.0 # via -r requirements.in
|
||||||
urllib3==2.2.1 # via requests
|
urllib3==2.2.1 # via requests
|
||||||
validators==0.22.0 # via click-params
|
validators==0.22.0 # via click-params
|
||||||
werkzeug==3.0.1 # via -r requirements.in, flask
|
werkzeug==3.0.2 # via -r requirements.in, flask
|
||||||
wrapt==1.16.0 # via -r requirements.in, debtcollector, deprecated
|
wrapt==1.16.0 # via -r requirements.in, debtcollector, deprecated
|
||||||
wsproto==1.2.0 # via simple-websocket
|
wsproto==1.2.0 # via simple-websocket
|
||||||
zipp==3.18.1 # via importlib-metadata
|
zipp==3.18.1 # via importlib-metadata
|
||||||
|
Loading…
Reference in New Issue
Block a user