We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reqs/common.txt requires psycopg2==2.6.1 https://github.com/rapidpro/ureport-web-participation/blob/master/reqs/common.txt#L22
reqs/common.txt
psycopg2==2.6.1
... and reqs/prod.txt requires psycop2==2.5 https://github.com/rapidpro/ureport-web-participation/blob/master/reqs/prod.txt#L11
reqs/prod.txt
psycop2==2.5
why require an older version in production?
The text was updated successfully, but these errors were encountered:
We based our code organisation on django-skeleton, so there's a lot of boilerplate in there. Prod will have an updated version of course.
Sorry, something went wrong.
No branches or pull requests
reqs/common.txt
requirespsycopg2==2.6.1
https://github.com/rapidpro/ureport-web-participation/blob/master/reqs/common.txt#L22
... and
reqs/prod.txt
requirespsycop2==2.5
https://github.com/rapidpro/ureport-web-participation/blob/master/reqs/prod.txt#L11
why require an older version in production?
The text was updated successfully, but these errors were encountered: