Fix indirect dependency for django-braces and asana.

Review Request #10816 — Created Jan. 6, 2020 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
48eee0b...

Reviewers

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.

    Loading...