fix auto-update

This commit is contained in:
Zsolt Ero
2024-09-10 01:46:44 +02:00
parent 0bd2a19d1c
commit eb2d82d764
9 changed files with 35 additions and 34 deletions

View File

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