From 143f6eb0f9577ec4abf3fdcaa2bef4f8e8550a6c Mon Sep 17 00:00:00 2001 From: StudioEtrange Date: Sun, 6 Mar 2022 23:09:00 +0100 Subject: [PATCH] sync requirements between setup.py and requirements.txt --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b21925d..79c5a8c 100755 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ setuptools.setup( 'PyQt5>=5.6.0', 'Pillow>=5.2.0', 'psutil>=5.0.0', - 'python-slugify>=1.2.1', + 'python-slugify>=1.2.1,<3.0.0', 'raven>=6.0.0', ], classifiers=[],