mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-08 17:46:09 -05:00
Hemna
1385f5ee27
This patch reworked the loading of plugins. Python2 is dead. Previously was using the imp module to easily load the plugins from a separate directory, which is a bit of a pita. Found a python3 lib that takes care of the difference between py3.3, 3.4 and 3.5+ module loading called "thesmuggler"
23 lines
893 B
Plaintext
23 lines
893 B
Plaintext
#
|
|
# This file is autogenerated by pip-compile
|
|
# To update, run:
|
|
#
|
|
# pip-compile
|
|
#
|
|
certifi==2020.12.5 # via requests
|
|
chardet==3.0.4 # via requests
|
|
click-completion==0.5.2 # via -r requirements.in
|
|
click==7.1.2 # via -r requirements.in, click-completion
|
|
idna==2.10 # via requests
|
|
imapclient==2.1.0 # via -r requirements.in
|
|
jinja2==2.11.2 # via click-completion
|
|
markupsafe==1.1.1 # via jinja2
|
|
pbr==5.5.1 # via -r requirements.in
|
|
pluggy==0.13.1 # via -r requirements.in
|
|
pyyaml==5.3.1 # via -r requirements.in
|
|
requests==2.25.0 # via -r requirements.in
|
|
shellingham==1.3.2 # via click-completion
|
|
six==1.15.0 # via -r requirements.in, click-completion, imapclient
|
|
thesmuggler==1.0.1 # via -r requirements.in
|
|
urllib3==1.26.2 # via requests
|