~tasdomas/amulet/actions

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tim Van Steenburgh
  • Date: 2015-03-06 15:35:40 UTC
  • mfrom: (222.1.7)
  • Revision ID: git-v1:7d814acc0507bde30f87d3ab51aebe9b25a9cef1
Merge pull request #64 from whitmo/git-outta-here

Add handling charms in github + some refactoring

Good stuff @whitmo, thanks!

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
install_requires = [
4
4
    'requests',
5
5
    'charmworldlib',
6
 
    'PyYAML'
 
6
    'PyYAML',
 
7
    'path.py'
7
8
]
8
9
 
9
10
tests_require = [