We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0861a65 commit 8374420Copy full SHA for 8374420
setup.py
@@ -1,6 +1,5 @@
1
import codecs
2
import os
3
-import sys
4
from setuptools import setup, find_packages
5
6
here = os.path.abspath(os.path.dirname(__file__))
@@ -10,13 +9,6 @@
10
9
11
REQUIREMENTS = ["requests>=2.8.1", "unidecode"]
12
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
20
test_requirements = [
21
"pytest",
22
"pytest-cache",
0 commit comments