diff 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
line wrap: on
line diff
--- 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 = [