This commit is contained in:
Zsolt Ero
2023-12-29 18:25:57 +01:00
parent 1bc5d1ed26
commit 35f0d85b60

View File

@@ -2,12 +2,12 @@ from setuptools import setup
requirements = [ requirements = [
'fabric',
'ruff',
'python-dotenv',
'click', 'click',
'fabric',
'nginxfmt', 'nginxfmt',
'python-dotenv',
'requests', 'requests',
'ruff',
] ]
setup( setup(