Skip to content

Commit

Permalink
fix: markdown dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydw committed Aug 18, 2021
1 parent b099ae1 commit 01e3c5b
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 268 deletions.
6 changes: 1 addition & 5 deletions Pipfile
@@ -1,5 +1,3 @@
# Grow Dependencies

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
Expand All @@ -17,10 +15,8 @@ gitpython = "==3.1.3"
google-api-python-client = "==1.9.3"
"html2text" = "==2020.1.16"
"httplib2" = "==0.18.1"
# Sub dependency of markdown breaking.
importlib-metadata = "==2.1.1"
"jinja2" = "==2.11.3"
markdown = "==3.2.2"
markdown = "==3.3.4"
"oauth2client" = ">=4.1.3"
"progressbar2" = "==3.51.3"
protorpc = "==0.12.0"
Expand Down

0 comments on commit 01e3c5b

Please sign in to comment.