This commit is contained in:
Zsolt Ero
2023-12-05 00:19:50 +01:00
parent 1073eb5a3e
commit 2fbfe15b85
3 changed files with 34 additions and 16 deletions

View File

@@ -1,7 +1,11 @@
from setuptools import setup
requirements = ['fabric', 'ruff']
requirements = [
'fabric',
'ruff',
'python-dotenv',
]
setup(
python_requires='>=3.10',