bump SQLAlchemy dependency to >= 0.6
add build-req.pip with build requirements
This commit is contained in:
parent
9d615fa4bd
commit
b1c1aa0b40
6
build-req.pip
Normal file
6
build-req.pip
Normal file
@ -0,0 +1,6 @@
|
||||
SQLAlchemy >= 0.6
|
||||
decorator
|
||||
Tempita >= 0.4
|
||||
setuptools
|
||||
Sphinx
|
||||
sphinxcontrib_issuetracker
|
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ except ImportError:
|
||||
use_setuptools()
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
required_deps = ['SQLAlchemy >= 0.5', 'decorator', 'Tempita >= 0.4', 'setuptools']
|
||||
required_deps = ['SQLAlchemy >= 0.6', 'decorator', 'Tempita >= 0.4', 'setuptools']
|
||||
readme_file = open(os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
||||
'README'))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user