aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py14
1 files changed, 9 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index e3e56bf2..312de2f8 100644
--- a/setup.py
+++ b/setup.py
@@ -43,24 +43,28 @@ setup(
install_requires=[
'setuptools',
'PasteScript',
- 'beaker',
- 'webob<=1.2a2,>=1.1',
'wtforms',
'py-bcrypt',
- 'nose',
+ 'pytest',
+ 'pytest-xdist',
'werkzeug>=0.7',
'celery==2.5.3',
'kombu==2.1.7',
'jinja2',
'sphinx',
'Babel',
- 'translitcodec',
'argparse',
- 'webtest',
+ 'webtest<2',
'ConfigObj',
'Markdown',
'sqlalchemy>=0.7.0',
'sqlalchemy-migrate',
+ 'mock',
+ 'itsdangerous',
+ 'pytz',
+ 'six',
+ ## This is optional!
+ # 'translitcodec',
## For now we're expecting that users will install this from
## their package managers.
# 'lxml',