Skip to content

Commit

Permalink
Add raven[flask] to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mwielgoszewski committed Jun 20, 2016
1 parent 018f63e commit 36ff806
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ billiard==3.3.0.23
blinker==1.4
celery==3.1.23
cffi==1.6.0
contextlib2==0.5.3
cssmin==0.2.0
enum34==1.1.6
factory-boy==2.7.0
Expand Down Expand Up @@ -43,6 +44,7 @@ pytest==2.9.1
python-dateutil==2.5.3
python-editor==1.0
pytz==2016.4
raven==5.20.0
redis==2.10.5
requests==2.10.0
requests-oauthlib==0.6.1
Expand Down
2 changes: 2 additions & 0 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ billiard==3.3.0.23
blinker==1.4
celery==3.1.23
cffi==1.6.0
contextlib2==0.5.3
cssmin==0.2.0
enum34==1.1.6
Flask==0.10.1
Expand Down Expand Up @@ -33,6 +34,7 @@ pyasn1==0.1.9
pycparser==2.14
python-editor==1.0
pytz==2016.4
raven==5.20.0
redis==2.10.5
requests==2.10.0
requests-oauthlib==0.6.1
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'blinker==1.4',
'celery==3.1.23',
'cffi==1.6.0',
'contextlib2==0.5.3',
'cssmin==0.2.0',
'enum34==1.1.6',
'Flask==0.10.1',
Expand Down Expand Up @@ -50,6 +51,7 @@
'pycparser==2.14',
'python-editor==1.0',
'pytz==2016.4',
'raven==5.20.0',
'redis==2.10.5',
'requests==2.10.0',
'requests-oauthlib==0.6.1',
Expand Down

0 comments on commit 36ff806

Please sign in to comment.