Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
downgrade lxml because is not possible to build new version with 0.5G…
Browse files Browse the repository at this point in the history
…B ram
  • Loading branch information
firemark committed Jan 11, 2016
1 parent bb381f3 commit 9ff473c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
requires = [
'aiohttp==0.20.2',
'dateparser==0.3.1',
'lxml==3.5.0',
'lxml>=3.3.0',
]

setup(
name='grazyna',
version='0.5.4',
download_url='https://github.com/firemark/grazyna/tarball/0.5.4',
version='0.5.5',
download_url='https://github.com/firemark/grazyna/tarball/0.5.5',
description='Grazyna The irc bot',
long_description='Grazyna The irc bot',
classifiers=[],
Expand Down

0 comments on commit 9ff473c

Please sign in to comment.