diff options
author | Alexandre Flament <alex@al-f.net> | 2017-01-06 17:23:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-06 17:23:54 +0100 |
commit | 0af50e8505dfc8c08e6a3b9c0590b7860084f410 (patch) | |
tree | 3bd68378123744f13325ee34e61c3fc559ccb5b5 /requirements.txt | |
parent | 0d4da30c7f9104224ec96d7adf61747fb761b52b (diff) | |
download | searxng-0af50e8505dfc8c08e6a3b9c0590b7860084f410.tar.gz searxng-0af50e8505dfc8c08e6a3b9c0590b7860084f410.zip |
Remove pyasn1-modules from dependencies
According to https://github.com/kennethreitz/requests/issues/749#issuecomment-19187417 there is no need to install pyasn1-modules.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d6c91b246..ac6a2c9f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ flask-babel==0.11.1 lxml==3.7.1 ndg-httpsclient==0.4.2 pyasn1==0.1.9 -pyasn1-modules==0.0.8 pygments==2.1.3 pyopenssl==16.2.0 python-dateutil==2.5.3 |