Skip to content
Snippets Groups Projects
Commit e24deae7 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Actually removed pathlib2 from pipfile

parent 2b257c0c
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ pytest-cov = "*" ...@@ -14,7 +14,6 @@ pytest-cov = "*"
wheel = "*" wheel = "*"
pyinstaller = "*" pyinstaller = "*"
ipython = "*" ipython = "*"
pathlib2 = {version = "*",markers = "python_version < '3.6'"}
mypy = "*" mypy = "*"
flamenco-worker = {editable = true,path = "."} flamenco-worker = {editable = true,path = "."}
......
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "a749d12a5391251e8c223aa187314b3386dfbdae87677a637fae46ed2e66f27b" "sha256": "6ef250171cb44a2b7fe43fbb18e252640bc8085fc2842099267c019829baf3e9"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
...@@ -239,15 +239,6 @@ ...@@ -239,15 +239,6 @@
], ],
"version": "==0.3.1" "version": "==0.3.1"
}, },
"pathlib2": {
"hashes": [
"sha256:25199318e8cc3c25dcb45cbe084cc061051336d5a9ea2a12448d3d8cb748f742",
"sha256:5887121d7f7df3603bca2f710e7219f3eca0eb69e0b7cc6e0a022e155ac931a7"
],
"index": "pypi",
"markers": "python_version < '3.6'",
"version": "==2.3.3"
},
"pefile": { "pefile": {
"hashes": [ "hashes": [
"sha256:4c5b7e2de0c8cb6c504592167acf83115cbbde01fe4a507c16a1422850e86cd6" "sha256:4c5b7e2de0c8cb6c504592167acf83115cbbde01fe4a507c16a1422850e86cd6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment