~brendan-donegan/qakit/export_checkbox_practitest

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Thomi Richards
  • Date: 2014-11-12 02:33:48 UTC
  • mfrom: (4.1.1 trunk-add-project-backlog)
  • Revision ID: thomi.richards@canonical.com-20141112023348-nzw8bny0fb8c146b
Merge code to retrieve project backlog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    author_email="thomi.richards@canonical.com",
31
31
    test_suite='qakit.tests.test_suite',
32
32
    tests_require=['testtools'],
33
 
    install_requires=['trello', 'prettytable', 'python-dateutil', 'termcolor'],
 
33
    install_requires=[
 
34
        'bleach',
 
35
        'prettytable',
 
36
        'python-dateutil',
 
37
        'requests',
 
38
        'termcolor',
 
39
        'trello',
 
40
    ],
34
41
    entry_points={
35
42
        'console_scripts': [
36
43
            'qakit = qakit.commands:main'