Skip to content

Commit 8374420

Browse files
author
Rémy HUBSCHER
committed
Remove 2.7.9 dead code.
1 parent 0861a65 commit 8374420

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

setup.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import codecs
22
import os
3-
import sys
43
from setuptools import setup, find_packages
54

65
here = os.path.abspath(os.path.dirname(__file__))
@@ -10,13 +9,6 @@
109

1110
REQUIREMENTS = ["requests>=2.8.1", "unidecode"]
1211

13-
14-
if sys.version_info < (2, 7, 9):
15-
# For secure SSL connexion with Python 2.7 (InsecurePlatformWarning)
16-
REQUIREMENTS.append("PyOpenSSL")
17-
REQUIREMENTS.append("ndg-httpsclient")
18-
REQUIREMENTS.append("pyasn1")
19-
2012
test_requirements = [
2113
"pytest",
2214
"pytest-cache",

0 commit comments

Comments
 (0)