aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Szumny <krzysztof.szumny@stxnext.pl>2016-03-08 17:00:33 +0100
committerKrzysztof Szumny <krzysztof.szumny@stxnext.pl>2016-03-08 17:00:33 +0100
commiteebd2a44f63bfff45b96677e47f7deab3557ef45 (patch)
treeffb938bd7b0c1489722b41227215edc78352be3c
parent1e4f15ce41ffcc604f9dae42ccc2564c07f2c335 (diff)
downloadtipboard-eebd2a44f63bfff45b96677e47f7deab3557ef45.tar.gz
tipboard-eebd2a44f63bfff45b96677e47f7deab3557ef45.tar.bz2
tipboard-eebd2a44f63bfff45b96677e47f7deab3557ef45.zip
Removing unnecessary commas
-rw-r--r--requirements.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/requirements.txt b/requirements.txt
index ad8ff7b..d58187b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,11 +1,11 @@
-mock==1.0.1,
-PyYAML==3.10,
-redis==2.7.5,
-requests==1.2.3,
-six==1.4.1,
-tornado-redis==2.4.2,
-tornado==3.0.1,
-docopt==0.6.1,
-raven==3.5.2,
-Sphinx==1.2.2,
-sphinxcontrib-httpdomain==1.3.0,
+mock==1.0.1
+PyYAML==3.10
+redis==2.7.5
+requests==1.2.3
+six==1.4.1
+tornado-redis==2.4.2
+tornado==3.0.1
+docopt==0.6.1
+raven==3.5.2
+Sphinx==1.2.2
+sphinxcontrib-httpdomain==1.3.0