mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-04-28 01:17:41 +02:00
According to the documentation the binary version is not meant to be run in production. Since I'm in control of both my development and production servers and can ensure that libpq-dev is installed on both, I will use the source version of this module. See: https://www.psycopg.org/docs/install.html#quick-install
This commit is contained in:
parent
ef0991e352
commit
2fada6c6ff
@ -9,7 +9,7 @@ license = "GPL-3.0-only"
|
||||
python = "^3.6"
|
||||
gunicorn = "^20.0.4"
|
||||
falcon = "3.0.0"
|
||||
psycopg2-binary = "^2.8.6"
|
||||
psycopg2 = "^2.8.6"
|
||||
requests = "^2.24.0"
|
||||
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon-300b1"}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user