Skip to content

Commit

Permalink
Merge pull request #15 from gi11es/master
Browse files Browse the repository at this point in the history
The Url class now resides in libthumbor instead of thumbor itself
  • Loading branch information
masom authored Jun 14, 2016
2 parents 071461f + ef07939 commit 326ea81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
zip_safe=False,
platforms='any',
install_requires=[
'libthumbor>=1.3.2',
'thumbor>=5.0.6',
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion tc_core/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import re

from thumbor.url import Url
from libthumbor.url import Url
import tornado.web


Expand Down

0 comments on commit 326ea81

Please sign in to comment.