Skip to content

Commit

Permalink
Fix requirements. Remove URL field.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjbowers committed Feb 28, 2013
1 parent 2a5765c commit 5d208c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion projects/fdic/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class Bank(Model):
acq_inst = CharField()
closed = DateField()
updated = DateField()
url = CharField()

# What is this thing?
class Meta:
Expand Down
2 changes: 1 addition & 1 deletion projects/fdic/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
beautifulsoup4
python-dateutil<=1.5
flask-peewee
peewee
flask

0 comments on commit 5d208c0

Please sign in to comment.