CR fixes: Added botocore to requirements.txt and locked react-spinners version to the current latest.
This commit is contained in:
parent
8b3bc7fc2c
commit
5bfff88325
|
@ -92,6 +92,6 @@
|
||||||
"react-toggle": "^4.0.1",
|
"react-toggle": "^4.0.1",
|
||||||
"redux": "^4.0.0",
|
"redux": "^4.0.0",
|
||||||
"sha3": "^2.0.0",
|
"sha3": "^2.0.0",
|
||||||
"react-spinners": "latest"
|
"react-spinners": "^0.5.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,6 @@ ipaddress
|
||||||
enum34
|
enum34
|
||||||
pycryptodome
|
pycryptodome
|
||||||
boto3
|
boto3
|
||||||
awscli
|
botocore
|
||||||
cffi
|
awsclicffi
|
||||||
PyInstaller
|
PyInstaller
|
Loading…
Reference in New Issue