Skip to content

Commit

Permalink
Clean up requirements a little
Browse files Browse the repository at this point in the history
pydantic was missing from setup.cfg and psutil was still
there for utils but utils should bring it in now.
  • Loading branch information
timj committed Jan 11, 2022
1 parent de65dbb commit 4e24bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ matplotlib >= 3.0.3
pyarrow >= 0.16
responses >= 0.12.0
urllib3 >= 1.25.10

# These are required by lsst.utils
psutil >= 5.7
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ setup_requires =
install_requires =
astropy >=4.0
pyyaml >=5.1
sqlalchemy >= 1.03
sqlalchemy >= 1.3
click >= 7.0
lsst_sphgeom @ git+https://github.com/lsst/sphgeom@main
lsst_utils @ git+https://github.com/lsst/utils@main
lsst_resources @ git+https://github.com/lsst/resources@main
deprecated >= 1.2
pydantic
tests_require =
pytest >= 3.2
flake8 >= 3.7.5
Expand Down

0 comments on commit 4e24bc0

Please sign in to comment.