flake8
passed.
JSHint
passed.
Review Request #10816 — Created Jan. 6, 2020 and submitted
We have a couple dependencies which in turn have dependencies which have
versions that can conflict with Django 1.6. django-oauth-toolkit depends
on django-braces and asana depends on requests-oauthlib. In both cases,
we're adding explicit dependencies on the upstream packages and pin
versions which are known to work.
Was able to set up a new virtualenv without any warnings or errors.
~ | django-oauth-toolkit has a dependency on django-braces, but doesn't | |
~ | specify a version. Unfortunately, the most recent version of | |
~ | django-braces conflicts with Django 1.6 for no reason other than it's | |
~ | EOL. This change adds an explicit dependency on django-braces==1.13.0, | |
~ | allowing everything to install smoothly. | |
~ | We have a couple dependencies which in turn have dependencies which have | |
~ | versions that can conflict with Django 1.6. django-oauth-toolkit depends | |
~ | on django-braces and asana depends on requests-oauthlib. In both cases, | |
~ | we're adding explicit dependencies on the upstream packages and pin | |
~ | versions which are known to work. |
Revision 3 (+11)