mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Update requirements
This commit is contained in:
parent
936512812b
commit
f0134163c5
3 changed files with 7 additions and 1 deletions
|
@ -9,6 +9,8 @@ requires = [
|
|||
"pycryptodome",
|
||||
"colorama",
|
||||
"Exscript",
|
||||
"requests",
|
||||
"passlib",
|
||||
"usb"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
|
|
@ -10,4 +10,6 @@ usb
|
|||
capstone
|
||||
keystone-engine
|
||||
qrcode
|
||||
requests
|
||||
passlib
|
||||
Exscript
|
||||
|
|
4
setup.py
4
setup.py
|
@ -30,7 +30,9 @@ setup(
|
|||
'pylzma',
|
||||
'pycryptodome',
|
||||
'wheel',
|
||||
"Exscript"
|
||||
'Exscript',
|
||||
'requests',
|
||||
'passlib'
|
||||
],
|
||||
author='B. Kerler',
|
||||
author_email='info@revskills.de',
|
||||
|
|
Loading…
Reference in a new issue