|
a/requirements.txt |
|
b/requirements.txt |
1 |
# requirements for local development, or other deployment instances
|
1 |
# requirements for local development, or other deployment instances
|
2 |
|
2 |
|
3 |
# note: this is a GPL library
|
3 |
# note: this is a GPL library
|
4 |
# use the bleeding edge since stable release 3.200.3 doesn't have
|
4 |
# use the bleeding edge since stable release 3.200.3 doesn't have
|
5 |
# https://github.com/aaronsw/html2text/commit/a5c0f3317edd1c9b61f89539b6a6e8363cf99225
|
5 |
# https://github.com/aaronsw/html2text/commit/a5c0f3317edd1c9b61f89539b6a6e8363cf99225
|
|
|
6 |
# or many other escaping/formatting improvements
|
6 |
-e git://github.com/aaronsw/html2text.git#egg=html2text
|
7 |
-e git://github.com/brondsem/html2text.git#egg=html2text
|
7 |
|
8 |
|
8 |
# Include our common requirements
|
9 |
# Include our common requirements
|
9 |
-r requirements-common.txt
|
10 |
-r requirements-common.txt
|