~cjwatson/storm/docstring-properties

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Colin Watson
  • Date: 2019-11-21 01:57:01 UTC
  • mfrom: (531.3.1 postgresfixture)
  • Revision ID: cjwatson@canonical.com-20191121015701-ydc55ead6h7sq17r
Use postgresfixture to simplify developer setup. [r=simpoir]

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    "fixtures >= 0.3.5",
29
29
    # pgbouncer (the Python module) is not yet packaged in Ubuntu.
30
30
    "pgbouncer >= 0.0.7",
 
31
    "postgresfixture",
31
32
    "psycopg2 >= 2.3.0",
32
33
    "testresources >= 0.2.4",
33
34
    "testtools >= 0.9.8",