diff options
| author | 2018-06-06 17:16:40 +0100 | |
|---|---|---|
| committer | 2018-06-06 17:16:40 +0100 | |
| commit | 95cc52cfc7c8d230a3b0e46c2a7de5bd1c0c14f1 (patch) | |
| tree | 749655789c0aeff6e12f5046c5dbd3025778248f /Pipfile | |
| parent | Update Docker base file with libxml2-dev (diff) | |
| parent | Add documentation lookup support. (#53) (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ aiodns = "*" logmatic-python = "*" aiohttp = "<2.3.0,>=2.0.0" websockets = ">=4.0,<5.0" +sphinx = "*" +markdownify = "*" +lxml = "*" pyyaml = "*" yarl = "==1.1.1" fuzzywuzzy = "*" |