mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-21 04:48:30 +02:00
Updated Python version in the requirements.
This commit is contained in:
parent
adcc3cf9a5
commit
1b6cd39f48
3 changed files with 4 additions and 7 deletions
2
Pipfile
2
Pipfile
|
@ -7,7 +7,7 @@ name = "pypi"
|
|||
|
||||
[requires]
|
||||
|
||||
python_version = "3.6"
|
||||
python_version = "3.7"
|
||||
|
||||
|
||||
[packages]
|
||||
|
|
8
Pipfile.lock
generated
8
Pipfile.lock
generated
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "c0460ae7010218865c92f5850eb5dfeef111bf0194e5a806237a431c7cca61c4"
|
||||
"sha256": "be189616575b9a83a86d47b787e844e15b2b423b710c17dcf8c3d1703becf6fb"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
"python_version": "3.6"
|
||||
"python_version": "3.7"
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
|
@ -21,7 +21,6 @@
|
|||
"sha256:a3d89af5db9e9806a779a50296b5fdb466e281147c2c235e8225ecc6dbf7bbf3",
|
||||
"sha256:c9b54bebe91a6a803e0772c8561d53f2926bfeb17cd141fbabcb08424086595c"
|
||||
],
|
||||
"markers": "python_version != '3.3.*' and python_version >= '2.7' and python_version != '3.1.*' and python_version != '3.0.*' and python_version != '3.2.*'",
|
||||
"version": "==0.4.0"
|
||||
},
|
||||
"crayons": {
|
||||
|
@ -216,7 +215,6 @@
|
|||
"sha256:99dcfdaaeb17caf6e526f32b6a7b780461512ab3f1d992187801694cba42770c",
|
||||
"sha256:a84b8c9ab6239b578f22d1c21d51b696dcfe004032bb80ea832398d6909d7279"
|
||||
],
|
||||
"markers": "python_version != '3.3.*' and python_version != '3.2.*' and python_version >= '2.7' and python_version < '4' and python_version != '3.1.*' and python_version != '3.0.*'",
|
||||
"version": "==2.20.0"
|
||||
},
|
||||
"requests-toolbelt": {
|
||||
|
@ -238,7 +236,6 @@
|
|||
"sha256:3c4d4a5a41ef162dd61f1edb86b0e1c7859054ab656b2e7c7b77e7fbf6d9f392",
|
||||
"sha256:5b4d5549984503050883bc126280b386f5f4ca87e6c023c5d015655ad75bdebb"
|
||||
],
|
||||
"markers": "python_version != '3.1.*' and python_version != '3.0.*' and python_version >= '2.6'",
|
||||
"version": "==4.28.1"
|
||||
},
|
||||
"twine": {
|
||||
|
@ -282,7 +279,6 @@
|
|||
"sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39",
|
||||
"sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22"
|
||||
],
|
||||
"markers": "python_version != '3.2.*' and python_version < '4' and python_version != '3.3.*' and python_version >= '2.7' and python_version != '3.1.*' and python_version != '3.0.*'",
|
||||
"version": "==1.24.1"
|
||||
},
|
||||
"webencodings": {
|
||||
|
|
1
setup.py
1
setup.py
|
@ -54,6 +54,7 @@ setup(
|
|||
'Topic :: Security',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)'
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue