mirror of
https://github.com/nikdoof/decrypt-otpauth-files.git
synced 2025-12-13 08:22:16 +00:00
Update to Python 3.7
This commit is contained in:
2
Pipfile
2
Pipfile
@@ -13,4 +13,4 @@ pyqrcode = "==1.2.1"
|
||||
pycryptodome = "==3.9.1"
|
||||
|
||||
[requires]
|
||||
python_version = "3.6"
|
||||
python_version = "3.7"
|
||||
|
||||
4
Pipfile.lock
generated
4
Pipfile.lock
generated
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "12d223d2dda57c2cdbf35be0ad42dacd4470dc790d8a5c382a890ae350e9bf60"
|
||||
"sha256": "3a9aa3cf92e33eb33f1ae837e0b466ec0827564e1abc6766112371ee29d937c3"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
"python_version": "3.6"
|
||||
"python_version": "3.7"
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ If you find problems with the file format (in particular security related issues
|
||||
|
||||
Requires:
|
||||
|
||||
- [Python 3.6](https://www.python.org/downloads/)
|
||||
- [Python 3.7](https://www.python.org/downloads/)
|
||||
- [pipenv](https://docs.pipenv.org)
|
||||
- An encrypted OTP Auth backup/account file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user