Skip to content

Commit

Permalink
Upgrade minidb to 2.0.8 (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszn authored Jul 30, 2024
1 parent 8af9a1b commit 3381f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
m['name'] = 'urlwatch'
m['author'], m['author_email'] = re.match(r'(.*) <(.*)>', m['author']).groups()
m['description'], m['long_description'] = docs[0].strip().split('\n\n', 1)
m['install_requires'] = ['minidb>=2.0.6', 'PyYAML', 'requests', 'keyring', 'platformdirs', 'lxml', 'cssselect']
m['install_requires'] = ['minidb>=2.0.8', 'PyYAML', 'requests', 'keyring', 'platformdirs', 'lxml', 'cssselect']
if sys.platform == 'win32':
m['install_requires'].extend(['colorama'])
m['entry_points'] = {"console_scripts": ["urlwatch=urlwatch.cli:main"]}
Expand Down

0 comments on commit 3381f42

Please sign in to comment.