diff options
author | xliiv <tymoteusz.jankowski@gmail.com> | 2016-03-08 18:20:15 +0100 |
---|---|---|
committer | xliiv <tymoteusz.jankowski@gmail.com> | 2016-03-08 18:20:15 +0100 |
commit | dd70294118ebba97759681158853cc90a2b8c696 (patch) | |
tree | ffb938bd7b0c1489722b41227215edc78352be3c | |
parent | 1e4f15ce41ffcc604f9dae42ccc2564c07f2c335 (diff) | |
parent | eebd2a44f63bfff45b96677e47f7deab3557ef45 (diff) | |
download | tipboard-dd70294118ebba97759681158853cc90a2b8c696.tar.gz tipboard-dd70294118ebba97759681158853cc90a2b8c696.tar.bz2 tipboard-dd70294118ebba97759681158853cc90a2b8c696.zip |
Merge pull request #33 from noisy/del-commas
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 |