mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Add back version import (was required to publish and I think support command uses it).
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
import warnings
|
||||
|
||||
from pipenv.__version__ import __version__ # noqa
|
||||
from pipenv.cli import cli
|
||||
from pipenv.patched.pip._vendor.urllib3.exceptions import DependencyWarning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user