Update requirements

This commit is contained in:
Bjoern Kerler 2023-07-23 18:08:56 +02:00
parent 936512812b
commit f0134163c5
3 changed files with 7 additions and 1 deletions

View file

@ -9,6 +9,8 @@ requires = [
"pycryptodome",
"colorama",
"Exscript",
"requests",
"passlib",
"usb"
]
build-backend = "setuptools.build_meta"

View file

@ -10,4 +10,6 @@ usb
capstone
keystone-engine
qrcode
requests
passlib
Exscript

View file

@ -30,7 +30,9 @@ setup(
'pylzma',
'pycryptodome',
'wheel',
"Exscript"
'Exscript',
'requests',
'passlib'
],
author='B. Kerler',
author_email='info@revskills.de',