Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
pin down statsd-client version in requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Mar 25, 2013
1 parent abacc58 commit 50a5bfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repoze.lru==0.6
requests==1.1.0
simplejson==3.1.0
six==1.2.0
statsd-client==1.0.4
translationstring==1.1
venusian==1.0a7
wsgiref==0.1.2
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
here = os.path.abspath(os.path.dirname(__file__))

requires = [
'colander==1.0a2',
'cornice==0.13',
'pyelasticsearch==0.3',
'statsd-client==1.0.4'
'colander',
'cornice',
'pyelasticsearch',
'statsd-client',
]


Expand Down

0 comments on commit 50a5bfe

Please sign in to comment.