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