Skip to content

Commit 2fe1a8c

Browse files
authored
chore: release Markdown dependency version lock (#23)
* chore: release Markdown dependency version lock content-validator is used in: - zendesk-editor that depends on ks-markdown which requires Markdown >= 3 - email-service that depends on email-parser which requires Markdown < 3 - realtime-translation-validator Markdown itself is used in content validator only to render preview for the end user * chore: release Markdown dependency version lock from setup.py also
1 parent 3df27f8 commit 2fe1a8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
beautifulsoup4==4.4.1
2-
Markdown==2.6.11
2+
Markdown
33
html2text==2014.12.29
44
lxml==3.5
55
parse==1.8.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(f):
1111

1212
install_requires = [
1313
'aiohttp >=3, <3.4',
14-
'Markdown >=2, <3',
14+
'Markdown',
1515
'parse >=1, <2',
1616
'beautifulsoup4 >=4, <5',
1717
'lxml >=3',

0 commit comments

Comments
 (0)