comparison setup.py @ 20:a45587268314

Add missing `ronkyuu` dependency.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 19 Jan 2019 17:35:10 -0800
parents c6bae5dcd8d7
children c8e0d4c12f92
comparison
equal deleted inserted replaced
19:d3c4c5082bbc 20:a45587268314
13 'coloredlogs>=10.0', 13 'coloredlogs>=10.0',
14 'Mastodon.py>=1.3.0', 14 'Mastodon.py>=1.3.0',
15 'mf2py>=1.1.0', 15 'mf2py>=1.1.0',
16 'mf2util>=0.5.0', 16 'mf2util>=0.5.0',
17 'python-dateutil>=2.7.0', 17 'python-dateutil>=2.7.0',
18 'python-twitter>=3.4.0' 18 'python-twitter>=3.4.0',
19 'ronkyuu>=0.6'
19 ] 20 ]
20 21
21 tests_require = [ 22 tests_require = [
22 'pytest>=3.6.2' 23 'pytest>=3.6.2'
23 ] 24 ]