fixes issue #88
This commit is contained in:
parent
7035a3ed07
commit
236acfef5d
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ except ImportError:
|
|||||||
use_setuptools()
|
use_setuptools()
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
required_deps = ['sqlalchemy >= 0.5', 'decorator', 'tempita']
|
required_deps = ['sqlalchemy >= 0.5', 'decorator', 'tempita >= 0.4']
|
||||||
readme_file = open(os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
readme_file = open(os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
||||||
'README'))
|
'README'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user