This commit is contained in:
Zsolt Ero
2023-12-07 22:31:41 +01:00
parent fa02cac384
commit 1479dfaf8b
3 changed files with 64 additions and 30 deletions

View File

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