diff options
author | Krzysztof Szumny <krzysztof.szumny@stxnext.pl> | 2016-03-08 17:00:33 +0100 |
---|---|---|
committer | Krzysztof Szumny <krzysztof.szumny@stxnext.pl> | 2016-03-08 17:00:33 +0100 |
commit | eebd2a44f63bfff45b96677e47f7deab3557ef45 (patch) | |
tree | ffb938bd7b0c1489722b41227215edc78352be3c | |
parent | 1e4f15ce41ffcc604f9dae42ccc2564c07f2c335 (diff) | |
download | tipboard-eebd2a44f63bfff45b96677e47f7deab3557ef45.tar.gz tipboard-eebd2a44f63bfff45b96677e47f7deab3557ef45.tar.bz2 tipboard-eebd2a44f63bfff45b96677e47f7deab3557ef45.zip |
Removing unnecessary commas
-rw-r--r-- | requirements.txt | 22 |
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 |