# HG changeset patch # User Ludovic Chabant # Date 1696797488 25200 # Node ID 4be321bd5ed45bde4c82b67ae40e7fdbdbd154d6 # Parent ac5911e76ef28772c741e36f57d1fd19a763119c Update dependency versions diff -r ac5911e76ef2 -r 4be321bd5ed4 requirements.txt --- a/requirements.txt Sun Aug 20 11:20:37 2023 -0700 +++ b/requirements.txt Sun Oct 08 13:38:08 2023 -0700 @@ -1,4 +1,5 @@ -i https://pypi.python.org/simple +atproto==0.0.29 beautifulsoup4==4.12.2 blurhash==1.1.4 certifi==2023.5.7 diff -r ac5911e76ef2 -r 4be321bd5ed4 setup.py --- a/setup.py Sun Aug 20 11:20:37 2023 -0700 +++ b/setup.py Sun Oct 08 13:38:08 2023 -0700 @@ -10,13 +10,16 @@ long_description = read('README.rst') install_requires = [ + 'atproto>=0.0.29', 'coloredlogs>=10.0', + 'dateparser>=1.1.8', 'Mastodon.py>=1.3.0', 'mf2py>=1.1.0', 'mf2util>=0.5.0', 'python-dateutil>=2.7.0', 'python-twitter>=3.4.0', - 'ronkyuu>=0.6' + 'ronkyuu>=0.6', + 'tweepy>=4.14.0' ] tests_require = [