From 1a932de7a757788e3c06bd433c09ef3d352be149 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 22 2016 11:49:21 +0000 Subject: Add binaryornot to the list of dependencies --- diff --git a/files/pagure.spec b/files/pagure.spec index afbf3ed..dc666f3 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -19,6 +19,7 @@ BuildRequires: python-nose BuildRequires: py-bcrypt BuildRequires: python-alembic BuildRequires: python-arrow +BuildRequires: python-binaryornot BuildRequires: python-bleach BuildRequires: python-blinker BuildRequires: python-chardet @@ -53,6 +54,7 @@ Requires: python-sqlalchemy > 0.8 Requires: py-bcrypt Requires: python-alembic Requires: python-arrow +Requires: python-binaryornot Requires: python-bleach Requires: python-blinker Requires: python-chardet diff --git a/requirements-fedora.txt b/requirements-fedora.txt index d062896..673b1f8 100644 --- a/requirements-fedora.txt +++ b/requirements-fedora.txt @@ -1,5 +1,6 @@ python-alembic python-arrow +python-binaryornot python-bleach python-blinker python-chardet diff --git a/requirements.txt b/requirements.txt index 9b40360..3ac1742 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ # Use this file by running "$ pip install -r requirements.txt" alembic arrow +binaryornot bleach blinker chardet