coderedcorp / coderedcorp/cr

psycopg boilerplate

Open
#28 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

The `psycopg` boilerplate in `requirements.txt` needs changed to `psycopg[c]` or `psycopg[binary]`. Installing `psycopg` on its own can cause a version mismatch between the binary or C package that is pre-installed. Using the `[c]` or `[binary]` specifier triggers installation of both packages.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.