Mercurial > silorider
comparison setup.py @ 47:4be321bd5ed4
Update dependency versions
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 08 Oct 2023 13:38:08 -0700 |
parents | c8e0d4c12f92 |
children | e3d2e13e8853 |
comparison
equal
deleted
inserted
replaced
46:ac5911e76ef2 | 47:4be321bd5ed4 |
---|---|
8 | 8 |
9 | 9 |
10 long_description = read('README.rst') | 10 long_description = read('README.rst') |
11 | 11 |
12 install_requires = [ | 12 install_requires = [ |
13 'atproto>=0.0.29', | |
13 'coloredlogs>=10.0', | 14 'coloredlogs>=10.0', |
15 'dateparser>=1.1.8', | |
14 'Mastodon.py>=1.3.0', | 16 'Mastodon.py>=1.3.0', |
15 'mf2py>=1.1.0', | 17 'mf2py>=1.1.0', |
16 'mf2util>=0.5.0', | 18 'mf2util>=0.5.0', |
17 'python-dateutil>=2.7.0', | 19 'python-dateutil>=2.7.0', |
18 'python-twitter>=3.4.0', | 20 'python-twitter>=3.4.0', |
19 'ronkyuu>=0.6' | 21 'ronkyuu>=0.6', |
22 'tweepy>=4.14.0' | |
20 ] | 23 ] |
21 | 24 |
22 tests_require = [ | 25 tests_require = [ |
23 'pytest>=3.6.2' | 26 'pytest>=3.6.2' |
24 ] | 27 ] |