diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-01-06 17:33:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-06 17:33:03 +0100 |
| commit | f6f0c1854c3fafaf91bc9f1b9d4d420c2bbd80bc (patch) | |
| tree | 3bd68378123744f13325ee34e61c3fc559ccb5b5 | |
| parent | 0d4da30c7f9104224ec96d7adf61747fb761b52b (diff) | |
| parent | 0af50e8505dfc8c08e6a3b9c0590b7860084f410 (diff) | |
Merge pull request #817 from asciimoo/del_pyasn1_modules-1
Remove pyasn1-modules from dependencies
| -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 |