mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -222,11 +222,6 @@ class PyPIRepository(BaseRepository):
|
||||
ignore_installed=True,
|
||||
ignore_requires_python=True
|
||||
)
|
||||
|
||||
import inspect
|
||||
|
||||
# print(inspect.signature(reqset._prepare_file))
|
||||
# exit()
|
||||
result = reqset._prepare_file(self.finder, ireq, ignore_requires_python=True)
|
||||
if not result:
|
||||
if reqset.requires_python:
|
||||
|
||||
Reference in New Issue
Block a user