You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/12/08 19:12:14 UTC

[airavata-django-portal-sdk] branch master updated: Fix travis build for python 3.6

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal-sdk.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d03cdf  Fix travis build for python 3.6
8d03cdf is described below

commit 8d03cdf350f141efcdbb5301132128e1df884a0a
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Dec 8 14:12:06 2022 -0500

    Fix travis build for python 3.6
---
 requirements-dev.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 823d46d..ac34d4f 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -3,6 +3,7 @@
 autopep8==1.5.4
 flake8==3.8.4
 flake8-isort==4.0.0
+Markdown==3.3.4 ; python_version < "3.7
 mkdocs==1.3.0
 mkautodoc==0.1.0
 pycodestyle==2.6.0