Skip to content

Commit

Permalink
Pin faker version
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed May 20, 2020
1 parent 5c9dea4 commit 77cff1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions modernomad/core/management/commands/generate_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ class Command(BaseCommand):

def handle(self, *args, **options):
# setting the seed so output is consistent
fake = Faker()
fake.seed(1)
Faker.seed(1)

# create a known super user. this user will also be set as a location admin for
# all locations.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ django-uuidfield==0.5.0
django-webpack-loader==0.6.0
Django==1.11.23
djangorestframework==3.10.3
Faker==4.1.0
freezegun==0.3.12
graphene-django==2.2.0
graphene==2.1.6
Expand Down

0 comments on commit 77cff1e

Please sign in to comment.