Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stripe-checkout
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
stripe-checkout
Commits
9493d117
Commit
9493d117
authored
7 months ago
by
Pelle Koster
Browse files
Options
Downloads
Patches
Plain Diff
add psycopg2 as a prod dependecies
parent
b57674e2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/api.rst
+0
-7
0 additions, 7 deletions
docs/source/api.rst
docs/source/index.rst
+1
-1
1 addition, 1 deletion
docs/source/index.rst
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
2 additions
and
8 deletions
docs/source/api.rst
deleted
100644 → 0
+
0
−
7
View file @
b57674e2
.. api intro
Visit API
===============
Placeholder for visit API integration docs
This diff is collapsed.
Click to expand it.
docs/source/index.rst
+
1
−
1
View file @
9493d117
...
@@ -6,4 +6,4 @@ Placeholder for docs
...
@@ -6,4 +6,4 @@ Placeholder for docs
:maxdepth: 2
:maxdepth: 2
:caption: Contents:
:caption: Contents:
api
gateway
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
9493d117
...
@@ -20,6 +20,7 @@ setup(
...
@@ -20,6 +20,7 @@ setup(
"
prod
"
:
[
"
prod
"
:
[
"
gunicorn
"
,
"
gunicorn
"
,
"
uvicorn
"
,
"
uvicorn
"
,
"
psycopg2
"
,
],
],
},
},
entry_points
=
{
entry_points
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment