1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-25 17:38:44 -05:00

Updated requirements

This commit is contained in:
Hemna 2021-09-01 17:26:10 -04:00
parent 84ce60bc50
commit c537b54df6
4 changed files with 22 additions and 10 deletions

View File

@ -17,7 +17,9 @@ from flask_socketio import Namespace, SocketIO
from werkzeug.security import check_password_hash, generate_password_hash from werkzeug.security import check_password_hash, generate_password_hash
import aprsd import aprsd
from aprsd import client, kissclient, messaging, packets, plugin, stats, threads, utils from aprsd import (
client, kissclient, messaging, packets, plugin, stats, threads, utils,
)
LOG = logging.getLogger("APRSD") LOG = logging.getLogger("APRSD")

View File

@ -123,7 +123,7 @@ pkginfo==1.7.1
# via twine # via twine
platformdirs==2.2.0 platformdirs==2.2.0
# via virtualenv # via virtualenv
pluggy==0.13.1 pluggy==1.0.0
# via # via
# pytest # pytest
# tox # tox
@ -149,7 +149,7 @@ pyparsing==2.4.7
# via packaging # via packaging
pyrsistent==0.18.0 pyrsistent==0.18.0
# via jsonschema # via jsonschema
pytest==6.2.4 pytest==6.2.5
# via # via
# -r dev-requirements.in # -r dev-requirements.in
# pytest-cov # pytest-cov

View File

@ -12,7 +12,7 @@ pbr
pyyaml pyyaml
# Allowing a newer version can lead to a conflict with # Allowing a newer version can lead to a conflict with
# requests. # requests.
# py3-validate-email py3-validate-email
pytz pytz
requests requests
six six

View File

@ -23,14 +23,20 @@ click==8.0.1
# -r requirements.in # -r requirements.in
# click-completion # click-completion
# flask # flask
click-completion==0.5.2
# via -r requirements.in
contexter==0.1.4 contexter==0.1.4
# via signalslot # via signalslot
cryptography==3.4.7 cryptography==3.4.7
# via pyopenssl # via pyopenssl
dnspython==1.16.0 dnspython==2.1.0
# via eventlet # via
eventlet==0.31.1 # eventlet
# py3-validate-email
eventlet==0.32.0
# via -r requirements.in # via -r requirements.in
filelock==3.0.12
# via py3-validate-email
flask==2.0.1 flask==2.0.1
# via # via
# -r requirements.in # -r requirements.in
@ -46,7 +52,9 @@ flask-socketio==5.1.1
greenlet==1.1.1 greenlet==1.1.1
# via eventlet # via eventlet
idna==3.2 idna==3.2
# via requests # via
# py3-validate-email
# requests
imapclient==2.2.0 imapclient==2.2.0
# via -r requirements.in # via -r requirements.in
itsdangerous==2.0.1 itsdangerous==2.0.1
@ -73,6 +81,8 @@ pbr==5.6.0
# via -r requirements.in # via -r requirements.in
pluggy==1.0.0 pluggy==1.0.0
# via -r requirements.in # via -r requirements.in
py3-validate-email==1.0.1
# via -r requirements.in
pycparser==2.20 pycparser==2.20
# via cffi # via cffi
pyopenssl==20.0.1 pyopenssl==20.0.1
@ -101,7 +111,7 @@ shellingham==1.4.0
# via click-completion # via click-completion
signalslot==0.1.2 signalslot==0.1.2
# via aioax25 # via aioax25
six==1.15.0 six==1.16.0
# via # via
# -r requirements.in # -r requirements.in
# click-completion # click-completion
@ -118,7 +128,7 @@ urllib3==1.26.6
# via requests # via requests
weakrefmethod==1.0.3 weakrefmethod==1.0.3
# via signalslot # via signalslot
werkzeug==1.0.1 werkzeug==2.0.0
# via flask # via flask
yfinance==0.1.63 yfinance==0.1.63
# via -r requirements.in # via -r requirements.in