You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
ERROR: django-rq 2.3.2 has requirement django>=2.0, but you'll have django 1.11.29 which is incompatible.
ERROR: djangorestframework 3.12.1 has requirement django>=2.2, but you'll have django 1.11.29 which is incompatible.
Possible options:
Pin dependencies to older version
Update Django version to django>=2.2 (probably too big of a task)
This appears to be installed because requirements_dev.txt is getting installed in production. It may be okay to remove that from the build (we should test though, just to verify, alternatively, maybe these requirements are needed and belong in requirements.txt)
jason-upchurch
changed the title
Incompatible package errors: django-rq and djangorestframework
Incompatible package errors: django-rq, djangorestframework, and requests
Nov 12, 2020
Task
Resolve errors listed below.
Example build
https://app.circleci.com/pipelines/github/fecgov/fec-eregs/145/workflows/ddc51387-b6eb-4955-9f51-c0b2a6121fee/jobs/483
Errors:
Possible options:
Technical considerations
Completion criteria
The text was updated successfully, but these errors were encountered: