changeset 47:4be321bd5ed4

Update dependency versions
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 08 Oct 2023 13:38:08 -0700
parents ac5911e76ef2
children 486affad656e
files requirements.txt setup.py
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 = [