~kernevil/ubuntu/saucy/pylons/fix-useless-import

« back to all changes in this revision

Viewing changes to pylons/templates/minimal_project/setup.py_tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2011-08-02 21:17:36 UTC
  • mfrom: (1.2.3 upstream) (10.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110802211736-ejqil9b3yqgxt6lr
Tags: 1.0-2
* Add ipython_0.11_compatibility patch (thanks to Julian Taylor)
* Add build-arch and build-indep targets to debian/rules 
* Switch from dh_pysupport to dh_python2
* Source format changed to 3.0 (quilt)
* Standards-Version bumped to 3.9.2 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    author_email={{repr(author_email)}},
14
14
    url={{repr(url)}},
15
15
    install_requires=[
16
 
        "Pylons>=0.10",
 
16
        "Pylons>=1.0",
17
17
{{if sqlalchemy}}
18
18
        "SQLAlchemy>=0.5",
19
19
{{endif}}