Fix the logentries version in requirements.txt.
This commit is contained in:
parent
f1d7f2df87
commit
0e14493edd
2 changed files with 2 additions and 2 deletions
|
@ -35,4 +35,4 @@ raven
|
||||||
python-ldap
|
python-ldap
|
||||||
unidecode
|
unidecode
|
||||||
pycrypto
|
pycrypto
|
||||||
logentries==0.2
|
logentries
|
||||||
|
|
|
@ -5,6 +5,7 @@ Flask-Mail==0.9.0
|
||||||
Flask-Principal==0.4.0
|
Flask-Principal==0.4.0
|
||||||
Flask-RESTful==0.2.12
|
Flask-RESTful==0.2.12
|
||||||
Jinja2==2.7.2
|
Jinja2==2.7.2
|
||||||
|
LogentriesLogger==0.2.1
|
||||||
Mako==0.9.1
|
Mako==0.9.1
|
||||||
MarkupSafe==0.21
|
MarkupSafe==0.21
|
||||||
Pillow==2.4.0
|
Pillow==2.4.0
|
||||||
|
@ -30,7 +31,6 @@ html5lib==0.999
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
jsonschema==2.3.0
|
jsonschema==2.3.0
|
||||||
lockfile==0.9.1
|
lockfile==0.9.1
|
||||||
logentries==0.2
|
|
||||||
loremipsum==1.0.2
|
loremipsum==1.0.2
|
||||||
marisa-trie==0.6
|
marisa-trie==0.6
|
||||||
mixpanel-py==3.1.2
|
mixpanel-py==3.1.2
|
||||||
|
|
Reference in a new issue