coderxio / dailymed-api

REST API for DailyMed SPLs
https://coderx.io/
MIT License
12 stars 5 forks source link

Add Gunicorn to Poetry lock file #27

Closed finish06 closed 4 years ago

finish06 commented 4 years ago

Fixes coderxio/dailymed-api#26

Explanation

Added Gunicorn to Poetry

Rationale

For production, we need to use WSGI server, e.g. Gunicorn.

Tests

n/a