X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=setup.py;h=66f21b0cbd38bc607123d9054d75415735d06608;hb=c906887025098746ba851f0977a20c7f5f1366ee;hp=9958436976dad35b4969e1db2b85f5c3d7029a1e;hpb=ee62c51d797ab317366fa099f5e012f33f42857f;p=mediagoblin.git diff --git a/setup.py b/setup.py index 99584369..66f21b0c 100644 --- a/setup.py +++ b/setup.py @@ -43,24 +43,29 @@ setup( install_requires=[ 'setuptools', 'PasteScript', - 'beaker', - 'webob<=1.2a2,>=1.1', 'wtforms', 'py-bcrypt', - 'nose', - 'werkzeug', - 'celery==2.5.3', - 'kombu==2.1.7', + 'pytest>=2.3.1', + 'pytest-xdist', + 'werkzeug>=0.7', + 'celery', + 'kombu', 'jinja2', 'sphinx', - 'Babel', - 'translitcodec', + 'Babel<1.0', 'argparse', - 'webtest', + 'webtest<2', 'ConfigObj', 'Markdown', - 'sqlalchemy>=0.7.0', + 'sqlalchemy>=0.8.0', 'sqlalchemy-migrate', + 'mock', + 'itsdangerous', + 'pytz', + 'six', + 'oauthlib', + ## This is optional! + # 'translitcodec', ## For now we're expecting that users will install this from ## their package managers. # 'lxml', @@ -94,7 +99,7 @@ setup( classifiers=[ "Development Status :: 3 - Alpha", "Environment :: Web Environment", - "License :: OSI Approved :: GNU Affero General Public License", + "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", 'Programming Language :: Python :: 2.6',