Skip to content

Commit

Permalink
feature/add-form-markdown: Added markdown to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AltusBarry committed Nov 20, 2017
1 parent 174b227 commit 791dff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
install_requires=[
"django",
"django-formtools",
"django-simplemde"
"django-simplemde",
"markdown",
],
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit 791dff3

Please sign in to comment.