Skip to content

Commit

Permalink
Add requirements for statsd.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Oct 3, 2012
1 parent c16a56f commit 7029529
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Expand Up @@ -13,3 +13,9 @@
[submodule "vendor-local/src/django-eadred"]
path = vendor-local/src/django-eadred
url = git://github.com/willkg/django-eadred.git
[submodule "vendor-local/src/django-statsd"]
path = vendor-local/src/django-statsd
url = https://github.com/andymckay/django-statsd.git
[submodule "vendor-local/src/statsd"]
path = vendor-local/src/statsd
url = https://github.com/jsocol/pystatsd.git
1 change: 1 addition & 0 deletions vendor-local/src/django-statsd
Submodule django-statsd added at b70617
1 change: 1 addition & 0 deletions vendor-local/src/statsd
Submodule statsd added at cad663
2 changes: 2 additions & 0 deletions vendor-local/vendor.pth
@@ -1,7 +1,9 @@
src/django-adminplus
src/django-cache-machine
src/django-eadred
src/django-statsd
src/elasticutils
src/statsd
packages/pyes
packages/pyquery
packages/python-memcached
Expand Down

0 comments on commit 7029529

Please sign in to comment.