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

Commit

Permalink
requirements: update Flask-RESTful to 0.3.3
Browse files Browse the repository at this point in the history
Updated Flask-RESTful to 0.3.3.
This fixes Netflix#133 (null fields converted to "None")

Signed-off-by: Luca Bruno <lucab@debian.org>
  • Loading branch information
lucab committed Jul 3, 2015
1 parent 90fd27c commit 224c54d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Flask-Login==0.2.10
Flask-Mail==0.9.0
Flask-Migrate==1.3.1
Flask-Principal==0.4.0
Flask-RESTful==0.2.5
Flask-RESTful==0.3.3
Flask-SQLAlchemy==1.0
Flask-Script==0.6.3
Flask-Security==1.7.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'Flask-Mail==0.9.0',
'Flask-Migrate==1.3.1',
'Flask-Principal==0.4.0',
'Flask-RESTful==0.2.5',
'Flask-RESTful==0.3.3',
'Flask-SQLAlchemy==1.0',
'Flask-Script==0.6.3',
'Flask-Security==1.7.4',
Expand Down

0 comments on commit 224c54d

Please sign in to comment.