1
0
Fork 0
mirror of https://github.com/snovvcrash/usbrip.git synced 2024-05-03 22:26:04 +02:00

Add pipenv support

This commit is contained in:
Sam Free5ide 2018-11-07 03:15:52 +03:00
parent 62a4a9a7ec
commit 733d4c21b9
2 changed files with 49 additions and 0 deletions

14
Pipfile Normal file
View File

@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
[packages]
pip = "==18.0"
termcolor = "*"
terminaltables = "*"
[requires]
python_version = "3.6"

35
Pipfile.lock generated Normal file
View File

@ -0,0 +1,35 @@
{
"_meta": {
"hash": {
"sha256": "454595540faf1bdad184687d2565d4d1bf40fd021f93fb4cc17a1430b9d88854"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.6"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {
"termcolor": {
"hashes": [
"sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"
],
"index": "pypi",
"version": "==1.1.0"
},
"terminaltables": {
"hashes": [
"sha256:f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81"
],
"index": "pypi",
"version": "==3.1.0"
}
},
"develop": {}
}