mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-14 09:15:54 -04:00
make psycopg dependency optional
This commit is contained in:
parent
203d86f402
commit
0526eb816c
1 changed files with 1 additions and 1 deletions
|
@ -35,12 +35,12 @@ dependencies = [
|
||||||
"python-magic>=0.4.15",
|
"python-magic>=0.4.15",
|
||||||
"prometheus-client>=0.20.0",
|
"prometheus-client>=0.20.0",
|
||||||
"structlog>=25.1.0",
|
"structlog>=25.1.0",
|
||||||
"psycopg[binary]>=3.2.6",
|
|
||||||
]
|
]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
yt-dlp = ["yt-dlp[default,curl-cffi]>=2024.7.25"]
|
yt-dlp = ["yt-dlp[default,curl-cffi]>=2024.7.25"]
|
||||||
|
psycopg = ["psycopg[binary]>=3.2.6"]
|
||||||
dashboard = ["flask>=1.0", "gunicorn>=19.8.1"]
|
dashboard = ["flask>=1.0", "gunicorn>=19.8.1"]
|
||||||
warcprox = ["warcprox>=2.4.31"]
|
warcprox = ["warcprox>=2.4.31"]
|
||||||
rethinkdb = [
|
rethinkdb = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue