Skip to content

Commit

Permalink
Merge pull request #49 from PSNAppz/develop
Browse files Browse the repository at this point in the history
Add gunicorn dependency to mapper-api
  • Loading branch information
venky-ganapathy authored Jun 21, 2024
2 parents 150ab62 + d6b7c8c commit 924b4a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"openg2p-fastapi-common",
"openg2p-g2pconnect-common-lib",
"openg2p-g2pconnect-mapper-lib",
"openg2p-fastapi-common",
"openg2p-g2pconnect-common-lib",
"openg2p-g2pconnect-mapper-lib",
"gunicorn ~=22.0.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 924b4a2

Please sign in to comment.