~cjwatson/storm/no-string-exceptions

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Benji York
  • Date: 2016-03-01 14:19:44 UTC
  • mfrom: (478.2.2 kill-django-storm)
  • Revision ID: benji.york@canonical.com-20160301141944-rk34atio78h7n1h3
Merge lp:~adam-collard/storm/kill-django-storm [r=benji]

Remove Django support in Storm.

The Django support has long since bit-rotted in Storm, and searching
on http://searchcode.com/ shows it isn't being used. Rather than try
to keep it alive this branch does the honourable thing and shoots it
in the head.

With this branch merged, tests should pass on Xenial.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    test_suite = "tests.find_tests",
54
54
    tests_require=[
55
55
        # Versions based on Lucid, where packaged.
56
 
        "django >= 1.1.1",
57
56
        "fixtures >= 0.3.5",
58
57
        # pgbouncer (the Python module) is not yet packaged in Ubuntu.
59
58
        "pgbouncer >= 0.0.7",