File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1111 url = 'https://github.com/uber-common/opentracing-python-instrumentation' ,
1212 keywords = ['opentracing' ],
1313 classifiers = [
14- 'Development Status :: 3 - Alpha ' ,
14+ 'Development Status :: 5 - Production/Stable ' ,
1515 'Intended Audience :: Developers' ,
1616 'License :: OSI Approved :: MIT License' ,
1717 'Programming Language :: Python :: 2.7' ,
18+ 'Programming Language :: Python :: 3.3' ,
19+ 'Programming Language :: Python :: 3.4' ,
20+ 'Programming Language :: Python :: 3.5' ,
21+ 'Programming Language :: Python :: 3.6' ,
1822 'Programming Language :: Python :: Implementation :: PyPy' ,
1923 'Topic :: Software Development :: Libraries :: Python Modules' ,
2024 ],
2428 platforms = 'any' ,
2529 install_requires = [
2630 'future' ,
27- 'futures;python_version<"3"' ,
2831 'wrapt' ,
29- 'tornado>=4.1' ,
32+ 'tornado>=4.1,<5 ' ,
3033 'contextlib2' ,
31- 'opentracing>=1.1,<1.3 ' ,
34+ 'opentracing>=1.1,<2 ' ,
3235 'six' ,
3336 ],
3437 extras_require = {
You can’t perform that action at this time.
0 commit comments