X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=setup.py;h=12284f26a302de60a1ea500a1c0331d1e640ddda;hb=985871095e873aca1e160a7eea4ad97f4b80de18;hp=1c7caf96fed34d28bbf81b0d47890ba18d6264b9;hpb=99812bbc4a76735824708b341ea283f09a1b423c;p=mediagoblin.git diff --git a/setup.py b/setup.py index 1c7caf96..12284f26 100644 --- a/setup.py +++ b/setup.py @@ -44,29 +44,27 @@ setup( 'setuptools', 'PasteScript', 'beaker', - 'routes', - 'pymongo', - 'mongokit', - 'webob<=1.2a2', 'wtforms', 'py-bcrypt', 'nose', - 'werkzeug', - 'celery', + 'werkzeug>=0.7', + 'celery==2.5.3', + 'kombu==2.1.7', 'jinja2', 'sphinx', - 'PIL', 'Babel', - 'translitcodec', 'argparse', 'webtest', 'ConfigObj', 'Markdown', - 'sqlalchemy', + 'sqlalchemy>=0.7.0', 'sqlalchemy-migrate', + ## This is optional! + # 'translitcodec', ## For now we're expecting that users will install this from ## their package managers. # 'lxml', + # 'PIL', ], # requires=['gst'], test_suite='nose.collector', @@ -96,9 +94,11 @@ 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', + 'Programming Language :: Python :: 2.7', "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], )