adds invoke task to enable installation of invoke

This commit is contained in:
Fred McDavid 2019-11-28 07:59:01 -05:00
parent e27d52d0ac
commit c1ee18ee40
2 changed files with 42 additions and 0 deletions

12
Pipfile Normal file
View File

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

30
Pipfile.lock generated Normal file
View File

@ -0,0 +1,30 @@
{
"_meta": {
"hash": {
"sha256": "61778c0c54659af91a63182ae97d695dda979e7da644783a27f2884cd990c9df"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.6"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {
"invoke": {
"hashes": [
"sha256:c52274d2e8a6d64ef0d61093e1983268ea1fc0cd13facb9448c4ef0c9a7ac7da",
"sha256:f4ec8a134c0122ea042c8912529f87652445d9f4de590b353d23f95bfa1f0efd",
"sha256:fc803a5c9052f15e63310aa81a43498d7c55542beb18564db88a9d75a176fa44"
],
"index": "pypi",
"version": "==1.3.0"
}
},
"develop": {}
}