Revert 77315885b9
And remove prod extra requires for api because ./setup.py install don't handle extra requires.
This commit is contained in:
parent
7731197c46
commit
aad92c4ac1
2 changed files with 7 additions and 8 deletions
|
@ -28,11 +28,10 @@ setup(
|
|||
"django-url-filter",
|
||||
"markdown",
|
||||
"model_bakery",
|
||||
"psycopg2", # TODO: Move to prod requires
|
||||
],
|
||||
extras_require={
|
||||
"prod": [
|
||||
"psycopg2",
|
||||
],
|
||||
"prod": [],
|
||||
"dev": [
|
||||
"psycopg2-binary",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue