~techalchemy/mojo/python3-fixes

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Dan Ryan
  • Date: 2020-02-03 23:44:35 UTC
  • mfrom: (514.2.10 mojo)
  • Revision ID: dan.ryan@canonical.com-20200203234435-294dc1iv5frgv7ep
* [mthaddon] If series is focal, juju deploy needs --force option
* [mthaddon] Deal with charm lines that include quotes for charmstore locations
* [mthaddon] Disable debug-logs by default - tends to simply clutter logs
* [mthaddon] Update supported series for PPAs and remove need to create MOJO_ROOT
* [mthaddon] Only check for charm repo if we're using non-Charmstore charms

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    # see requirements.txt for additional requirements including those not availble in pypi
34
34
    install_requires=[
35
35
        "argcomplete",
 
36
        "distro-info",
36
37
        "jinja2",
37
38
        "jujuclient >= 0.0.7",
38
39
        "juju-deployer >= 0.6.4",
39
40
        "pylxd",
40
41
        "python-cinderclient >= 1.0.0",
41
 
        "python-codetree @ bzr+http://bazaar.launchpad.net/~techalchemy/codetree/python3#egg=python-codetree"
 
42
        "python-codetree @ bzr+http://bazaar.launchpad.net/~codetree-maintainers/codetree#egg=python-codetree"
42
43
    ],
43
44
    extras_require={
44
45
        "tests": [