diff options
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 5d75587..00fac8f 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -1,9 +1,11 @@ | |||
1 | alabaster==0.7.10 | 1 | alabaster==0.7.10 |
2 | git+https://github.com/clarkzjw/alagitpull.git | 2 | git+https://github.com/clarkzjw/alagitpull.git |
3 | Babel==2.5.1 | 3 | Babel==2.5.1 |
4 | beautifulsoup4==4.6.0 | ||
4 | certifi==2017.11.5 | 5 | certifi==2017.11.5 |
5 | chardet==3.0.4 | 6 | chardet==3.0.4 |
6 | docutils==0.14 | 7 | docutils==0.14 |
8 | html5lib==1.0.1 | ||
7 | idna==2.6 | 9 | idna==2.6 |
8 | imagesize==0.7.1 | 10 | imagesize==0.7.1 |
9 | Jinja2==2.10 | 11 | Jinja2==2.10 |
@@ -13,6 +15,7 @@ pytz==2017.3 | |||
13 | requests==2.18.4 | 15 | requests==2.18.4 |
14 | six==1.11.0 | 16 | six==1.11.0 |
15 | snowballstemmer==1.2.1 | 17 | snowballstemmer==1.2.1 |
16 | Sphinx | 18 | Sphinx==1.6.6 |
17 | sphinxcontrib-websupport==1.0.1 | 19 | sphinxcontrib-websupport==1.0.1 |
18 | urllib3==1.22 | 20 | urllib3==1.22 |
21 | webencodings==0.5.1 | ||