Install api with prod extra requires
This commit is contained in:
parent
691b564ad5
commit
6013434393
2 changed files with 4 additions and 3 deletions
|
@ -28,10 +28,11 @@ setup(
|
|||
"django-url-filter",
|
||||
"markdown",
|
||||
"model_bakery",
|
||||
"psycopg2", # TODO: Move to prod requires
|
||||
],
|
||||
extras_require={
|
||||
"prod": [],
|
||||
"prod": [
|
||||
"psycopg2",
|
||||
],
|
||||
"dev": [
|
||||
"psycopg2-binary",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue