mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
postgresql: Update docs, add optional dependency, fix bug, remove dead code
This commit is contained in:
@ -117,6 +117,9 @@ extra = [
|
||||
|
||||
# Git contrib
|
||||
"gitpython >= 3.1.27",
|
||||
|
||||
# PostgreSQL support
|
||||
"psycopg[binary] >= 3.1.12",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user