Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
iss #16: tornado 4.0 support (code was fully compatible), v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maizy committed Oct 29, 2014
1 parent 709af51 commit 66d850d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See sample config definition at [examples/example.json](examples/example.json) a
## Requirements

* python 2.7 (python 3.2+ [in future releases](https://github.com/maizy/zaglushka/issues/17))
* tornado 3.2+ (currenly <4.0, [will be fixed](https://github.com/maizy/zaglushka/issues/16))
* tornado 3.2+ (with 4.0+ support)

## Installation

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

setup(
name='zaglushka',
version='0.0.5',
install_requires=['tornado>=3.2, <4.0'],
version='0.0.6',
install_requires=['tornado>=3.2'],
tests_require=['nose>=1.3', 'pep8>=1.3'],
test_suite='nose.collector',
scripts=['zaglushka.py'],
Expand Down

0 comments on commit 66d850d

Please sign in to comment.