Skip to content

Commit

Permalink
Changed dependencies around now that we're pinning with PIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
joestump committed Sep 11, 2012
1 parent 492900e commit 7bb3a95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -8,5 +8,5 @@ Homepage: https://github.com/sprintly/sprint.ly-services

Package: python-lookout
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.5), python-django (>= 1.2.0), python-decorator
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.5), python-decorator
Description: Sprint.ly's outbound services integration.
3 changes: 3 additions & 0 deletions lookout/services/campfire.py
@@ -1,3 +1,6 @@
from lookout.base import ServiceBase
from pinder import Campfire, Room


class Service(ServiceBase):
"""
Expand Down

0 comments on commit 7bb3a95

Please sign in to comment.