diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-01-02 11:29:54 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-01-10 19:23:10 +0100 |
commit | 2ad9b4eeea3ca3eb98f483f8542b9c6d02e8c33a (patch) | |
tree | 41a95d101f6221af5f96bf967693af1507f3446e | |
parent | 53979a7bf7669c803c2a493fbf136519f6a293e6 (diff) | |
download | searxng-2ad9b4eeea3ca3eb98f483f8542b9c6d02e8c33a.tar.gz searxng-2ad9b4eeea3ca3eb98f483f8542b9c6d02e8c33a.zip |
[fix] dev requirements duplication
-rw-r--r-- | requirements-dev.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index d8c2395dd..ee100c16a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,5 @@ flake8==2.5.1 mock==1.0.1 -nose2==0.4.7 nose2[coverage-plugin] plone.testing==4.0.15 robotframework-selenium2library==1.7.4 |