Upgraded libs and set python version limitation

This commit is contained in:
Esteban Sánchez 2023-05-09 16:47:54 +02:00
parent 2f32c69f50
commit a25ce3f7a2

View File

@ -16,8 +16,8 @@ setup(
download_url='https://github.com/esanchezm/prometheus-qbittorrent-exporter/archive/1.3.0.tar.gz', download_url='https://github.com/esanchezm/prometheus-qbittorrent-exporter/archive/1.3.0.tar.gz',
keywords=['prometheus', 'qbittorrent'], keywords=['prometheus', 'qbittorrent'],
classifiers=[], classifiers=[],
python_requires='>=3', python_requires='>=3,<3.10',
install_requires=['attrdict==2.0.1', 'qbittorrent-api==2022.1.27', 'prometheus_client==0.12.0 ', 'python-json-logger==2.0.2'], install_requires=['attrdict==2.0.1', 'qbittorrent-api==2023.4.47', 'prometheus_client==0.16.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',