~canonical-ci-engineering/uci-engine/nfss

« back to all changes in this revision

Viewing changes to nf-stats-service/setup.py

  • Committer: Thomi Richards
  • Date: 2014-07-01 21:26:36 UTC
  • Revision ID: thomi.richards@canonical.com-20140701212636-ag1os4uw5cl7jp9x
Added test dependencies, removed mock since it's included in py34.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
from setuptools import setup
18
18
 
19
19
requires = [
20
 
    'mock==1.0.1',
 
20
    'pyramid==1.5.1',
 
21
    'psycopg2==2.4.5',
21
22
]
22
23
 
23
24