This commit is contained in:
Zsolt Ero
2025-09-18 19:35:56 +02:00
parent 604f27e7db
commit b24f096ad4
13 changed files with 93 additions and 221 deletions

View File

@@ -3,7 +3,6 @@ from setuptools import find_packages, setup
requirements = [
'click',
'pycurl',
'requests',
]