diff --git a/setup.py b/setup.py index 13d57d0..ef74b36 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ from setuptools import setup requirements = [ - 'fabric', - 'ruff', - 'python-dotenv', 'click', + 'fabric', 'nginxfmt', + 'python-dotenv', 'requests', + 'ruff', ] setup(