Skip to content

Commit

Permalink
Fix faker in requirements (#76)
Browse files Browse the repository at this point in the history
Tests failed with
```
ImportError: The ``fake-factory`` package is now called ``Faker``.

Please update your requirements.
```
The `fake-factory` package was deprecated on December 15th, 2016.
Use the `Faker` package instead.
  • Loading branch information
ron8mcr authored and crccheck committed May 10, 2017
1 parent 8780870 commit 011ed07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ dj-database-url==0.4.1
# Can upgrade once we lose DJANGO1.7
django-extensions==1.6.7
factory-boy==2.7.0
faker==0.7.7
coverage==4.2
mock==2.0.0

0 comments on commit 011ed07

Please sign in to comment.