diff --git a/setup.py b/setup.py index 29c2d96c..3b5b0a29 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ "urllib3==1.26.5", "emoji==1.2.0", "langdetect==1.0.9", + "atomicwrites==1.4.0", ], extras_require={ "telegram-reports": ["pandas==1.2.4"],