Skip to content

Commit

Permalink
Swap psycopg2 to psycopg2-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Oct 15, 2024
1 parent 3e0fd57 commit 6df3c83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jinja2
pydantic
pydantic-settings
safir>=5
psycopg2
psycopg2-binary
numpy
astropy
vo-models
Expand Down
16 changes: 8 additions & 8 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# uv pip compile --output-file requirements/main.txt requirements/main.in
annotated-types==0.7.0
# via pydantic
anyio==4.6.0
anyio==4.6.2.post1
# via
# httpx
# starlette
Expand All @@ -14,7 +14,7 @@ astropy==6.1.4
# lsst-felis
# lsst-resources
# lsst-utils
astropy-iers-data==0.2024.10.7.0.32.46
astropy-iers-data==0.2024.10.14.0.32.55
# via astropy
certifi==2024.8.30
# via
Expand Down Expand Up @@ -61,7 +61,7 @@ hpgeom==1.4.0
# via lsst-sphgeom
httpcore==1.0.6
# via httpx
httptools==0.6.1
httptools==0.6.2
# via uvicorn
httpx==0.27.2
# via
Expand Down Expand Up @@ -117,7 +117,7 @@ packaging==24.1
# via astropy
psutil==6.0.0
# via lsst-utils
psycopg2==2.9.9
psycopg2-binary==2.9.9
# via -r requirements/main.in
pyarrow==17.0.0
# via
Expand Down Expand Up @@ -175,13 +175,13 @@ sniffio==1.3.1
# via
# anyio
# httpx
sqlalchemy==2.0.35
sqlalchemy==2.0.36
# via
# lsst-daf-butler
# lsst-daf-relation
# lsst-dax-obscore
# lsst-felis
starlette==0.39.2
starlette==0.40.0
# via
# -r requirements/main.in
# fastapi
Expand All @@ -204,9 +204,9 @@ urllib3==2.2.3
# via
# lsst-resources
# requests
uvicorn==0.31.1
uvicorn==0.32.0
# via -r requirements/main.in
uvloop==0.20.0
uvloop==0.21.0
# via uvicorn
vo-models==0.4.1
# via -r requirements/main.in
Expand Down

0 comments on commit 6df3c83

Please sign in to comment.