Skip to content

Commit

Permalink
Rollback python27 env configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed May 16, 2018
1 parent 8656128 commit c882e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/requirements-dev-2.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
- six
- sqlalchemy>=1.0.0,<1.1.15
- thriftpy<=0.3.9
- thrift<=0.10.0
- thrift<=0.9.3
- toolz
- xorg-libxpm
- xorg-libxrender
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
'all': all_requires,
'develop:python_version < "3"': develop_requires + [
'thriftpy<=0.3.9',
'thrift<=0.10.0',
'thrift<=0.9.3',
'mock',
],
'develop:python_version >= "3"': develop_requires,
Expand Down

0 comments on commit c882e79

Please sign in to comment.