From 90700b1aaacbf02d835f0cf0e7706b2c092c352f Mon Sep 17 00:00:00 2001 From: Remigiusz Marcinkiewicz Date: Sat, 14 Jan 2017 08:18:12 +0100 Subject: [PATCH] Fix requirements.txt format --- fetch/pip-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fetch/pip-requirements.txt b/fetch/pip-requirements.txt index a6213b4..fef8ad4 100644 --- a/fetch/pip-requirements.txt +++ b/fetch/pip-requirements.txt @@ -1,5 +1,5 @@ -beautifulsoup4 (4.3.2) -enum34 (1.1.6) -psycopg2 (2.5.4) -requests (2.5.1) -SQLAlchemy (0.9.8) +beautifulsoup4==4.3.2 +enum34==1.1.6 +psycopg2==2.5.4 +requests==2.5.1 +SQLAlchemy==0.9.8