Skip to content

Commit

Permalink
Add psycopg2 as a requirement used by Direct Butler and update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Oct 15, 2024
1 parent 3f0cacb commit 28197e4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotated-types==0.7.0
# via
# -c requirements/main.txt
# pydantic
anyio==4.6.0
anyio==4.6.2.post1
# via
# -c requirements/main.txt
# httpx
Expand All @@ -29,7 +29,7 @@ click==8.1.7
# scriv
click-log==0.4.0
# via scriv
coverage==7.6.2
coverage==7.6.3
# via
# -r requirements/dev.in
# pytest-cov
Expand Down Expand Up @@ -65,7 +65,7 @@ markupsafe==3.0.1
# jinja2
mdurl==0.1.2
# via markdown-it-py
mypy==1.11.2
mypy==1.12.0
# via -r requirements/dev.in
mypy-extensions==1.0.0
# via mypy
Expand Down
1 change: 1 addition & 0 deletions requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jinja2
pydantic
pydantic-settings
safir>=5
psycopg2-binary
numpy
astropy
vo-models
Expand Down
16 changes: 9 additions & 7 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,6 +117,8 @@ packaging==24.1
# via astropy
psutil==6.0.0
# via lsst-utils
psycopg2-binary==2.9.9
# via -r requirements/main.in
pyarrow==17.0.0
# via
# lsst-daf-butler
Expand Down Expand Up @@ -173,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 @@ -202,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
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ pluggy==1.5.0
# tox
pyproject-api==1.8.0
# via tox
tox==4.21.2
tox==4.22.0
# via
# -r requirements/tox.in
# tox-uv
tox-uv==1.15.0
# via -r requirements/tox.in
uv==0.4.20
uv==0.4.22
# via tox-uv
virtualenv==20.26.6
# via tox

0 comments on commit 28197e4

Please sign in to comment.