Skip to content
Snippets Groups Projects
Commit 9493d117 authored by Pelle Koster's avatar Pelle Koster
Browse files

add psycopg2 as a prod dependecies

parent b57674e2
No related branches found
No related tags found
No related merge requests found
.. api intro
Visit API
===============
Placeholder for visit API integration docs
...@@ -6,4 +6,4 @@ Placeholder for docs ...@@ -6,4 +6,4 @@ Placeholder for docs
:maxdepth: 2 :maxdepth: 2
:caption: Contents: :caption: Contents:
api gateway
...@@ -20,6 +20,7 @@ setup( ...@@ -20,6 +20,7 @@ setup(
"prod": [ "prod": [
"gunicorn", "gunicorn",
"uvicorn", "uvicorn",
"psycopg2",
], ],
}, },
entry_points={ entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment