mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
Merge pull request #3884 from jaborsh/pr-3802
postgresql: Formally support postgresql
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