Feature: Take some of the parameters from the Environment so that it can work in a containerized environment

This commit is contained in:
Tanshu
2016-01-31 13:58:15 +05:30
parent 4b795a6f5d
commit 33b14b1ec0
4 changed files with 70 additions and 8 deletions

View File

@ -11,9 +11,10 @@ with open(os.path.join(here, 'CHANGES.txt')) as f:
requires = [
'pyramid',
'waitress',
'transaction',
'zope.sqlalchemy',
'SQLAlchemy',
'transaction',
'zope.sqlalchemy',
'SQLAlchemy',
'psycopg2',
]
setup(name='brewman',