mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
remove unneeded load of Pipfile
This commit is contained in:
+1
-2
@@ -462,8 +462,7 @@ def do_lock(no_hashes=True):
|
||||
# Install only development dependencies.
|
||||
names_map = do_download_dependencies(dev=True, only=True, bare=True)
|
||||
|
||||
# Load the Pipfile and generate a lockfile.
|
||||
project._pipfile
|
||||
# Generate a lockfile.
|
||||
lockfile = project._lockfile
|
||||
|
||||
# Pip freeze development dependencies.
|
||||
|
||||
Reference in New Issue
Block a user