Merge pull request #14 from averyanalex/master

Update dependencies
This commit is contained in:
Esteban Sanchez 2022-02-28 09:45:10 +01:00 committed by GitHub
commit fb12d50373
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ setup(
keywords=['prometheus', 'qbittorrent'], keywords=['prometheus', 'qbittorrent'],
classifiers=[], classifiers=[],
python_requires='>=3', python_requires='>=3',
install_requires=['attrdict==2.0.1', 'qbittorrent-api==2021.3.18', 'prometheus_client==0.8.0', 'python-json-logger==0.1.5'], install_requires=['attrdict==2.0.1', 'qbittorrent-api==2022.1.27', 'prometheus_client==0.12.0 ', 'python-json-logger==2.0.2'],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'qbittorrent-exporter=qbittorrent_exporter.exporter:main', 'qbittorrent-exporter=qbittorrent_exporter.exporter:main',