mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-09 12:11:44 +00:00
Update requirements.
This commit is contained in:
parent
4cd7a9c782
commit
a1ba535d3b
6 changed files with 7 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
.vscode
|
||||||
build
|
build
|
||||||
host/__pycache__
|
host/__pycache__
|
||||||
host/build
|
host/build
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
tqdm==4.59.0
|
tqdm>=4.59.0
|
||||||
pyusb==1.1.1
|
pyusb>=1.1.1
|
||||||
|
|
|
@ -10,5 +10,5 @@ from sys import executable
|
||||||
|
|
||||||
root_dir = dirname(__file__)
|
root_dir = dirname(__file__)
|
||||||
|
|
||||||
run([executable, '-m', 'pip', 'install', '--user', '-r', join(root_dir, 'requirements-win32.txt')])
|
run([executable, '-m', 'pip', 'install', '-r', join(root_dir, 'requirements-win32.txt')])
|
||||||
input('Press enter to close')
|
input('Press enter to close')
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 284d7b68e9ba4e887c13dde562f9eb35b2961d52
|
Subproject commit 6a523eb2d31f1d8c484a8c090359c74e20b0a548
|
|
@ -1 +1 @@
|
||||||
Subproject commit 782aa51e0aa149427664cc3a9c2e520937576fcc
|
Subproject commit a58addb155cf4cae00ff377e33013c3baf100344
|
Loading…
Reference in a new issue