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.
2 parents 3ad10ac + bfe68b8 commit c62206aCopy full SHA for c62206a
setup.py
@@ -15,6 +15,8 @@
15
README = open(join(here, 'README.rst')).read()
16
NEWS = open(join(here, 'NEWS.txt')).read()
17
18
+python_requires='>=3.5';
19
+
20
install_requires = [
21
'mako',
22
'lxml >=4.1.1',
@@ -29,7 +31,6 @@
29
31
'ipaddr',
30
32
'publicsuffix2',
33
'redis',
- 'futures',
34
'requests',
35
'requests_cache',
36
'requests_file',
@@ -55,6 +56,10 @@
55
56
long_description=README + '\n\n' + NEWS,
57
classifiers=[
58
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
59
+ 'Programming Language :: Python :: 3',
60
+ 'Programming Language :: Python :: 3.5',
61
+ 'Programming Language :: Python :: 3.6',
62
+ 'Programming Language :: Python :: 3.7',
63
],
64
keywords='identity federation saml metadata',
65
author=__author__,
0 commit comments