~chris.macnaughton/mojo/error-output

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tim Kuhlman
  • Date: 2017-05-03 21:46:53 UTC
  • mto: This revision was merged to the branch mainline in revision 426.
  • Revision ID: timothy.kuhlman@canonical.com-20170503214653-80gnvuuhwvkgps22
Clarify requirements and simplify the snapcraft.yaml

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    maintainer_email="mojo-maintainers@lists.canonical.com",
17
17
    url="http://launchpad.net/mojo",
18
18
    # see requirements.txt for additional requirements including those not availble in pypi
19
 
    install_requires=["jujuclient",
20
 
                      "juju-deployer",
21
 
                      "pylxd >2.0.0, <2.1.0",
22
 
                      "python-cinderclient"],
 
19
    install_requires=["argcomplete",
 
20
                      "jinja2",
 
21
                      "jujuclient >= 0.0.7",
 
22
                      "juju-deployer >= 0.6.4",
 
23
                      "pylxd > 2.0.0, < 2.1.0",
 
24
                      "python-cinderclient >= 1.0.0"],
23
25
    packages=find_packages(),
24
26
    classifiers=[
25
27
        "Development Status :: 2 - Pre-Alpha",