mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Replace vistir.compat.Path with built-in pathlib.Path
Built-in since Python3.5. We only support later versions.
This commit is contained in:
@@ -944,10 +944,10 @@ def venv_resolve_deps(
|
||||
|
||||
import json
|
||||
import tempfile
|
||||
from pathlib import Path
|
||||
|
||||
from pipenv import resolver
|
||||
from pipenv._compat import decode_for_output
|
||||
from pipenv.vendor.vistir.compat import Path
|
||||
|
||||
results = []
|
||||
pipfile_section = "dev-packages" if dev else "packages"
|
||||
|
||||
Reference in New Issue
Block a user