1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

↪ Use psycopg2-binary instead of psycopg2

This commit is contained in:
Stefano Pigozzi 2021-04-26 19:59:24 +02:00
parent 1478ec00cd
commit bde82a4829
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -6,7 +6,7 @@ authors = ["Lorenzo Balugani <lorenzo.balugani@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8.5"
psycopg2 = "^2.8.6"
psycopg2-binary = "^2.8.6"
Flask = "^1.1.2"
Flask-SQLAlchemy = "^2.5.1"
bcrypt = "^3.2.0"