apprise/dev-requirements.txt

22 lines
219 B
Plaintext
Raw Normal View History

coverage
flake8
2017-12-04 03:48:23 +01:00
mock
pytest
pytest-cov
tox
babel
2020-03-27 16:54:01 +01:00
2020-10-13 19:41:45 +02:00
#
2020-03-27 16:54:01 +01:00
# Plugin Dependencies
2020-10-13 19:41:45 +02:00
#
# Provides xmpp:// support
2020-03-27 16:54:01 +01:00
sleekxmpp
slixmpp; python_version >= '3.7'
2020-10-13 19:41:45 +02:00
# Provides growl:// support
gntp
2021-09-17 04:46:33 +02:00
# Provides mqtt:// support
paho-mqtt