1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-09-17 02:36:42 -04:00
aprsd/requirements.txt
Hemna 9f38fd179e Fixed TimePlugin timezone issue
The existing time plugin had a hard coded PDT for pacific timezone,
when it wasn't.   This patch adds some real timezone conversion from
utc to the tz of the running aprsd server.   This will eventually allow
us to use either the tz of the running aprsd and/or the tz of the
calling callsign if we can just get the tz string from the location
beacon of the caller's callsign.
2021-01-19 11:26:07 -05:00

77 lines
1.5 KiB
Plaintext

#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements.in
#
appdirs==1.4.4
# via virtualenv
aprslib==0.6.47
# via -r requirements.in
certifi==2020.12.5
# via requests
cfgv==3.2.0
# via pre-commit
chardet==4.0.0
# via requests
click-completion==0.5.2
# via -r requirements.in
click==7.1.2
# via
# -r requirements.in
# click-completion
distlib==0.3.1
# via virtualenv
dnspython==2.1.0
# via py3-validate-email
filelock==3.0.12
# via
# py3-validate-email
# virtualenv
identify==1.5.13
# via pre-commit
idna==2.10
# via
# py3-validate-email
# requests
imapclient==2.2.0
# via -r requirements.in
jinja2==2.11.2
# via click-completion
markupsafe==1.1.1
# via jinja2
nodeenv==1.5.0
# via pre-commit
pbr==5.5.1
# via -r requirements.in
pluggy==0.13.1
# via -r requirements.in
pre-commit==2.9.3
# via -r requirements.in
py3-validate-email==0.2.12
# via -r requirements.in
pytz==2020.5
# via -r requirements.in
pyyaml==5.3.1
# via
# -r requirements.in
# pre-commit
requests==2.25.1
# via -r requirements.in
shellingham==1.3.2
# via click-completion
six==1.15.0
# via
# -r requirements.in
# click-completion
# imapclient
# virtualenv
thesmuggler==1.0.1
# via -r requirements.in
toml==0.10.2
# via pre-commit
urllib3==1.26.2
# via requests
virtualenv==20.4.0
# via pre-commit