Skip to content

Commit 8254124

Browse files
author
VasiliSeniuts
committed
update setup.py
1 parent 0700acd commit 8254124

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

-5
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55

66
from setuptools import setup
77
from distutils.version import LooseVersion
8-
import pip
98

10-
if LooseVersion(pip.__version__) >= "10.0.0":
11-
from pip._internal.req import parse_requirements
12-
else:
13-
from pip.req import parse_requirements
149

1510
def get_install_requirements(path):
1611
content = open(os.path.join(os.path.dirname(__file__), path)).read()

0 commit comments

Comments
 (0)