diff --git a/app/grants/migrations/0074_grant_github_project_url.py b/app/grants/migrations/0074_grant_github_project_url.py new file mode 100644 index 00000000000..9b7d533b5cc --- /dev/null +++ b/app/grants/migrations/0074_grant_github_project_url.py @@ -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'), + ), + ] diff --git a/requirements/base.txt b/requirements/base.txt index d1d44884804..482e9b67625 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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