mirror of
https://github.com/hemna/aprsd-slack-plugin.git
synced 2024-12-04 06:03:11 -05:00
Make aprsd a requirement
This commit is contained in:
parent
0fd335ffd6
commit
7dc999b5e3
@ -8,3 +8,4 @@ black
|
||||
isort
|
||||
pbr
|
||||
Sphinx
|
||||
aprsd
|
||||
|
@ -60,3 +60,4 @@ virtualenv==20.2.2 # via tox
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# setuptools
|
||||
aprsd
|
||||
|
@ -1,3 +1,4 @@
|
||||
pbr
|
||||
slack_sdk>=3.0
|
||||
slackeventsapi>=2.1.0
|
||||
aprsd
|
||||
|
@ -14,3 +14,4 @@ pyee==7.0.4 # via slackeventsapi
|
||||
slack-sdk==3.1.0 # via -r requirements.in
|
||||
slackeventsapi==2.2.1 # via -r requirements.in
|
||||
werkzeug==1.0.1 # via flask
|
||||
aprsd
|
||||
|
Loading…
Reference in New Issue
Block a user