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
commit f571d089b5a2732b5aeecf938a10be914bf669ce Author: Marcus Christie <[email protected]> AuthorDate: Tue Jun 28 10:26:13 2022 -0400 Adding requests to dependencies --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 4be3ec5..6283e32 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,8 @@ setup( "djangorestframework", # Installed from git repo; see requirements.txt for details "airavata-python-sdk", + # requests 2.28 drops support for Python 3.6 + "requests < 2.28.0", ], classifiers=[ "Development Status :: 4 - Beta",
