From ad56f9ad6629e174d46288b08593340839941cba Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 09 2016 15:14:38 +0000 Subject: [PATCH 1/2] List html5lib as a dependency --- diff --git a/requirements.txt b/requirements.txt index 844a2ec..db88974 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ datanommer.models psycopg2 gunicorn pytz +html5lib From 2a383508814a2a66372f3bc2694d2806a6daba59 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 09 2016 15:15:11 +0000 Subject: [PATCH 2/2] Sort the dependency list by alphabetical order --- diff --git a/requirements.txt b/requirements.txt index db88974..803a544 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ -flask -sqlalchemy -fedmsg +arrow +datanommer.models dogpile.cache +fedmsg fedmsg_meta_fedora_infrastructure +flask flask-openid -munch -arrow fmn.lib fmn.rules -datanommer.models -psycopg2 gunicorn -pytz html5lib +munch +psycopg2 +pytz +sqlalchemy