mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
↪ Use psycopg2-binary instead of psycopg2
This commit is contained in:
parent
1478ec00cd
commit
bde82a4829
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue