mirror of
https://github.com/kennethreitz/pipenvlib.git
synced 2026-06-05 06:56:14 +00:00
886a8a7208
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
4 lines
78 B
Python
4 lines
78 B
Python
import pipenvlib
|
|
|
|
p = pipenvlib.PipenvProject('.')
|
|
print(p.lockfile_is_latest) |