Skip to content

Commit

Permalink
get travis to pass (#7312)
Browse files Browse the repository at this point in the history
* Update base.txt

* Update base.txt

* create migration
  • Loading branch information
thelostone-mc authored Sep 1, 2020
1 parent 44bd401 commit 96b7944
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions app/grants/migrations/0074_grant_github_project_url.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 2.2.4 on 2020-09-01 14:31

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('grants', '0073_remove_grant_clr_matching'),
]

operations = [
migrations.AddField(
model_name='grant',
name='github_project_url',
field=models.URLField(blank=True, help_text='Grant Github Project URL'),
),
]
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cytoolz==0.9.0
boto==2.49.0
google-api-python-client
django-environ==0.4.5
ipfshttpclient
ipfshttpclient==0.6.0
eth-utils==1.4.1
jsondiff==1.1.1
social-auth-app-django==3.1.0
Expand Down

0 comments on commit 96b7944

Please sign in to comment.