Update qbittorrent-api to 2021.3.18
To include 72687ca614
in order to fix https://github.com/esanchezm/prometheus-qbittorrent-exporter/issues/3
This commit is contained in:
parent
345888ef68
commit
7f783f0b0a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ setup(
|
|||
keywords=['prometheus', 'qbittorrent'],
|
||||
classifiers=[],
|
||||
python_requires='>=3',
|
||||
install_requires=['qbittorrent-api==2020.9.9', 'prometheus_client==0.8.0', 'python-json-logger==0.1.5'],
|
||||
install_requires=['qbittorrent-api==2021.3.18', 'prometheus_client==0.8.0', 'python-json-logger==0.1.5'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'qbittorrent-exporter=qbittorrent_exporter.exporter:main',
|
||||
|
|
Loading…
Reference in a new issue