|
37 | 37 | packages=['algoliasearch'], |
38 | 38 | include_package_data=True, |
39 | 39 | zip_safe=False, # Because of the certificate |
40 | | - install_requires=['requests[security] >= 2.9.1'], |
| 40 | + install_requires=['requests >= 2.9.1'], |
41 | 41 | description='Algolia Search API Client for Python', |
42 | 42 | long_description=README, |
43 | 43 | author='Algolia Team', |
|
51 | 51 | 'Operating System :: OS Independent', |
52 | 52 | 'Programming Language :: Python', |
53 | 53 | 'Programming Language :: Python :: 2', |
54 | | - 'Programming Language :: Python :: 2.6', |
55 | 54 | 'Programming Language :: Python :: 2.7', |
56 | 55 | 'Programming Language :: Python :: 3', |
57 | | - 'Programming Language :: Python :: 3.2', |
58 | | - 'Programming Language :: Python :: 3.3', |
59 | 56 | 'Programming Language :: Python :: 3.4', |
60 | 57 | 'Programming Language :: Python :: 3.5', |
| 58 | + 'Programming Language :: Python :: 3.6', |
61 | 59 | 'Topic :: Internet', |
62 | 60 | 'Topic :: Internet :: WWW/HTTP', |
63 | 61 | 'Topic :: Internet :: WWW/HTTP :: Indexing/Search', |
|
0 commit comments