Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit cfe390c

Browse files
author
Alexander
committed
setup.py housekeeping
1 parent 05bcb4a commit cfe390c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
'License :: OSI Approved :: MIT License',
3434
'Natural Language :: English',
3535
'Programming Language :: Python :: 2.7',
36+
'Programming Language :: Python :: 3.6'
3637
],
3738
install_requires=[
3839
'future',
3940
'futures',
4041
'threadloop>=1,<2',
41-
# we want thrift>=0.9.2.post1,<0.9.3, but we let the users pin to that
42-
'thrift',
42+
'thrift>=0.10.0',
4343
'tornado>=4.3,<5',
4444
'opentracing>=1.2.2,<1.3',
4545
],

0 commit comments

Comments
 (0)