stopped tracking pipfiles

This commit is contained in:
Shay Palachy
2019-12-17 14:03:57 +02:00
parent e933a696d4
commit e6cd23f68c
3 changed files with 4 additions and 31 deletions
+4
View File
@@ -96,3 +96,7 @@ cachier_test_mongo_cred.yml
*.swp
.vscode
# Pipfile doesn't work for me yet
Pipfile
Pipfile.lock
-11
View File
@@ -1,11 +0,0 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "3.6"
Generated
-20
View File
@@ -1,20 +0,0 @@
{
"_meta": {
"hash": {
"sha256": "415dfdcb118dd9bdfef17671cb7dcd78dbd69b6ae7d4f39e8b44e71d60ca72e7"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.6"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {},
"develop": {}
}