Commit 66862cd0 by aa.gusti

add requirement

1 parent 94623c4b
Showing 1 changed file with 22 additions and 21 deletions
......@@ -10,27 +10,28 @@ with open(os.path.join(here, 'CHANGES.txt')) as f:
line = CHANGES.splitlines()[0]
version = line.split()[0]
requires = [
# 'wheel',
# 'pyramid',
# 'pyramid_tm',
# 'SQLAlchemy',
# 'transaction',
# 'waitress',
# 'pyramid_beaker',
# 'pyramid_mailer',
# 'ziggurat-foundations',
# 'zope.sqlalchemy',
# 'pytz',
# 'deform >= 2.0a2',
# 'psycopg2-binary',
# 'pyramid_chameleon',
# 'pyramid_rpc',
# 'requests',
# 'sqlalchemy-datatables',
# 'py3o.template',
# 'wheezy.captcha',
# 'icecream',
# 'google-api-python-client', 'google'
'wheel',
'pyramid',
'pyramid_tm',
'SQLAlchemy',
'transaction',
'waitress',
'pyramid_beaker',
'pyramid_mailer',
'ziggurat-foundations',
'zope.sqlalchemy',
'pytz',
'deform >= 2.0a2',
'psycopg2-binary',
'pyramid_chameleon',
'pyramid_rpc',
'requests',
'sqlalchemy-datatables',
'py3o.template',
'wheezy.captcha',
'icecream',
'google-api-python-client', 'google',
'opensipkd-tools @git+https://git.opensipkd.com/aa.gusti/opensipkd-tools.git'
]
dev_requires = [
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!