This commit is contained in:
Zsolt Ero
2023-12-20 14:25:11 +01:00
parent 43186553b2
commit a960d4de8d
6 changed files with 40 additions and 36 deletions

View File

@@ -1,7 +1,13 @@
from setuptools import setup
requirements = ['fabric', 'ruff', 'python-dotenv', 'click']
requirements = [
'fabric',
'ruff',
'python-dotenv',
'click',
'nginxfmt',
]
setup(
name='openfreemap',