diff --git a/setup.py b/setup.py index cf8a9af..f96f811 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(fname): install_requires=[ "ftputil", "pyftpdlib", - "Twisted==20.3.0", + "Twisted==22.10.0", ], zip_safe=False, )