diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-12 15:51:08 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-12 15:51:08 -0700 |
commit | ecc39395b40a3832e28f5d4a5d55a32d0f66e423 (patch) | |
tree | 9c89180245df714814f7a44bea585d698af67a22 /Pipfile | |
parent | ef162e8d070f51f422e57e9cfd62beb1db47e932 (diff) | |
download | fatcat-scholar-ecc39395b40a3832e28f5d4a5d55a32d0f66e423.tar.gz fatcat-scholar-ecc39395b40a3832e28f5d4a5d55a32d0f66e423.zip |
Makefile; pipenv add gunicorn
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ elasticsearch-dsl = ">=6.0.0,<7.0.0" fastapi = "*" fatcat-openapi-client = "*" ftfy = "*" +gunicorn = "*" internetarchive = "*" jinja2 = "*" lxml = "*" |